CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - MEX

搜索资源列表

  1. libsvm-3.18-mex

    0下载:
  2. libSVM直接使用,无需编译,放在matlab对应的安装文件夹下即可-libSVM toolbox
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:673009
    • 提供者:CSJ
  1. dnlm

    0下载:
  2. The algorithm (called dynamic non-local means) is very effective on 4D medical images (i.e. contrast-dynamic sequences such as DCE-MRI, fMRI and dynamic PET). This implementation is straight-forward and is thus not efficient (computationally). How
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3080
    • 提供者:keyvan
  1. mldivsolve

    0下载:
  2. Ultra-quick (mex-ed) left divide for many 4x4 householder matrix solutions
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:17285
    • 提供者:Tom
  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
    • 文件大小:109568
    • 提供者:ddf dfd
  1. detectPlane

    0下载:
  2. This is a MEX-file which detects planes in 3D pointcloud. The input and output are described in the file.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3940
    • 提供者:Truc Le
  1. ARGMAX/ARGMIN

    0下载:
  2. for vectors and matrices based on MEX functions
  3. 所属分类:matlab例程

    • 发布日期:2015-11-10
    • 文件大小:16325
    • 提供者:yasi.arian
  1. BMSSaliency

    0下载:
  2. BMS saliency model的代码,The code has been tested on Windows system, using Matlab 2012 and OpenCV 2.40+.-The code has been tested on Windows system, using Matlab 2012 and OpenCV 2.40+. To compile the code (only for Windows): 1. Put the extract
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:844813
    • 提供者:车朝晖
  1. Discrete-Optimization

    0下载:
  2. 离散优化 *enum - 枚举法 *monte - 蒙特卡洛法 *lpint (BranchBound)- 线性整数规划 *L01p_e - 0-1整数规划枚举法 *L01p_ie - 0-1整数规划隐枚举法 *bnb18 - 非线性整数规划(在MATLAB5.3使用) *bnbgui - 非线性整数规划图形工具(在MATLAB5.3使用) *mintreek - 最小生成树kruskal算法 *minroute - 最短路dijkstra
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:33054
    • 提供者:lxc
  1. Human_OpticalFlow

    0下载:
  2. 适合初学者,光流,有主函数及图片,有mex以及路径添加-Suitable for beginners, optical flow, main functions and picture,
  3. 所属分类:Graph program

    • 发布日期:2017-05-18
    • 文件大小:4715752
    • 提供者:houhui
  1. nufft

    0下载:
  2. 非均匀傅里叶变换 mex name.c加载C文件-nonuniform fourier transfrom
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:53413
    • 提供者:jkl
  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
  1. vs2013---matlab-2013

    0下载:
  2. 在很多情况下,我们需要vs2013与matlaba/b混编, 在mex -setup ,以及mbuild -setup时,会产生不出现VS2013编译平台的情况,在此时只需将压缩包中文件放到对应的位置就可以成功。-In many cases, we need to vs2013 and matlaba/b mixed when mex-setup, and mbuild-setup, will have the situation VS2013 compiler platform does no
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:29888
    • 提供者:恬梦
  1. AMR12.2kencode

    0下载:
  2. 将AMR的12.2k的语音编码的c代码转换为mex文件使其可以被matlab调用,在matlab2014中命令窗输入mex+空格+三个c文件名字(注意encode.c放在最前面)生成可执行文件,就可以调用encode函数。-The AMR 12.2k speech coding in C code conversion for mex file so that it can be called by the MATLAB. In the matlab2014 command window inp
  3. 所属分类:Voice Compress

    • 发布日期:2017-05-03
    • 文件大小:633594
    • 提供者:高炜委
  1. C-matlab

    0下载:
  2. Main reasons to write a MEX-file are: 1. To use pre-existing C/C++ or Fortran routines in Matlab without having to recode them. 2. Increase speed: most effective on loops.
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:92014
    • 提供者:ahmed
  1. cmex

    0下载:
  2. It is possible to compile C, C++, or Fortran code so that it is callable Matlab. This kind of program is called a Matlab Executable (MEX) external interface function, or more briey a \MEX- function. MEX enables the high performance of C, C++, and For
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:248710
    • 提供者:ahmed
  1. histogramOfGradients

    0下载:
  2. HOG PK Ali Hassan Ali Hassan opencv, MATLAB, Java, Android, Eclipse, XML, HTML,... Islamabad, Capital 0.0 New on Elance 22/hr rate About Ali Hassan I’m primarily interested Computer Vision and Image Processing projects. I hav
  3. 所属分类:Project Manage

    • 发布日期:2017-05-09
    • 文件大小:1953349
    • 提供者:mohamed_bedawy
  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
    • 文件大小:110177
    • 提供者:da zhang
  1. WASPCN_MatLab(Mex64)

    0下载:
  2. MatLab调用接口(Mex方式64位)-MatLab Call Interface (Mex mode 64)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-03
    • 文件大小:925226
    • 提供者:ylb
  1. Grow_cut

    0下载:
  2. Grwo cut is an algorithm using graphs for image segmentation , this directory contains a matlab code using grah cut, it s necessary to use mex files,it contains 2 matlab files grow cut and growcut_main and other mex files
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:78726
    • 提供者:arafet
  1. mexPulseCompression

    0下载:
  2. mex混合编程脉压程序,编译环境matlab2015和VS2010希望大家一起交流学习~-Pulse Compression bymatlab and C
  3. 所属分类:MPI

    • 发布日期:2017-04-30
    • 文件大小:17929
    • 提供者:唐虎
« 1 2 ... 11 12 13 14 15 1617 18 19 »
搜珍网 www.dssz.com