CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - MEX

搜索资源列表

  1. particle_filtering

    2下载:
  2. 这是用粒子滤波算法进行视频跟踪的源程序 初始参数已近设好了,直接运行就可以了 有兴趣的朋友可以吧它改成差帧定位 省的换个视频就要手调一次参数 为了能运算快些 算法的核心代码是用C++编的 用MEX文件转化成dll数据 在matlab中调用的 希望对大家有所参考和帮助 也希望大家有好的想法,我们一起讨论和改进 有 用粒子滤波进行视频跟踪现在国内做的还不多 需要改进的地方也很多 还需大家共同努力啊,哈哈 由于本人用的视频太大,
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:176838
    • 提供者:高显忠
  1. svm_new

    0下载:
  2. MATLAB的SVM算法实现,Matlab Support Vector Machine Toolbox,This toolbox was designed as a teaching aid, which matlab is particularly good for since source code is relatively legible and simple to modify. However, it is still reasonably fast if used w
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:127796
    • 提供者:chenbin
  1. ck_conty

    0下载:
  2. ck_conty为判断图的连通性的matlab mex文件,另附带包含BFS和DFS的C源程序
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3356
    • 提供者:xuyanbo
  1. matdemo

    0下载:
  2. matlab 和c或者c++ 接口程序,采用mex技术和matlab 计算引擎方式,可以提高matlab运行效率
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2252
    • 提供者:楚燕
  1. phd and matlab

    0下载:
  2. 本例利用C MEX及API文件实现matlab与PHD只见的通讯.能实现数据的存取。-MEX and C API documentation can be achieved with Matlab PHD seen communications. To achieve access to data.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:12277
    • 提供者:黄勇
  1. 2D CUDA-based bilinear interpolation

    1下载:
  2. This MEX performs 2d bilinear interpolation using an NVIDIA graphics chipset. To compile and run this software, one needs the NVIDIA CUDA Toolkit (http://www.nvidia.com/object/cuda_get.html) and, of course, an NVIDIA graphics card of reasonably moder
  3. 所属分类:matlab例程

    • 发布日期:2010-09-10
    • 文件大小:37881
    • 提供者:whitewalter
  1. MSER

    0下载:
  2. 主要函数由c语言编写,但是有matlab的mex文件方便使用。
  3. 所属分类:matlab例程

    • 发布日期:2010-09-20
    • 文件大小:2690130
    • 提供者:concha
  1. opencv to matlab

    0下载:
  2. cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amaz
  3. 所属分类:数学计算/工程计算

    • 发布日期:2010-12-03
    • 文件大小:667609
    • 提供者:shshlzh
  1. opencv to matlab

    0下载:
  2. cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amaz
  3. 所属分类:数学计算/工程计算

    • 发布日期:2010-12-03
    • 文件大小:845944
    • 提供者:shshlzh
  1. TurboPixels

    3下载:
  2. 利用turbopixel的超像素图像分割方法,可以显示不同块的颜色。-This is a mex c and matlab code, which uses the turbopixel to segment the object from the image.
  3. 所属分类:matlab

    • 发布日期:2014-06-01
    • 文件大小:336896
    • 提供者:hzw
  1. Kinect_Matlab_version1c

    0下载:
  2. KINECT軟件特定測試與範例,利用MEX FUNCTION結合Cpp檔加速效率-KINECT software testing and specific examples, the use of MEX FUNCTION acceleration efficiency with Cpp file
  3. 所属分类:matlab

    • 发布日期:2017-05-21
    • 文件大小:6514939
    • 提供者:劉皓翔
  1. SIFT_flow

    0下载:
  2. mit(csail)上的matlab程序,里面的c++程序需要mex编译,算法可参考下面这篇论文-SIFT flow: dense correspondence across difference scenes ECCV2008
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:617228
    • 提供者:liucun
  1. Fast-K-means-clustering

    0下载:
  2. Fast mex K-means clustering algorithm with possibility of K-mean++ initialization (mex-interface modified from the original yael package https://gforge.inria.fr/projects/yael) - Accept single/double precision input - Support of BLAS/OpenMP
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:121118
    • 提供者:zfhou
  1. curvelet

    1下载:
  2. curvelet工具箱可对图像进行曲波变换,提取图像边缘,对图像进行去噪,增强等处理。-curvelet toolbox for extracting the edge of image and enhance the noise of image.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:826368
    • 提供者:高天博
  1. Cmex.pdf

    0下载:
  2. 使用C 语言编制Mex算法程序,对于提高算法的性能有很大帮助。 希望该文档能帮助大家进入matlab 和 c 语言之间互动的世界,也期待你编制更多的原创程 序奉献给研学论坛,尤其是混沌和分形版面-The use of C language algorithm Mex procedures, for improving the algorithm performance of much help. I hope the document will help us to enter the
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:117058
    • 提供者:胡海峰
  1. Dijkstra

    2下载:
  2. Dijkstra最短路算法 .详细中文注释.-Dijkstra shortest path algorithm. Detailed English Notes.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1570
    • 提供者:Jiandong Yang
  1. kantz_lyapunov_c

    0下载:
  2. 混沌kantz算法的mex实现kantz_lyapunov_c-kantz lyapunov c
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7842
    • 提供者:aircraft
  1. ShortEst

    1下载:
  2. matlab最短路的贪心算法,用VC++实现,把ShortEst.dll复制到matlab工作文件夹运行(先要运行mex-setup,关联VC与MATLAB)调用方法如 a = [-1,2,3 2,-1,4 3,4,-1] ShorstEst(a) 即可-matlab most short-circuit the greedy algorithm, using VC++ to achieve, and copy it to ShortEst.dll working folder m
  3. 所属分类:matlab

    • 发布日期:2014-05-18
    • 文件大小:31627
    • 提供者:
  1. NN

    0下载:
  2. 最详尽的神经网络源码,包括最主要的三个神经网络算法:GRLVQ , SRNG和H2MGLVQ算法,提供详细的源码和例程,三个监督基于LVQ classifieur-Fast implementation of the GRLVQ, SRNG and H2MGLVQ algorithms, three supervised LVQ classifieur Please run mexme_NN to recompile mex files on your own plateform
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:166328
    • 提供者:yangle
  1. BruteSearch

    0下载:
  2. K-nearest neighbors 搜索 聚类时经常使用的一种方法 国外网站转载- The following utilities are provided: - Nearest neighbor - K-Nearest neighbors - Radius Search They al supports N-dimensions and wor
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:4399
    • 提供者:Ming
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com