Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
3 | PointedEar | 1 | This directory contains material supporting chapter 7 of the cookbook: |
2 | Computer Vision Programming using the OpenCV Library. |
||
3 | by Robert Laganiere, Packt Publishing, 2011. |
||
4 | |||
5 | Files: |
||
6 | edgedetector.h |
||
7 | linefinder.h |
||
8 | contours.cpp |
||
9 | correspond to Recipes: |
||
10 | Detecting Image Contours with the Canny Operator |
||
11 | Detecting Lines in Images with the Hough Transform |
||
12 | Fitting a Line to a Set of Points |
||
13 | |||
14 | File: |
||
15 | blobs.cpp |
||
16 | correspond to Recipes: |
||
17 | Extracting the ComponentsÂ’ Contours |
||
18 | Computing ComponentsÂ’ Shape Descriptors |