Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (3)
Edge detection in image processing
no vote
Digital Image edge detection image segmentation, object recognition and regional important foundations in the field of shape extraction, image analysis, in image recognition is an important method for feature extraction from image, this program is based on openCV functions a library of image processing procedures, using canny edge detection algorithm
随风894645
2016-08-23
1
1
Capture images from a video sequence frame
no vote
OpenCV support from cameras and video file (AVI) captures images, this program shows how to capture video from a webcam or AVI video files to be streaming, and process the video stream (edge detection)
随风894645
2016-08-23
1
1
Corner point detection in image processing
no vote
OpenCV library offers many functions for corner detection, PreCornerDetect is used to calculate the characteristics of corner detection map, cvCornerEigenValsAndVecs is used to calculate the characteristic value and characteristic vector of the image block, FindCornerSubPix can be used to find the exact corners, corner detection functions related to this program through, realize the image corner feature extraction and tag in
随风894645
2016-08-23
1
1
No more~