Interface SizebasedPositionEvaluator<I,​P>

  • Type Parameters:
    I - Type of Image wrapped by ImageWrapper
    P - Type of Point wrapped by Point2Wrapper
    All Superinterfaces:
    PositionEvaluator<I,​P>
    All Known Implementing Classes:
    OpenCVSizebasedPositionEvaluator

    public interface SizebasedPositionEvaluator<I,​P>
    extends PositionEvaluator<I,​P>

    Interface which provides functionality to evaluate e.g. the position of an object in the image based on a given object size for calibration

    Since:
    1.0
    Author:
    Christoph Praschl
    • Method Detail

      • getObjectWidthInMM

        double getObjectWidthInMM()
        Returns:
        (real) Object Width in mm
      • setObjectWidthInMM

        void setObjectWidthInMM​(double objectWidthInMM)
        Parameters:
        objectWidthInMM - (real) Object width in mm