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

搜索资源列表

  1. vcmat

    0下载:
  2. 以前使用matlab和vc混合编程都使用的是先将m程序用mcc转化成dll,再在vc中调用 的方法。这种方法对比较复杂的m文件很方便,但是对一些小的程序,如曲线可视化、计算矩阵特征值等,对这些只需要一两行代码的小程序,再使用dll就得不偿失了。经过试验后,发现可以直接在C++程序中调用matlab c/c++ math & graphic library的函数。-before using Matlab and vc mixed programming using the first proc
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:4.51kb
    • 提供者:zhangjuan
  1. showmtrix

    0下载:
  2. 在vc中调用matlab生成的dll示例,传递的参数在vc中是数组,对应matlab中是矩阵
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-17
    • 文件大小:674.09kb
    • 提供者:郑锦
  1. ConvertFormat

    0下载:
  2. 视频格式转换,包括mpeg转为yuv和yuv格式的352*288插值为704*576.其中mpeg转为yuv需要调用文件夹中的两个dll(此为matlab工具箱提供)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-17
    • 文件大小:93kb
    • 提供者:郑锦
  1. Yahoo

    0下载:
  2. Yahoo Captcha Recognition System. Please Google and Install MCRInstaller.exe for Matlab DLL.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:6.49mb
    • 提供者:冷无情
  1. Cimage.zip 图像处理类库

    2下载:
  2. 图像处理类库,支持JPEG、PNG、TIFF、BMP、GIF格式, The picture processing class storehouse, supports JPEG, PNG, TIFF, BMP, the GIF form
  3. 所属分类:图片显示浏览

    • 发布日期:2017-11-08
    • 文件大小:893.35kb
    • 提供者:
  1. face-detection-designed-by-matlab

    0下载:
  2. 利用matlab实现人脸识别,将facefind函数生成.dll动态链接库,检测准确,可以检测到侧面图像,识别率95 以上。-Using matlab to achieve recognition, the facefind function generates. Dll the dynamic link library, testing is accurate, can detect the side of the image, recognition rate of 95 or more.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-16
    • 文件大小:3.92mb
    • 提供者:宋洪军
  1. eyefinder(TOOLBOX).rar

    0下载:
  2. 用于人脸检测中的眼睛定位 用MATLAB编写 可运行,make sure that mp_eyefinderMex is the active project dll file will be added to the matlab file. setpath or move to the matlab file to run *note after matlab is ran you will need to clear out dll from matlab befo
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:742.83kb
    • 提供者:林明
  1. OperationMatlabmwArrayArray

    0下载:
  2. 操作Matlab mwArray阵列.Matcom、Matlab COM Builder与Visual C++混编程以及在Visual C++中调用Matlab C++数学库。-Operation Matlab mwArray Array
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:356.36kb
    • 提供者:大棚
  1. CompressBinaryData

    1下载:
  2. MATLAB和VC++混合编程实现行程编码压缩,以VC++为主要平台,采用混合编程的形式,用MATLAB来调用MEX函数所编写的DLL,实现文件压缩。-MATLAB and VC++ Matlab Coding trip to VC++ As the main platform, the form of hybrid programming using MATLAB function to call the MEX prepared DLL, file compression realize.
  3. 所属分类:GIS program

    • 发布日期:2017-05-10
    • 文件大小:507.35kb
    • 提供者:yinwk
  1. toolbox_wavelets

    1下载:
  2. 一个很好用的matlab下运行的小波工具箱-A very good run with the matlab wavelet toolbox
  3. 所属分类:Wavelet

    • 发布日期:2017-05-16
    • 文件大小:4.11mb
    • 提供者:maidike
  1. SimpleImProcApp

    0下载:
  2. This example shows how to create a simple application for image viewing and processing, and how to add some MATLAB image manipulation and analysis functionality to it through a MATLAB Compiler generated DLL.-This example shows how to create a simple
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2.7mb
    • 提供者:mio
  1. VideoFaceDetect

    2下载:
  2. 使用matlab调用opencv做成的adaboost人脸检测DLL模块,在usb摄像头采集的视频序列中检测人脸并实时显示, 实时性比C低。 下载后可以直接在matlab运行,不要改动文件夹内的文件相对位置。-Opencv matlab call made using adaboost face detection DLL module, usb camera capture video sequences of face detection and real-time displa
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-03-18
    • 文件大小:890.43kb
    • 提供者:谭恒良
  1. DrawGL02

    0下载:
  2. 如何在Matlab中通过混合编程的方式使用OpenGL。希望能抛砖引玉,大家共同讨论。 该程序基于Matlab6.5和VC6平台编译,运行后会显示一个彩色的三维坐标轴以及一个棋盘平面。使用方向键和9/0平移, x/y/z旋转。 程序的源文件为DrawGL02.cpp,在Matlab中通过mbuild -setup设置好VC编译器后,运行mex -O -v DrawGL02.cpp即可生成dll文件。然后再Matlab中运行DrawGL02即可。-How in the Matl
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:2.79kb
    • 提供者:BB
  1. ImageProcessMatLabC

    1下载:
  2. C++Builder和matlab的联合编程图像处理,包括matcom的使用已经整体源代码,可以脱离matlab和c在任何电脑上应用。界面清晰,算法快捷,使用了智能的窗口适应算法 -C++ Builder and joint programming matlab image processing, including the use of matcom has the overall source code from matlab and c can be any computer appl
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8.28mb
    • 提供者:haibara
  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
    • 文件大小:7.11mb
    • 提供者:流浪小狗
  1. mywaveletprogram

    0下载:
  2. 这是一个用matlab实现的mexhat小波变换的源程序代码,经过本人调试可以直接使用,并且已经成功编译成dll文件用于软件项目中。-this is a matlab program that compute the mexhat wavelet and it can be used in you software.
  3. 所属分类:Wavelet

    • 发布日期:2017-04-13
    • 文件大小:3.34kb
    • 提供者:Li Furong
  1. matlabdllX86

    0下载:
  2. 在MFC生成的对话框中调用经matlab编译生成的dll文件,并将matlab中的figure窗口以嵌入对话框的形式显示出来。-the dialog depends on MFC calls the .DLL file compiled by MATLAB compiler.And the window of figure is embeded in the MFC dialog.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:1.99mb
    • 提供者:youngxin
  1. particle-filter-image-tracking-dll

    0下载:
  2. 粒子滤波的跟踪程序,实现了对一个无人机的视频跟踪,国外大牛编写的,里面有matlab可以直接调用的动态链接库-particle filter , image tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:12.05mb
    • 提供者:
  1. dll

    0下载:
  2. 无参考图像质量评价资料,用来计算的。Matlab语言编写,很实用。-No reference image quality assessment data used for the calculation. Matlab language, very practical.
  3. 所属分类:Wavelet

    • 发布日期:2017-05-09
    • 文件大小:1.93mb
    • 提供者:张少勇
  1. install.res.1028.dll

    0下载:
  2. haming decoder shannon limit
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-09
    • 文件大小:32kb
    • 提供者:mjoshi06
« 12 »
搜珍网 www.dssz.com