Location:
Search - cvlib_mex
Search list
Description: matlab环境下的flood fill算法实现,需要cvlib_mex支持,可在http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?下载。objectId=12200&objectType=File-Matlab environment under the flood fill algorithm. cvlib_mex need support in http : / / www.mathworks.com / matlabcentral / fileex change / loadFile.do download. ObjectId = 12200
Platform: |
Size: 20501 |
Author: 康康 |
Hits:
Description: 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 amazingly fast as well as economic.
To get a list of all available functions run cvlib_mex without any arguments, e.g:
cvlib_mex
Dedicated (short) help on each function is obtained by runing
cvlib_mex('funname'), eg:
cvlib_mex('resize')
A longer help (but often still too short) may be obtained by consulting the
OpenCV manual pages.
To run this mex you probably need the to have all the dlls in the same directory.
Example 1: let IMG be a MxNx3 uint8 image.
imr = cvlib_mex('resize',IMG,3.4);
will resize the image, using a bilinear interpolation, to 3.4 times the original size.
Example 2: let A and B be MxN single arrays.
C = cvlib_mex('mul',A,B);
will do a per-element multiplication of A and B, or a C = A .* B
and
cvlib_mex('mul',A,B);
will do the same but in-place, storing the result in A.
Platform: |
Size: 667609 |
Author: shshlzh |
Hits:
Description: 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 amazingly fast as well as economic.
To get a list of all available functions run cvlib_mex without any arguments, e.g:
cvlib_mex
Dedicated (short) help on each function is obtained by runing
cvlib_mex('funname'), eg:
cvlib_mex('resize')
A longer help (but often still too short) may be obtained by consulting the
OpenCV manual pages.
To run this mex you probably need the to have all the dlls in the same directory.
Example 1: let IMG be a MxNx3 uint8 image.
imr = cvlib_mex('resize',IMG,3.4);
will resize the image, using a bilinear interpolation, to 3.4 times the original size.
Example 2: let A and B be MxN single arrays.
C = cvlib_mex('mul',A,B);
will do a per-element multiplication of A and B, or a C = A .* B
and
cvlib_mex('mul',A,B);
will do the same but in-place, storing the result in A.
Platform: |
Size: 845944 |
Author: shshlzh |
Hits:
Description: 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 amazingly fast as well as economic.
To get a list of all available functions run cvlib_mex without any arguments, e.g:
cvlib_mex
Dedicated (short) help on each function is obtained by runing
cvlib_mex('funname'), eg:
cvlib_mex('resize')
A longer help (but often still too short) may be obtained by consulting the
OpenCV manual pages.
To run this mex you probably need the to have all the dlls in the same directory.
Example 1: let IMG be a MxNx3 uint8 image.
imr = cvlib_mex('resize',IMG,3.4);
will resize the image, using a bilinear interpolation, to 3.4 times the original size.
Example 2: let A and B be MxN single arrays.
C = cvlib_mex('mul',A,B);
will do a per-element multiplication of A and B, or a C = A .* B
and
cvlib_mex('mul',A,B);
will do the same but in-place, storing the result in A.
Platform: |
Size: 535910 |
Author: shshlzh |
Hits:
Description: matlab环境下的flood fill算法实现,需要cvlib_mex支持,可在http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?下载。objectId=12200&objectType=File-Matlab environment under the flood fill algorithm. cvlib_mex need support in http :// www.mathworks.com/matlabcentral/fileex change/loadFile.do download. ObjectId = 12200
Platform: |
Size: 20480 |
Author: 康康 |
Hits:
Description: openCV的一个显示实例,对初学者非常有帮助-openCV a display of examples of very helpful for beginners
Platform: |
Size: 197632 |
Author: han |
Hits:
Description: opencv函数包,用于matlab调用-opencv function package, calls for matlab
Platform: |
Size: 978944 |
Author: ronghjr |
Hits:
Description: 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.
Platform: |
Size: 845824 |
Author: wth |
Hits:
Description: 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 computer vision library with many image processing capabilities and
it is amazingly fast as well as economic.
Platform: |
Size: 846848 |
Author: 刘雪英 |
Hits:
Description: 该文件用于在matlab环境中直接使用OpenCV库的函数,方便使用matlab的研究者在开展视觉目标检测、视觉目标跟踪、视觉智能监控,以及其它计算机视觉应用等的工作中调用OpenCV提供的函数。在使用时,只需要把该文件放于matlab的工作目录下即可。-With this code, various computer vision functions provided by OpenCV can be used in Matlab environment. Matlab users in the field of computer vision can apply this code to visual object detection, visual object tracking, visual intelligent surveillance, and many other computer vision related researches. In practice, this code needs to be put into the working path of Matlab.
Platform: |
Size: 26624 |
Author: 朱亮亮 |
Hits:
Description: cvlib_mex为封装了openCV重要函数的库,matlab可以直接调用文件从而运行openCV函数。压缩包中已包含cvlib_mex.mexw64文件,可以直接使用。PS:mexw64适用于windows下的64位matlab。-cvlib_mex important function to encapsulate the openCV library, archive already contains cvlib_mex.mexw64 files can be used directly. PS: mexw64 applicable under windows 64 matlab.
Platform: |
Size: 65536 |
Author: bingo |
Hits:
Description: cvlib_mex为已封装了openCV重要函数的库,PS:此文件供linux系统下64位matlab使用-cvlib_mex as an important function encapsulates the openCV library, PS: This file is for 64-bit linux system using matlab
Platform: |
Size: 1078272 |
Author: bingo |
Hits: