搜索资源列表
对图像进行形态学开、闭、形态梯度等算法实现
- 基于OpenCV(开源计算机视觉平台),对图像进行形态学开、闭、形态梯度等算法实现。程序运行前须安装(1)OpenCV: ttp://opencvlibrary.sourceforge.net (2)在vc6.0的Tools|Options|Directories标签下添加如下路径:C:\Program files\OpenCV\Cxcore\include C:\Program files\OpenCV\include C:\Program files\OpenCV\cvaux\inclu
HoG.rar
- 经典HOG算法,基于梯度的直方图提取算法,用于人体检测十分有效!,HOG classic algorithms, gradient-based histogram extraction algorithms, used in human testing is very effective!
OpenCV_HOG
- 梯度直方图算子的opencv代码,注释详细,可以快速的熟悉该算法./.-Gradient histogram opencv code operator, detailed notes, can quickly become familiar with the algorithm. /.
jianbian
- 使用opencv工具对给定图片实现径向渐变效果。-Opencv tool to use for a given image to achieve the radial gradient effect.
CImgChange
- opencv 对图像就行渐变处理功能代码·功能已实现-opencv image processing code on the line gradient function has been achieved
Blog_hogCompute6.tar
- Opencv HOG (Histogram of Orientation Gradient) training based on Dalal method. When you try to use Opencv HOG, you may not know how the training of the SVM model is done. Here is the example Linux with Opencv2.1
PedestrianTracking
- 梯度直方图,行人跟踪,用到了opencv-Gradient histogram, pedestrian tracking, and so used the opencv
Image-gradient
- 在VC++环境中安装好OPENCV,实现对加载图片进行图像渐现的效果-In installed in the VC++ environment OPENCV, to achieve the effect of the image fade-load images
Kinect_DepthCanny
- 用kinect获取3D图像,并从3D图像中用OpenCV方法从深度图中获取梯度边缘,从而得到更多信息,做后续处理-Get with kinect 3D images, and get the edge gradient from the depth map from a 3D image using OpenCV method to obtain more information, do follow-up treatment
Lvwatershed
- 本程序利用opencv开源库实现watershed算法,利用人工选择种子点与梯度图两种方法来获取种子点。压缩包内有word文档介绍具体的操作和示例。-The program uses the open-source opencv library implements watershed algorithm, using artificial selection gradient map seeds and seed are two ways to get points. Compressed p
cvOSFilter-v1.0
- 基于OpenCV的方向选择滤波,高斯核存放在了文件中,通过领域求解当前像素梯度角度theta。-Direction Selective filter based on OpenCV, Gaussian kernel stored in a file, theta by solving the current pixel field gradient.
hpc
- 基于OpenCV和OpenMP的多核处理图像边缘检测算法——Sobel的实现。 没有可视化界面。 需要先配置OpenCV和OpenMP。 理论依据:利用OpenMP我们可以实现多核并行处理边缘检测。根据Sobel原理,可以完全明确的是:每一个像素点的梯度计算都不依赖于其他的像素点!这就是实现多核并行处理边缘检测的关键。利用这个关键的特性,我们可以让多个核同时去计算多个像素点的梯度值,进而提高Sobel边缘检测算法的性能。 -The implementation of OpenCV
image-grad
- 基于OPENCV,实现不同梯度算子的边缘提取,其中包括最基本的像素操作,适合初学图像处理。-Based on OPENCV, the realization of different gradient operator edge extraction, including pixel operation is the most basic, suitable for beginners of image processing.
gradient
- openCV中边缘检测的应用,包括利用Canny算子,Sobel算子进行检测-Application of edge detection in openCV, including the use of Canny operator, Sobel operator to detect
tidu
- 计算图像梯度幅度和相位,采用opencv算法。-Calculate the gradient magnitude and phase of the image
morphologyEx
- opencv,vs2013平台上,用morphologyEx进行形态学梯度运算的演示示例,使用滑动条控制-opencv, on vs2013 platform demos with morphologyEx morphological gradient operator using slider control
Morphology_2
- VS下利用opencv 实现形态学的相应变换,开运算,闭运算,形态梯度,顶帽,黑帽等。-VS use opencv achieve under the corresponding morphological transformation, opening operation, closing operation, morphological gradient, top hat, black hat and so on.
Edge-Detection_canny-_perfect
- Canny算法求图像边缘,C++语言实现。步骤分:求梯度、非极大值移植、自适应阈值、滞后阈值求边缘、边缘细化。算法核心由C语言实现,效果可以和OpenCV和Matlab相媲美。-Canny algorithm for image edge, the use of C++ language, the steps include: for gradient, maximum value suppression, adaptive threshold, hysteresis threshold. Th
eyeLike
- 基于OpenCV的摄像头凝视追踪基于Fabian Timm的眼睛中心算法简单的图像梯度-Camera gaze tracking based on Timm OpenCV eye center algorithm based on Fabian simple image gradient
matting
- 使用opencv开发,实现图像抠图,将需要的局部图像提取处理(Robust Matting 1. OpenCV 2. MTL library (for sparse matrix) 3. Intel Math Kernel Library (to solve linear equation by conjugate gradient method))