17. Maximally stable external regions
#include #include #include #include #include #include using namespace std; using namespace cv; int main() { Mat image = imread("building.jpg", IMREAD_GRAYSCALE); // basic MSER detector Ptr ptrMSER = MSER::create(5,// delta value for local detection 200,// min acceptable area 2000);// max acceptable area // vector of point sets vector points; // vector of rectangles vector rects; // detect MSER f..
영상처리/OpenCV
2019. 6. 2. 22:41
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- hough transform
- 캐니 엣지
- equalizing
- top hat
- adaptive thresholding
- canny
- black top hat
- Sobel
- OpenCV
- median filter
- dilation
- upsampling
- mean filter
- canny operator
- erosion
- pyrUp
- 영상처리
- pyrDown
- difference of gaussian
- bilateral filter
- gradient
- Line Detection
- Low pass filter
- morphological operation
- segmentation
- high pass filter
- laplacian of gaussian
- Filter
- direction detection
- morphology
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
글 보관함