搜索资源列表
opencv-ex3-4
- /* 程序名:drawing..c 功能:展示OpenCV的图像绘制功能
单通道图像的直方图(C-C++源代码)
- 用OpenCV开发图像直方图功能-using OpenCV image histogram function development
图像灰度值调整(C-C++源代码)
- 用OpenCV实现图像灰度值调整-using OpenCV Image gray value adjustment
opencv阈值分割轮廓提取等图像基本处理源程序,已验证,均可使用
- 利用opencv和C++结合使用的,对图像进行阈值分割、轮廓提取和模糊增强等。
opencv c++实现图像rgb到hsv的颜色空间转换
- 基于opencv c++实现图像rgb到hsv的颜色空间转换,并显示各分量的值-opencv c++ rgb hsv
用C++和OpenCV实现的图像方框的识别
- 用C++和OpenCV实现的图像方框的识别,并对方框进行标记,用红色的线标记出来。可以用于图像分割、定位等等。,Using C++ and OpenCV image box to achieve the recognition, and the box marked with a red line marked. Can be used for image segmentation, positioning and so on.
Sift.zip
- 用SIFT (Scale Invariant Feature Transform) 算法进行图像特征提取,基于OpenCv的C++代码实现。,Using SIFT (Scale Invariant Feature Transform) algorithm for image feature extraction, based on the OpenCv the C++ Code.
openCV.Net
- c#图像处理,很难找的图像处理源代码,人脸识别-light compensation
opencvmouse
- opencv,C++图像处理相关,包括鼠标区域选取,截图,及简单的图像加载,适用计算机视觉初学者。-opencv, C++ image processing-related, including mouse selection area, screenshots, and simple image loading, computer vision for beginners.
基于MFC的OpenCV图像处理和显示
- 基于OpenCV的图像处理,通过点击按钮,选择要处理的参数,选择并将处理后的图像显示在图像控件上。
bmp
- 利用opencv将jpg格式图像转化为bmp格式(Using OpenCV to convert JPG format images into bmp format)
MyTest.cpp
- 实现使用c和opencv进行图像的基本操作,如形态学,分割等预处理工作(mplementation of the basic operations of images using C and opencv, such as morphology, segmentation and other preprocessing work)
opencv程序源代码
- opencv最基本的入门编程,图像处理最基本操作(Opencv basic introductory programming, the most basic operation of image processing)
1图像叠加与混合
- 利用opencv实现图像叠加与混合,可直接运行(Opencv image superposition and mixing)
3图像滤波
- 利用opencv实现图像滤波,可直接运行(Opencv realization of image filtering)
4图像边缘检测
- 利用opencv实现图像边缘检测,可直接运行(Image edge detection by opencv)
6图像分割
- 利用opencv实现图像分割,可直接运行(Opencv realization of image segmentation)
5图像简单特征检测
- 利用opencv实现图像简单特征检测,可直接运行(Opencv realization of image feature detection)
GLCM-OpenCV-master
- 由于纹理是由灰度分布在空间位置上反复出现而形成的,因而在图像空间中相隔某距离的两象素之间会存在一定的灰度关系,即图像中灰度的空间相关特性。灰度共生矩阵就是一种通过研究灰度的空间相关特性来描述纹理的常用方法。 Gray-level co-occurrence matrix from an image 图像的灰度共生矩阵(Because the texture is formed by the repeated appearance of the gray distribution in the
fruit-recognition-master
- 运用了OpenCV、C++、水果识别、Qt界面、颜色识别、边缘检测、图像处理 ,能够实现对不同种类水果进行识别分类。(Using OpenCV, C++, fruit recognition, Qt interface, color recognition, edge detection, and image processing, it is possible to identify and classify different types of fruits.)