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

搜索资源列表

  1. LK_Template_Tracking

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

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

    0下载:
  2. sift算法提取图像的点特征,采用MATLAB和c混合编程。,sift algorithm for point feature extraction of image using MATLAB and c mixed programming.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:376979
    • 提供者:吕东
  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. CvBSLibGMM

    0下载:
  2. 改进的高斯混合模型用于运动目标的检测和分割,利用C++和matlab混合编程.-Improved Gaussian mixture model for moving object detection and segmentation, the use of C++ and matlab programming mixed.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:271149
    • 提供者:杨佳
  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-30
    • 文件大小:95686
    • 提供者:何卫华
  1. LK_Template_Tracking_version3a

    0下载:
  2. 此程序实现了最基本的光流计算,对于学习光流技术的学生很有帮助,用的是Matlab和C++混合编程-This program implements the most basic optical flow calculation, for the optical flow technology, the students learn helpful, using the Matlab and C++ mixed programming
  3. 所属分类:Graph program

    • 发布日期:2017-05-23
    • 文件大小:7508330
    • 提供者:熊淑芬
  1. Nonlocal_Operators_for_inverse_problems_NLIP_v1.zi

    1下载:
  2. 非局部图像处理算法描述代码,以及其应用于图像复原的测试代码,是C语言和MATLAB的混合编程。-Non-local image processing algorithms described in code, as well as its test code in image restoration is a mixture of C programming language and MATLAB.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:30913
    • 提供者:风涌泉
  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-04
    • 文件大小: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-03-31
    • 文件大小:312089
    • 提供者:zwb
  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. sba-1.5

    1下载:
  2. 光束法平差实现,matlab和c混合编程-Bundle adjustment to achieve matlab and c mixed programming
  3. 所属分类:Special Effects

    • 发布日期:2014-04-18
    • 文件大小:479232
    • 提供者:叶偲
  1. MATLABCSharp

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

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

    0下载:
  2. SIFT算法,尺度不变特征变换,David G. Lowe教授原版。MATLAB和C混合编程。-SIFT algorithm, scale invariant feature transform, Professor David G. Lowe original. MATLAB and C mixed programming.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-12
    • 文件大小:2808387
    • 提供者:KarmaSteins
  1. Sift

    0下载:
  2. 图像Sift特征提取,由MATLAB和C混合编程完成。-Sift feature extraction, image performed by MATLAB and C programming.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2911829
    • 提供者:woxiaoxin
  1. superpixels_update

    1下载:
  2. MATLAB C++ 混合编程实现图像超像素分割-MATLAB C++ hybrid programming ultra-pixel image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1509
    • 提供者:qying
  1. dzlegataon

    0下载:
  2. MATLAB-C混合编程,在M文件中调用 对学混合编程的初学者有一定的帮助,-MATLAB programming with mixed- C, in the M file calls for learning hybrid programming beginners have certain help,
  3. 所属分类:OpenGL program

    • 发布日期:2017-12-16
    • 文件大小:20480
    • 提供者:strizt
  1. heljcertaih

    0下载:
  2. MATLAB-C混合编程,在M文件中调用 对学混合编程的初学者有一定的帮助,-MATLAB programming with mixed- C, in the M file calls for learning hybrid programming beginners have certain help,
  3. 所属分类:2D Graphic

    • 发布日期:
    • 文件大小:20480
    • 提供者:mqchynism
« 12 3 »
搜珍网 www.dssz.com