Class | Description |
---|---|
VectorDifferenceEdgeOperator |
Finds edges in a vector valued image by computing maximum Euclidean distance within 3x3
neighbourhood.
|
VectorEdgeDetectorPlugin | |
VectorGradientEdgeOperator |
Finds edges in a vector valued image by computing maximum Euclidean distance between the center
pixel and each of the other pixels in a 3x3 neighbourhood.
|
VectorMath |
In-place vector operations
|
VectorProcessor |
Represents vector valued image.
|
VectorProcessor.Neighborhood3x3 |
Represents 3x3 neighborhood.
|
VectorSobelEdgeOperator |
Sobel edge detector for vector valued images.
|