搜索资源列表
OpenCV-code 基于C/C++语言的开源图像处理函数库
- OpenCV是一个基于C/C++语言的开源图像处理函数库,其代码都经过优化,可用于实时处理图像,具有良好的可移植性,可以进行图像/视频载入、保存和采集的常规操作.-OpenCV is based on C/C++ language, open source image processing library, the code have been optimized for real-time image processing, has good portability, can images/v
fenshuiling
- Opencv图像处理中的分水岭算法的实现。Opencv做图像处理很方便,matlab移植到c++比较麻烦-2D image segmentation in c++ and opencv
RegionGrew
- 基于opencv的图像区域增长算法,用c++编写的,希望对大家有帮助-region grew algrithm base on opencv,coding by C++, hope it helps
opencv
- 基于opencv图像局部放大程序.可以实现图像的局部放大,代码封装比较好-the c++ program about maginifying of local image based on opencv library
sobel
- 实现sobel图像锐化,opencv c语言版,没有使用指针- the image process of sobel,don not use point
opencvCar
- opencv C++车牌检测。可控制摄像头捕获图像,跟踪,检测-opencv&C++.carnumber detection.you can control the usb camera to track and detect.
OReilly-OpenCV
- 说明:本书是基于OpenCV1.0的,以C语言实现为主。目前OpenCV的最新的版本是OpenCV2.0,已经完全实现了C++,可惜还没有一本书(包括外文的)是基于OpenCV2.0来介绍OpenCV的,所以建议熟悉图像处理并且英语能过关的朋友直接去学习OpenCV2.0里的英文帮助文档吧。不过英语不行的朋友先从本书开始学习也是一个不错的选择。-Descr iption: This book is based on the OpenCV1.0, and to C language based.
openCV-library-transplant-to-S3C2440
- opencv开源图像处理函数库在S3C2440移植 一、简介 OpenCV是一个基于C/C++语言的开源图像处理函数库 其代码都经过优化,可用于实时处理图像 具有良好的可移植性 可以进行图像/视频载入、保存和采集的常规操作 具有低级和高级的应用程序接口(API)-openCV open source image processing library S3C2440 transplant, o
基于MFC的OpenCV图像处理和显示
- 基于OpenCV的图像处理,通过点击按钮,选择要处理的参数,选择并将处理后的图像显示在图像控件上。
OpenCV 2 计算机视觉编程手册_中文版
- 基于开源的OpenCV库文件,便于程序员对数字图像处理的快速入门(OpenCV library files based on open source, easy programmers for digital image processing quick entry)
基于opencv的质心算法
- C++语言,用于图像处理,求解图片的质心,二维定位,(For image processing, the centroid of the image is solved, two-dimensional location)
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
Python-opencv车牌识别
- 算法思想来自于网上资源,先使用图像边缘和车牌颜色定位车牌,再识别字符。车牌定位在predict方法中,为说明清楚,完成代码和测试后,加了很多注释,请参看源码。车牌字符识别也在predict方法中,请参看源码中的注释,需要说明的是,车牌字符识别使用的算法是opencv的SVM, opencv的SVM使用代码来自于opencv附带的sample,StatModel类和SVM类都是sample中的代码。SVM训练使用的训练样本来自于github上的EasyPR的c++版本。由于训练样本有限,你测试时会
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.)