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

搜索资源列表

  1. mexhandle

    0下载:
  2. you can pass C++ objects between different MEX functions without first converting to a MatLab compatible format-you can pass objects between different C ME X functions without first converting to a MatLa b compatible format
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:5056
    • 提供者:sunxiaodian
  1. scan_matching

    0下载:
  2. This a set of simple implementations for aligning scans of range-bearing laser data. They are written as demonstrations of basic algorithm implementations and are not designed for real-world (ie, efficient) application. The source code consists of Ma
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:2666069
    • 提供者:sunxiaodian
  1. correlation-dimension(GP-method)

    0下载:
  2. G-P算法计算关联维的 Matlab 程序(mex版) 没有使用”短暂分离“,使用了关联积分的mex文件,速度较快。 -G-P method to calculate the correlation dimension of Matlab (Mex version) not use "temporary separation," use of the correlation integral Mex documents faster.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:6848
    • 提供者:杨明
  1. GP_Algorithm2.0

    0下载:
  2. G-P算法计算关联维的 Matlab 程序 (升级版,mex函数,超快) ----------------------------------- 更新部分: 引入限制短暂分离参数,使该参数大于序列平均周期时,去除了同一轨道前后点的关联, 使 r 值较小时,ln r - ln C(r) 曲线接近线性-G-P method to calculate the correlation dimension of the Matlab program (upgrade versi
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:6149
    • 提供者:billjie
  1. kftools

    0下载:
  2. This set of MATLAB tools consists of some functions that I have found useful for basic image processing and blob analysis. The functions have been tested for MATLAB Version 5.3.0.10183 (R11) on PCWIN. Many of the files must be run as MEX files
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:122089
    • 提供者:陈西
  1. susan-matlab

    1下载:
  2. 为了便于在matlab中调用susan算法的c实现函数,对Stephen Smith写的susan2.1 c源码进行简单编辑剪裁,并提供常用susan函数的matlab mex接口函数,使用者在matlab中简单编译后就能使用了。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:36151
    • 提供者:syx
  1. xml

    0下载:
  2. With this tool you can convert strings and files containing XML data to MATLAB struct arrays. Either as one array of structs with all text and tags, or as sub- and subsub-levels of structs for each section enclosed between tags. With xmldata(...
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:28571
    • 提供者:aprist
  1. Sobel.rar

    0下载:
  2. 本代码是把二值图像转换成边缘检测图像国,是通过C语言和M语言混编的。,This code converts a BW image to an Edge Detected image in C with MEX. This code implements convolution with Sobel kernels to do the edge detection. I put this together for a school project and I couldn t find any g
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:66274
    • 提供者:黄顺欢
  1. SaliencyToolbox_V2.2

    0下载:
  2. 基于注意力机制,实现彩色图像显著区域提取.源于Dirk B. Walther-The SaliencyToolbox is a collection of Matlab functions and scr ipts for computing the saliency map for an image, for determining the extent of a proto-object, and for serially scanning the image with the focus
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4745549
    • 提供者:zgk
  1. normxcorr2_mex_ALL

    1下载:
  2. 归一化互相关高速计算模块OpenCV工程,Daniel Eaton已将其生成Matlat Mex文件,比Matlab内建的normxcorr2()效率要高-Normalized cross-correlation of high-speed calculation module, Daniel Eaton have been wrapped the C++ code from OpenCV project and making it available as a MATLAB MEX-file,
  3. 所属分类:OpenCV

    • 发布日期:2017-03-22
    • 文件大小:584414
    • 提供者:MORGAN
  1. grabcut_matlab

    1下载:
  2. 三种基于GraphCut的图像分割方法,分别是GrabCut,LazySnapping和改进的GrabCut,其中用到了matlab和VC++的混合编程,在调用之前需生成mex文件-Three kinds of image segmentation method based on GraphCut, respectively GrabCut, LazySnapping and improved GrabCut, which used the matlab and VC++ mixed progr
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6593318
    • 提供者:付莉
  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
    • 文件大小:519528
    • 提供者:yinwk
  1. sfilter

    0下载:
  2. 虽然这是一个用C语言编写的图像处理源码,但可以很简单能过MATLAB命令来调用即mex s_trans.c ,以后就直接可以用M语言来完成操作。它是用来得到一幅图像每个像素周围的信息量。-Although this is a language with C-source image processing, but can be very easy to have MATLAB command to call that mex s_trans.c, since M can be used dire
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:2097
    • 提供者:
  1. OpenCV-wraper

    1下载:
  2. cvlib_mex封装了OpenCV库大约30个函数,OpenCV是当前流行的实时计算机视觉库,拥有很多的图像处理的算法。 -OpenCV library encapsulates cvlib_mex around 30 function, OpenCV is popular real-time computer vision library, with a lot of image processing algorithms.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:845944
    • 提供者:wth
  1. FaceDetect(mathworks)

    0下载:
  2. Viola-Jones Fast Face Detection的matlab实现。-Viola-Jones Fast Face Detection Mex Implementation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1295228
    • 提供者:jiangshui
  1. mean

    0下载:
  2. matlab mex程序 可以直接运行c程序 图像去噪声-matlab nex
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:754
    • 提供者:li
  1. vlfeat-0.9.9.tar

    0下载:
  2. 这是一个著名的MATLAB/C实现的sift算法库。 并且被分解成几个可以重用的M和MEX文件。 这个实现产生一些关键点和描述子,和David Lowe s的实现差不多。-This is a MATLAB/C implementation of the SIFT detector and descr iptor. It is customizable and features a decomposition of the algorithm in several reusable M a
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2503178
    • 提供者:白水
  1. mex

    0下载:
  2. Mex库,支持Matlab中调用C++代码,实现综合运用-Matlab and Mex
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:100390
    • 提供者:liuyang
  1. mean filter

    0下载:
  2. meanfilter use the matlab mex function. conbine the c code and matlab code. so you should mex -setup in matlab command window. and mex meanfilter.c then execute the meanfilter.m to run it.
  3. 所属分类:2D图形编程

    • 发布日期:2013-01-03
    • 文件大小:41347
    • 提供者:right8428
  1. Mex

    0下载:
  2. 基于opencv和matlab的混合编程小demo 只用于初级入门调试-Based on the opencv and matlab programming small demo Only for primer debugging small demo based on opencv and matlab mixed programming Only for primer debugging
  3. 所属分类:Graph program

    • 发布日期:2017-04-30
    • 文件大小:44484
    • 提供者:sfd
« 12 3 »
搜珍网 www.dssz.com