|
| | FilterCannyBorder |
| | Performs Canny edge detection on a single channel 8-bit grayscale image and outputs a single channel 8-bit image consisting of 0x00 and 0xFF values with 0xFF representing edge pixels.
|
| |
| | FilterHarrisCornersBorder |
| | Performs Harris Corner detection on a single channel 8-bit grayscale image and outputs a single channel 32-bit floating point image consisting the corner response at each pixel of the image.
|
| |
| | FilterHoughLine |
| | Extracts Hough lines from a single channel 8-bit binarized (0, 255) source feature (canny edges, etc.) image.
|
| |
| | HistogramOfOrientedGradientsBorder |
| | Performs Histogram Of Oriented Gradients operation on source image generating separate windows of Histogram Descriptors for each requested location.
|
| |
| | LabelMarkers |
| | Generate image connected region label markers to be used for later image segmentation.
|
| |
| | CompressMarkerLabels |
| | Removes sparseness between marker label IDs output from LabelMarkers call.
|
| |
| | BoundSegments |
| | Adds boundary borders around connected regions using a border value of nBorderVal.
|
| |