Class AbstractEdgeFeatureDetection<E,​I>

  • Type Parameters:
    E - Type of Elements in collection of the feature
    I - Type of Image wrapped by ImageWrapper
    All Implemented Interfaces:
    FeatureDetection<E,​I>
    Direct Known Subclasses:
    OpenCVEdgeFeatureDetection

    public abstract class AbstractEdgeFeatureDetection<E,​I>
    extends Object
    implements FeatureDetection<E,​I>
    Since:
    1.0
    Author:
    Andreas Pointner
    • Constructor Detail

      • AbstractEdgeFeatureDetection

        public AbstractEdgeFeatureDetection()
    • Method Detail

      • getStepsOfInterestingPoints

        public int getStepsOfInterestingPoints()
        Returns:
        steps of point which are interesting
      • setStepsOfInterestingPoints

        public void setStepsOfInterestingPoints​(int stepsOfInterestingPoints)
        Parameters:
        stepsOfInterestingPoints - steps of point which are interesting