edge_detectionΒΆ

Classes

PixelEdgeDetector

This class implements a basic pixel level edge detector using the Scharr methodology.

PAESubpixelEdgeDetector

This class can be used to identify and refine to the subpixel location of edges in an image using the partial area effect method.

ZernikeRampEdgeDetector

This class implements a subpixel edge detector using the Zernike Ramp method.

Enums

EdgeDetectionMethods

An enum specifying the available edge detection techniques

Constants

FIRST_ORDER_REAL_MOMENTS

First order real component of Zernike Moments

FIRST_ORDER_IMAGINARY_MOMENTS

First order imaginary component of Zernike Moments

SECOND_ORDER_MOMENTS

Second order Zernike Moments