搜索资源列表
Brightness-transform
- 根据matlab中的imadjust函数编写的程序,可以实现对彩色图像的亮度变换,参数要自己调一下-According to the function in matlab imadjust written procedures, can change the brightness of the color images, what parameters to tune their own
Sobel-Laplace-Canny-matlab-code
- 模式识别大作业题目和实习代码: (1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。 (2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。 (3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_
Space_Filter
- Opencv写的空间滤波包括最大最小中值滤波等等,借鉴数字图像处理matlab版page117 的函数,几何平均,算术平均,调和平均,反调和平局,中值,中点等-Opencv write spatial filtering, including maximum and minimum median filtering, etc., drawing on digital image processing matlab version page117 function, geometric mean,
Image-segmentation-based-on-Opencv
- OPENCV轻量级而且高效,由一系列 C 函数 和少量 C++ 类构成,同时提供了 Python、Ruby、MATLAB等语言的接口,实现了图像处理和计算机视觉方面的很多通用算法。-The OPENCV lightweight and efficient, and by a series of C function And a small amount of C++ class structure, while providing a language like Python, Ruby
imadjust
- 使用MATLAB中的imadgujust函数对图像进行亮度变换-Use MATLAB in imadgujust function image brightness transform
mexopencv-master
- opencv函数用matlab实现接口,快速运行,方便使用matlab做机器视觉的研究-opencv, compution vision, matlab
cvlib_mex
- 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
OpenCVmex
- 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
removearea
- 用opencv实现了MATLAB里面的bwareaopen函数,同时包含一个去除大面积的函数。-remove small and big area
tbb_debug
- penCV的全称是:Open Source Computer Vision Library。OpenCV是一个基于(开源)发行的跨平台计算机视觉库,可以运行在Linux、Windows和Mac OS操作系统上。它轻量级而且高效——由一系列 C 函数和少量 C++ 类构成,同时提供了Python、Ruby、MATLAB等语言的接口,实现了图像处理和计算机视觉方面的很多通用算法。-penCV full name is: Open Source Computer Vision Library. Ope
myCanny
- 基于opencv函数库的基础上,翻译matlab版的canny算法,实验结果一致性达到98 -Based on the basis of opencv library, translation matlab version of the canny algorithm, the consistency of the experimental results up to 98
learning-opencv-code
- OpenCV的全称是:Open Source Computer Vision Library。OpenCV是一个基于(开源)发行的跨平台计算机视觉库,可以运行在Linux、Windows和Mac OS操作系统上。它轻量级而且高效——由一系列 C 函数和少量 C++ 类构成,同时提供了Python、Ruby、MATLAB等语言的接口,实现了图像处理和计算机视觉方面的很多通用算法。-The full name of OpenCV is: Open Source Computer Vision Lib
ImageRotate
- 利用OpenCv函数实现了对一幅图像的旋转操作,和matlab自带的函数不同,有具体实现过程-Use OpenCv function implements the rotation operation on an image, and a built-in function matlab different, there are specific implementation process
OpenCVcankaowenxian
- OpenCV于1999年由Intel建立,如今由Willow Garage提供支持。OpenCV是一个基于(开源)发行的跨平台计算机视觉库,可以运行在Linux、Windows和Mac OS操作系统上。它轻量级而且高效——由一系列 C 函数和少量 C++ 类构成,同时提供了Python、Ruby、MATLAB等语言的接口,实现了图像处理和计算机视觉方面的很多通用算法-OpenCV was founded in 1999 by Intel, by Willow Garage provides su
opencv-fft2
- 灰度图像的二维傅里叶变换(cv_gray_fft2),二维傅里叶变换结果的幅值计算(cv_abs),频谱平移(cv_gray_fft2shift),将数值归一化到0到255区间(cv_range_0to255)是非常常用的四个功能!所以写成四个函数,方便将来调用!附运行截图~并附对应的MATLAB程序!-Dimensional Fourier transform of the grayscale image (cv_gray fft2), two-dimensional Fourier tran
test_dft_c1
- opencv成功,与MATLAB结果一致,把同样的数据使用DSP库函数运算一下-Opencv successful, consistent with the MATLAB results, the same data using the DSP library function operation
rotate_image
- 图像旋转,功能与matlab函数imrotate一样-Image rotation, the same function with matlab function imrotate
6374325
- 关于信号处理中傅立叶变换的MATLAB函数,可以与FFT进行对比(About Fourier transform of MATLAB in signal processing function, can be compared with FFT)
MAPLAB-kile
- 用Jacobi迭代法计算大型方程组的MATLAB函数文件 不错(Using Jacobi iteration method to calculate large equations of MATLAB function file is good)
ABC-Matlab
- 通过人工蜂群优化算法对分类好的数据进行处理,对分类中的某个函数或参数进行修改(Artificial Bee Optimization)