搜索资源列表
OpenCVBorderDetect
- 本程序是基于OpenCV进行的图像边缘检测,canny,sobel,laplace等算法的应用-This procedure is based on the OpenCV for image edge detection, canny, sobel, laplace, etc. Application of algorithm
OpenCV-example-code
- 利用OpenCV实现的大量图像处理的算法,包括人脸识别、边缘检测等,对刚开始学习图像处理的人非常有帮助。-Using OpenCV to achieve a large number of image processing algorithms, including face recognition, edge detection, image processing of just beginning to learn who is very helpful.
edge-detect-cv
- Opencv 通过形态学操作实现图像边缘。 首先将图像转换为二值图像,然后膨胀此二值图像,最后减去未膨胀之前的图像便得到了图像的边缘。-Opencv realize the image edge by morphological operations. First, convert the image to a binary image, and then expanded this binary image, the last image before subtracting the
ImageRetrieval
- ImageRetri (C++_毕业设计) sift,颜色直方图,灰度矩阵,HU不变矩,边缘方向直方图,检索方法使用K-means和K-D树两种,需要OPENCV支持-ImageRetri Color histogram, gray matrix, HU invariant moment, edge direction histogram, retri method using K-means and K-D tree two, need OPENCV support (C++ _ gradu
edge
- 基于opencv的图像边缘检测程序,非常好用,值得借鉴-Based on opencv image edge detection procedures, very easy to use, worth learning
边缘检测1
- 基本的边缘检测算法之一,使用OpenCV,有详细注释,适合新人学习(One of the basic edge detection algorithms, the use of OpenCV, detailed notes, suitable for newcomers to learn)