Class ContourDetector<T>

  • All Implemented Interfaces:
    Function<ImageWrapper<?>,​ImageWrapper<T>>

    public class ContourDetector<T>
    extends Object
    implements Function<ImageWrapper<?>,​ImageWrapper<T>>

    Generic contour detector which creates a contour image with 255 for contour pixels and 0 for background pixels

    iff innerContour === true: inner contour will be created

    else outer contour will be created

    Since:
    1.0
    Author:
    Christoph Praschl