Documentation of 'boofcv.alg.shapes.edge.BaseIntegralEdge' Java class
BaseIntegralEdge
boofcv.alg.shapes.edge

Class BaseIntegralEdge<T extends ImageGray>

    • Constructor Summary

      Constructors 
      Constructor and Description
      BaseIntegralEdge(java.lang.Class<T> imageType) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void setImage(T image)
      Sets the image which is going to be processed.
      void setTransform(PixelTransform_F32 undistToDist)
      Used to specify a transform that is applied to pixel coordinates to bring them back into original input image coordinates.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BaseIntegralEdge

        public BaseIntegralEdge(java.lang.Class<T> imageType)
    • Method Detail

      • setTransform

        public void setTransform(PixelTransform_F32 undistToDist)
        Used to specify a transform that is applied to pixel coordinates to bring them back into original input image coordinates. For example if the input image has lens distortion but the edge were found in undistorted coordinates this code needs to know how to go from undistorted back into distorted image coordinates in order to read the pixel's value.
        Parameters:
        undistToDist - Pixel transformation from undistorted pixels into the actual distorted input image..
      • setImage

        public void setImage(T image)
        Sets the image which is going to be processed. Must call setImage(ImageGray) first.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.