CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - C MEX

搜索资源列表

  1. rgb_bw

    1下载:
  2. 该程序用于将彩色rgb图象转换成黑白图象,内包含了c代码及mex文件-the procedures used to rgb color images into black-and-white images, contains c code and documentation mex
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:59.85kb
    • 提供者:李一
  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
    • 文件大小:119.23kb
    • 提供者:陈西
  1. susan-matlab

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

    • 发布日期:2008-10-13
    • 文件大小:35.3kb
    • 提供者:syx
  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
    • 文件大小:4.53mb
    • 提供者:zgk
  1. demo

    0下载:
  2. A Short MEX Tutorial and Demo These functions allow you to program in C or C++ (ultra fast languages), but be able to call and use them from Matlab programs. This post is a short intro to mex files which should get you up and running.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1.07kb
    • 提供者:宁之林
  1. sfm_chanvese_demo

    0下载:
  2. The links below point to the technical report and a demo written in C++/MEX that can be run directly in MATLAB. The demo implements the Chan-Vese segmentation energy, but many energies can be minimized using the provided framework.-The links below po
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:71.72kb
    • 提供者:宁之林
  1. mean

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

    • 发布日期:2017-04-02
    • 文件大小:754byte
    • 提供者: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
    • 文件大小:2.39mb
    • 提供者:白水
  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. 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. Smooth_Vector.cpp

    0下载:
  2. matlab与C混编,mex中图像运动矢量平滑滤波,加权中值滤波。-matlab and C mixed, mex in the image motion vector smoothing filter, weighted median filter.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:2.4kb
    • 提供者:王敏
  1. Grow_cut

    0下载:
  2. grow cut image segmentation - Include c++ mex file
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:94.69kb
    • 提供者:Mostafa
  1. superpixels

    1下载:
  2. 采用超像素进行分割图像,利用到了超像素和Ncut的方法,采用了c与maltab混合编程。-Code to compute superpixels. use cncut and superpixel code for segmentation. Mex program c and matlab
  3. 所属分类:Special Effects

    • 发布日期:2014-08-21
    • 文件大小:55kb
    • 提供者:hzw
  1. mex

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

    • 发布日期:2017-03-30
    • 文件大小:98.04kb
    • 提供者:liuyang
  1. OpticalFlow

    0下载:
  2. LUCAS method to calculate optical flow. It s a C++ language based code and mex into matlab. It has been tested for good performance.-LUCAS method to calculate optical flow. It' s a C++ language based code and mex into matlab. It has been tested fo
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2.65mb
    • 提供者:ping
  1. nonlocal

    0下载:
  2. nonlocal去噪,非局部平均算法去噪,里面是c++程序,使用matlab 的mex借口调用-nonlocal denoising
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:29.76kb
    • 提供者:Karen
  1. Image-processing-for-low-SNR

    0下载:
  2. 在图像处理中主要研究信噪比比较低时,对图像如何进行处理-The C++ implementation is supported on Unix-type platforms, including Linux, SunOS and MacOS. The installation requires g++ (version 3.2 or higher), and Matlab’s mex compiler (version 13 or higher) if you want to install
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:747.25kb
    • 提供者:wangli
  1. ppbNakagami130517

    0下载:
  2. 对于speckle非常有效的ppb算法,MATLAB c++ mex-For speckle very effective ppb algorithm, MATLAB c++ mex
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:695.94kb
    • 提供者:liu
  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. 2015new-bilateral-filter

    0下载:
  2. 使用步骤: 1.解压缩, 2.设置matlab的c++编译环境(如果以前编译过c文件,可忽略此步骤,我的用的vs2013参照百度资料重新设置了) 3.重新编译 mex bilateralfilter_mex.c mex robustbilateralfilter_mex.c mex jointcrossbilateralfilter_mex.c mex guidedbilateralfilter_mex.c 4.run_test就可以-使用步骤: 1
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1.37mb
    • 提供者:刘硕
« 12 »
搜珍网 www.dssz.com