搜索资源列表
cvSobel
- 用opencv library來實現Sobel operator效果-demo sobel operator by using opencv library
cvThreshold_cvCanny
- open cv 邊緣化 用Canny作邊緣化處理 cvCanny, void cvCanny( const CvArr* image, CvArr* edges, double threshold1, double threshold2, int aperture_size=3 ) image 單通道輸入圖像. edges 單通道存儲邊緣的輸出圖像 threshold1 第一個閾
sobel
- sobel算子的实现,包含个文件,一个利用了cvSobel函数,另外两个是用语言写的,也就是cvSobel的实现。-sobel operator to achieve, contains a file, a use the cvSobel function, the other two are written language, that is, the realization of cvSobel.
CVSobel
- 在Qt和opencv2.4环境下实现Sobel算子-Achieve Sobel operator in the Qt environment and opencv2.4
test
- 用于生成seam carving需要使用的图像能量矩阵。使用cvSobel函数进行对图像的计算。-Seam carving for generating an image to use the energy matrix. CvSobel function calculation using the image.
opencv
- opencv随书源码,图像处理,图像处理:cvSobel,cvCanny等 结构分析:ContourArea等 运动分析与目标跟踪:cvMeanShift等 模式识别:CvHaarFeature 摄像头定标与三维重建:cvCalibrateCamer2(Opencv with the book source, image processing)