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

搜索资源列表

  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
    • 文件大小:6kb
    • 提供者:billjie
  1. OpenCV_face_detector

    1下载:
  2. This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s face detector. Ins
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:1.24mb
    • 提供者:ruan
  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. 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
    • 文件大小:826.12kb
    • 提供者:wth
  1. inpainting

    0下载:
  2. image inpainting -CS7495 Final Project Sooraj Bhat Object Removal by Exemplar-based Inpainting USING THE CODE Everything was done in Matlab and MEX (i.e. a C function callable from Matlab). First, the C code needs to be comp
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-09
    • 文件大小:1.69mb
    • 提供者:majb
  1. whistcY

    0下载:
  2. 可在matlab环境中调用的C语言程序,计算图像的加权颜色直方图,使用前用mex编译-the C function that can be called in matlab to calculate the weighted histogramog image.please compile it before usage.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:1.17kb
    • 提供者:刘莹
  1. imreconstruct

    0下载:
  2. 此函数是用C语言编写的MEX文件,与MATLAB中imreconstruct函数功能相同,效果一样,运行速率更快。-This function is written in C MEX file, the same function with in MATLAB imreconstruct function, the same effect faster run rate.
  3. 所属分类:2D Graphic

    • 发布日期:2016-01-25
    • 文件大小:5kb
    • 提供者:knife
  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
    • 文件大小:40.38kb
    • 提供者:right8428
  1. mexopencv-master

    0下载:
  2. Collection and a development kit of MATLAB MEX functions for OpenCV library The package provides MATLAB MEX functions that interface a hundred of OpenCV APIs. Also the package contains C++ class that converts between MATLAB s native data type a
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1.65mb
    • 提供者:samuraiguy81
  1. SAR_Image_CFAR

    1下载:
  2. 毕业论文CFAR处理合成孔径雷达SAR影像源码,通过MATLAB2012a测试,并应用了mex和C混编-CFAR code for synthetic aperture Radar Image tested through MATLAB2012a with Image Processing Toolbox functions and applyed the mex function with C
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:658.26kb
    • 提供者:Trident
  1. fhog

    0下载:
  2. 利用c语言编写的,在matlab环境下运行mex函数可以生成动态的dll库,可以用来计算图像区域的梯度向量直方图特征。-Use c language, in the matlab environment running mex function can generate dynamic dll library that can be used to calculate the gradient vector histogram image area.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:7.45kb
    • 提供者:jack
  1. gridtrimesh

    2下载:
  2. 通过MATLAB对点云数据生成三维网格,并将三维网格做四边形网格细化处理。其中还有专门生成三维网格点云的MATLAB程序- This example shows how a triangular mesh can be resampled on a meshgrid -generated square grid. We illustrate the usage of both functions gridtrimesh and mxgridtrimesh . These two
  3. 所属分类:3D Graphic

    • 发布日期:2016-09-16
    • 文件大小:107kb
    • 提供者:ddf dfd
  1. gco-v3.0

    0下载:
  2. gco多label图优化工具箱,最新的3.0版本,还上传了自己mex编译好的函数-gco multi-label diagram optimization toolbox, the latest version 3.0, also upload their own mex compiled function
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-30
    • 文件大小:107.59kb
    • 提供者:da zhang
  1. devmexcalculate

    0下载:
  2. G-P算法计算关联维的 Matlab 程序 升级版,mex函数,超快-G- P algorithm to calculate the correlation of Matlab upgrade, tex-mex function, super fast
  3. 所属分类:Graph program

    • 发布日期:2017-12-18
    • 文件大小:5kb
    • 提供者:Gysxavs
  1. keswgnsetter

    0下载:
  2. G-P算法计算关联维的 Matlab 程序 升级版,mex函数,超快-G- P algorithm to calculate the correlation of Matlab upgrade, tex-mex function, super fast
  3. 所属分类:OpenGL program

    • 发布日期:2017-12-18
    • 文件大小:5kb
    • 提供者:Rooin
  1. yhrlan359

    0下载:
  2. G-P算法计算关联维的 Matlab 程序 (升级版,mex函数,超快) 不错的 很好-G- P algorithm to calculate the correlation of the Matlab program (updated version, tex-mex function, super fast) good is very good
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-18
    • 文件大小:5kb
    • 提供者:NIMP_421967
  1. beqiex

    0下载:
  2. G-P算法计算关联维的 Matlab 程序 升级版,mex函数,超快(G - P algorithm to calculate the correlation of Matlab upgrade, tex-mex function, super fast)
  3. 所属分类:图形图象

    • 发布日期:2017-12-23
    • 文件大小:6kb
    • 提供者:yiejskian
  1. good

    0下载:
  2. G-P算法计算关联维的 Matlab 程序 (升级版,mex函数,超快) 不错的 很好(G - P algorithm to calculate the correlation of the Matlab program (updated version, tex-mex function, super fast) good is very good)
  3. 所属分类:图形图象

    • 发布日期:2017-12-20
    • 文件大小:4kb
    • 提供者:yfryantee
搜珍网 www.dssz.com