| Class | Description |
|---|---|
| DetectQuadBlobsBinary |
Detects blobs inside a binary image which are at least approximate a quadrilateral crudely.
|
| FindBoundingQuadrilateral |
Given a set of points that are contained inside a quadrilateral and have at least one point
at each of the four extreme points on the quadrilateral, find the extreme points.
|
| FindQuadCorners |
Find a list of corner pixels in a blob using its contour.
|
| OrderPointsIntoGrid |
Given a set of points that form an approximate grid, put them into grid order.
|
| QuadBlob |
Contains information on blobs extracted from the binary image.
|