搜索资源列表
OpenCV_HOG
- 梯度直方图算子的opencv代码,注释详细,可以快速的熟悉该算法./.-Gradient histogram opencv code operator, detailed notes, can quickly become familiar with the algorithm. /.
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
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
gradient
- openCV中边缘检测的应用,包括利用Canny算子,Sobel算子进行检测-Application of edge detection in openCV, including the use of Canny operator, Sobel operator to detect
morphologyEx
- opencv,vs2013平台上,用morphologyEx进行形态学梯度运算的演示示例,使用滑动条控制-opencv, on vs2013 platform demos with morphologyEx morphological gradient operator using slider control
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))
blur&canny
- 把图像进行10次blur,每次blur三个梯度的canny。opencv的教程两本(Take the image 10 times blur, each time blur three gradient canny)