Interface MultiViewStereoFromKnownSceneStructure.Listener<RectImg>

Enclosing class:
MultiViewStereoFromKnownSceneStructure<T extends ImageGray<T>>

public static interface MultiViewStereoFromKnownSceneStructure.Listener<RectImg>
Used to capture intermediate results
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleFused(String centerViewName, GrayF32 inverseDepth)
    After a fused inverse depth image has been computed, this function is called and the results passed in
    void
    handlePairDisparity(String left, String right, RectImg rectLeft, RectImg rectRight, GrayF32 disparity, DisparityParameters parameters)
    After a regular disparity image has been computed from a pair, this function is called and the results passed in
  • Method Details

    • handlePairDisparity

      void handlePairDisparity(String left, String right, RectImg rectLeft, RectImg rectRight, GrayF32 disparity, DisparityParameters parameters)
      After a regular disparity image has been computed from a pair, this function is called and the results passed in
    • handleFused

      void handleFused(String centerViewName, GrayF32 inverseDepth)
      After a fused inverse depth image has been computed, this function is called and the results passed in