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

搜索资源列表

  1. MSER

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

    • 发布日期:2010-09-20
    • 文件大小:2690130
    • 提供者:concha
  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. 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. 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. LatticeFilter

    0下载:
  2. matlab mex code for lattice prediction
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:254892
    • 提供者:topika
  1. operatornew

    0下载:
  2. This code enables you to use the "new" and "delete" keywords in C++ to allocate and deallocate your memory. This enables you to create objects with constructors dynamically. Normally, using new and delete in MEX files might leak memory if the
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2904
    • 提供者:ewizlab
  1. matlab_rs232

    0下载:
  2. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:11250
    • 提供者:俞斌
  1. rwtwinxp

    0下载:
  2. The Rice Wavelet Toolbox (RWT) is a collection of Matlab M-files and C MEX-files for 1D and 2D wavelet and filter bank design, analysis, and processing. The toolbox provides tools for denoising and interfaces directly with our Matlab code for wavelet
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:55543
    • 提供者:Galilleo
  1. work_snake

    0下载:
  2. This function provides an interactive GUI for showing how the snake m-file works. For more information about the GUI press the help button. For more information about the snake function itself type help snake SNAKES - A MatLab MEX file
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1221419
    • 提供者:Vovan
  1. mexSparseLogical0Diag

    0下载:
  2. Because of memory constraints, it is often impossible to change by subscr ipt all the elements of a large sparse matrix to zero. This leads to changing the elements in a loop, which is horrendously slow. This mex solves that problem. Usage: B =
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:2061
    • 提供者:baktha
  1. bpmpdmex2.21.1_linux_R2007.tar

    0下载:
  2. BPMPD_MEX is a Matlab MEX interface to BPMPD, an interior point solver for quadratic programming developed by Csaba Mészáros at the MTA SZTAKI, Computer and Automation Research Institute, Hungarian Academy of Sciences, Budapest, Hungary.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:458381
    • 提供者:pudnlee
  1. OpenCVMatlab

    0下载:
  2. OpenCV库的Matlab函数封装调用 cvlib_mex封装了OpenCV库大约30个函数,OpenCV是当前流行的实时计算机视觉库,拥有很多的图像处理的算法。-cvlib_mex is a collection (over two dozens) of matlab callable routines from the OpenCV library www.intel.com/research/mrl/research/opencv/). OpenCV is a real time
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:847125
    • 提供者:刘雪英
  1. matlab_vc_mex

    0下载:
  2. 混合编程方法,便于VC++与matlab进行混合编程-matlab and vc++ mex
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:178379
    • 提供者:方卫
  1. dlimintc

    0下载:
  2. /* File : dlimintc.c * Abstract: * * Example MEX-file for a discrete-time limited integrator. * * Syntax: [sys, x0] = dlimintc(t,x,u,flag,lb,ub,x0,ts) * * For more details about S-functions, see simulink/src/sfuntmpl_doc.c -/*
  3. 所属分类:matlab

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