Packages

package multiband

Type Members

  1. class VectorDifferenceEdgeOperator extends AnyRef

    Finds edges in a vector valued image by computing maximum Euclidean distance within 3x3 neighbourhood.

    Finds edges in a vector valued image by computing maximum Euclidean distance within 3x3 neighbourhood. The distance is computed between opposite pixels in the neighbourhood, that is four different distances are compared.

  2. class VectorEdgeDetectorPlugin extends PlugIn

  3. class VectorGradientEdgeOperator extends AnyRef

    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.

    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. That is, eight different distances are compared.

  4. final class VectorMath extends AnyRef

    In-place vector operations

  5. class VectorProcessor extends AnyRef

    Represents vector valued image.

    Represents vector valued image. Value at each pixel in the image is a vector of floating point numbers.

  6. class VectorSobelEdgeOperator extends AnyRef

    Sobel edge detector for vector valued images.

Ungrouped