CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - matlab与C混合编程

搜索资源列表

  1. imagewavletedge

    0下载:
  2. 说明如题,不下后悔,内容包括了VC_图像处理编程平台,一维小波图像分解与重构,二维小波图像分解与重构,边缘检测,MATLAB与VC混合编程,-stating that no less than regret, including the VC_ image processing programming platform, one-dimensional wavelet decomposition and reconstruction images, two-dimensional images
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:6945224
    • 提供者:周儒坤
  1. LK_Template_Tracking

    1下载:
  2. 基于仿射运动模型的Lucas-Kanade光流跟踪方法,matlab与C混合编程
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2011-04-01
    • 文件大小:7516864
    • 提供者:boya_sky
  1. sift.rar

    0下载:
  2. 图像处理中的经典shift算法,C与MATLAB混合编程,Classical image processing shift algorithm, C and MATLAB programming mixed
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2901524
    • 提供者:sdfsdfsd
  1. c.tar

    0下载:
  2. 总变分(TV) 图像复原模型的C语言源码. 使用C语言与Matlab 混合编程. 主要计算由C语言完成. 图像的读, 输出由Matlab实现. 包含梯度下降流法, Chambolle对偶法, 交替半二次型算法 固定点线性迭代算法等.-Total Variation (TV) image restoration model of C language source code. Using the C language and Matlab mixed programming. Mainly c
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-24
    • 文件大小:19271
    • 提供者:陈云川
  1. matlabc

    0下载:
  2. c++与matlab混合编程-边缘提取sobel实例-c and matlab mixed programming examples sobel edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:84044
    • 提供者:sunqing
  1. vcmatlabcanny

    1下载:
  2. vC调用matlab图像处理工具箱进行canny边缘检测,是matlab与vc混合编程学习的很好实例-vC call matlab image processing toolbox for canny edge detection, is a mixed programming matlab with vc a good example of learning
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:95686
    • 提供者:何卫华
  1. MATLAB

    0下载:
  2. matlab与C++的混合编程,实现计算rice图像中的米粒个数。-matlab and C++ mixed programming, to achieve calculate the number of rice grain image.
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:636023
    • 提供者:王兴
  1. huffman

    1下载:
  2. 数字图像处理中的编码技术。本程序对输入的图像进行哈夫曼huffman编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。本程序使用C++混合编程,已经编译生成了Matlab库文件,无需再与C++链接。程序包括源程序和源图像,以及编码后的结果图像。-Encoding digital image processing technology. The procedure of the input image Huffman huffman coding to show the ori
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1293513
    • 提供者:刘雨相
  1. matlab-file

    0下载:
  2. 看到 rocwoods rocwoods rocwoods rocwoods 版主发的关于 matlab 与 VC++ 的混合编程,心有所感,其实利 用 C# 与 matlab 混编更容易理解,更容易为新手所接受。-C sharp and matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:312089
    • 提供者:zwb
  1. Mysin

    0下载:
  2. C++ Builder与Matlab混合编程,画图,且脱离Matlab运行环境-C++ Builder and Matlab programming drawing from Matlab to run mixed environments
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1693193
    • 提供者:marudong
  1. sift_experiment

    0下载:
  2. Matlab+C SIFT 特征提取与匹配演示程序 http://download.csdn.net/source/3472933 http://www.pudn.com/downloads372/sourcecode/graph/texture_mapping/detail1607889.html 使用 Matlab+C++混合编程的SIFT特征提取与匹配演示程序,很完整,是 Morton金字塔无缝漫游 GDAL SIFT 照片配准系统 的底层算法,很适合研究改进。使用这个
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7453319
    • 提供者:流浪小狗
  1. OpenTLD

    0下载:
  2. 用于在视频中进行运动物体的跟踪。matlab与c混合编程,需要用到openCV。-For tracking moving objects in the video.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:9590507
    • 提供者:ning
  1. caltech-image-search-1.0

    1下载:
  2. 大规模图像检索的代码,matlab与c++混合编程。总结了目前图像检索领域目前主要存在的方法。通过阅读该代码,可以对于经典的“词袋”模型(bow模型)有个具体的了解,但是该代码没有提供前序的特征提取,是直接从对提取好的特征向量聚类开始的,包括了k-means,分层k-means(HKM)聚类,倒排文件的建立和索引等,该代码还提供了局部敏感哈希(LSH)方法。最后,这份代码是下面这篇论文的作者提供的, Indexing in Large Scale Image Collections: Sc
  3. 所属分类:图形/文字识别

    • 发布日期:2017-03-23
    • 文件大小:148728
    • 提供者:薛振华
  1. superpixels

    1下载:
  2. 采用超像素进行分割图像,利用到了超像素和Ncut的方法,采用了c与maltab混合编程。-Code to compute superpixels. use cncut and superpixel code for segmentation. Mex program c and matlab
  3. 所属分类:Special Effects

    • 发布日期:2014-08-21
    • 文件大小:56320
    • 提供者:hzw
  1. A3

    0下载:
  2. Osada算法A3距离实现。C与matlab混合编程。-Osada algorithm A3 distance. C and matlab mixed programming.
  3. 所属分类:Graph program

    • 发布日期:2017-11-08
    • 文件大小:913443
    • 提供者:lx
  1. MATLABCSharp

    0下载:
  2. matlab与C#混合编程的实例,全英文-Matlab and C# mixed programming examples
  3. 所属分类:Special Effects

    • 发布日期:2017-11-24
    • 文件大小:1492769
    • 提供者:于双
  1. OpenTLD

    0下载:
  2. 新的单目标长时间跟踪算法。matlab与c混合编程,效果很好-The new single-target tracking algorithm for a long time. and c matlab mixed programming, with good results
  3. 所属分类:Special Effects

    • 发布日期:2017-05-31
    • 文件大小:13255130
    • 提供者:张兆丰
搜珍网 www.dssz.com