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

搜索资源列表

  1. digital-imaging-processing

    0下载:
  2. 在VC++环境下调用MATLAB实现数字图像处理-digital imaging processing call matlab in VC++
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:62788
    • 提供者:column1993
  1. opencvcalibration1

    0下载:
  2. 使用vc++和opencv编写的摄像机标定程序,不需人工干预,和matlab标准工具箱的算法一致,且精度一致。-Written the vc++ and opencv camera calibration procedures, without human intervention, and matlab standard toolbox of algorithms, and the accuracy is consistent.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-28
    • 文件大小:27586884
    • 提供者:股霏霏
  1. brisk

    1下载:
  2. 最新的brisk描述子,比sift更快更好,里面是论文作者自己公开的代码,包括matlab版和VC版,测试后可用-Descr iptor latest brisk, faster and better than sift, which is a paper of their own public code matlab version and the VC version, available after test
  3. 所属分类:Special Effects

    • 发布日期:2016-01-25
    • 文件大小:16479232
    • 提供者:李咏泽
  1. DIP--vc_matlab

    0下载:
  2. 计算机视觉和图像处理的基于VC和matlab的源码-Computer vision and image processing based on VC and Matlab source code
  3. 所属分类:Special Effects

    • 发布日期:2017-11-27
    • 文件大小:31814883
    • 提供者:荣凯
  1. picture

    0下载:
  2. 基于VC++和Matlab实现的常用图像编码算法,包括Huffman编码、Fano编码、算术编码、游程编码、Shannon编码及信源熵的计算的常用编码算法。-VC++ and Matlab common image coding algorithms, including Huffman coding, Fano coding, arithmetic coding, run-length coding, Shannon coding and source entropy calculation
  3. 所属分类:Special Effects

    • 发布日期:2016-06-29
    • 文件大小:108544
    • 提供者:wmt
  1. Texture-Detection

    0下载:
  2. 纹理检测 分割算法 matlab vc 代码 + 数篇ieee纹理检测 中英文 论文-Texture Detection segmentation algorithm Matlab vc code+ several articles the ieee texture detection in English papers
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:12120064
    • 提供者:sun
  1. DIPDemo

    0下载:
  2. 数字图像处理与机器视觉-VC++与Matlab实现》光盘-Digital image processing and the machine vision-VC++ the Matlab " CD
  3. 所属分类:OpenCV

    • 发布日期:2017-11-27
    • 文件大小:6528191
    • 提供者:郑文涛
  1. clustering

    0下载:
  2. 模糊聚类的matlab代码和VC代码,希望给大家分享。-Fuzzy clustering matlab code and code of VC
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:2612598
    • 提供者:贾世安
  1. DIPDemo

    0下载:
  2. 图像处理VC++和Matlab实现源代码-The image processing VC++ source code and Matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-12-01
    • 文件大小:8767811
    • 提供者:nannan
  1. MatlabR2010a-and-VCPP6.0-program

    0下载:
  2. Matlab与VC混合编程,VC处理图像难度大,而MATLAB处理较简单,运用一种混合编程软件可以轻松处理数字图像,我主要是做系统用的。-program by combine Matalb and VC
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:3875259
    • 提供者:史姣凌
  1. digital-image-processing-source-code

    0下载:
  2. 冈萨雷斯数字图像处理matlab(清晰),数字图像处理matlab源码,数字图像处理VC代码,冈萨雷斯 为了各位兄弟姐妹们学习数字图像处理的方便,罗列了一些冈萨雷斯的资料,希望对各位的学习有所帮助-Gonzalez, digital image processing (clear) in matlab, digital image processing, matlab source code, VC code of digital image processing, gonzalez
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:165294
    • 提供者:王晓
  1. LdxNCut

    0下载:
  2. 基于Matlab与VC++的图像的分割 低照度图像的增强中的图像分割-Matlab-based image segmentation with VC++ illumination image enhancement in image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:264501
    • 提供者:小张
  1. opencvPmatcomPC

    0下载:
  2. 其中的opencv实例是实现追踪的,matcom实例实现了VC和matlab的联合编程,提供的一些学习资料可以为程序员提供借鉴-Examples of which is to achieve opencv tracking, matcom examples of the realization of the VC and matlab joint programming, providing some of the learning materials can provide a referen
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:2613153
    • 提供者:zengbing
  1. chap6

    0下载:
  2. vc++ 与matlab图像处理与识别案例精选\chap6.rar-vc++ with matlab image processing and recognition of cases of selected chap6.rar
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:727
    • 提供者:setoa
  1. test_dct

    0下载:
  2. 本程序是在VC++编译环境下,用纯C语言编写的2D-DCT变换,程序中用的是一个4*4的矩阵进行的变换,可以改为对一幅图像进行。运算结果正确,在Matlab中进行了检验,dct2()指令即进行DCT变换。有一定的参考价值。-This procedure is in VC++ compiler environment, written in pure C 2D-DCT transform, the program used is a 4 x 4 matrix for the transformat
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:601
    • 提供者:spokesm
  1. image-processing-and-recognition

    0下载:
  2. VC与MATLAB图像处理与识别_源代码-VC and MATLAB image processing and recognition
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5450043
    • 提供者:zb
  1. test_dct

    0下载:
  2. 本程序是在VC++编译环境下,用纯C语言编写的2D-DCT变换,程序中用的是一个4*4的矩阵进行的变换,可以改为对一幅图像进行。运算结果正确,在Matlab中进行了检验,dct2()指令即进行DCT变换。有一定的参考价值。-This procedure is in VC++ compiler environment, written in pure C 2D-DCT transform, the program used is a 4 x 4 matrix for the transformat
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:647
    • 提供者:tbelieve
  1. 80308116wavelet_code

    0下载:
  2. 基于MATLAB的小波变换,源码很有用,可以直接运行-using VC++ Wavelet image enhancement
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:212435
    • 提供者:tran
  1. malat

    0下载:
  2. 基于MFC编写的界面,用VC与matlab混编实现马拉特小波分解,有文档注释,适合初学者- MFC-based interface prepared by VC and matlab mixed to achieve Marat wavelet decomposition, documentation notes, suitable for beginners
  3. 所属分类:Wavelet

    • 发布日期:2017-05-10
    • 文件大小:2387706
    • 提供者:猪猪侠
  1. finger

    0下载:
  2. 图像识别利用MATLAB或VC编写一个系统,使得该系统能满足信息处理、频域处理、语音增强、识别等内容。-Image recognition using MATLAB or VC write a system so that the system can meet the information processing, frequency domain processing, speech enhancement, recognition and so on.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-06
    • 文件大小:2275
    • 提供者:王刚
« 1 2 ... 6 7 8 9 10 1112 13 »
搜珍网 www.dssz.com