Class SoBinaryCorrelationProcessing2d.SbCorrelationDetail

    • Constructor Detail

      • SbCorrelationDetail

        public SbCorrelationDetail​(SoImageAnalysisResult analysis)
        Calls SbCorrelationDetail(analysis, (int)0).
      • SbCorrelationDetail

        public SbCorrelationDetail​(SoImageAnalysisResult analysis,
                                   int sequenceIndex)
    • Method Detail

      • getMatchingPositionY

        public float getMatchingPositionY()
        The y coordinate of the best matching position in the output image.
      • getMinTheoretical

        public float getMinTheoretical()
        The minimum score theoretically possible.
      • getMatchingPositionX

        public float getMatchingPositionX()
        The x coordinate of the best matching position in the output image.
      • getMaxComputed

        public float getMaxComputed()
        The maximum correlation computed score before normalization.
      • getMinComputed

        public float getMinComputed()
        The minimum correlation computed score before normalization.
      • getMaxTheoretical

        public float getMaxTheoretical()
        The maximum score theoretically possible.