boofcv.alg.shapes.edge
Class BaseIntegralEdge<T extends ImageGray>
- java.lang.Object
-
- boofcv.alg.shapes.edge.BaseIntegralEdge<T>
-
- Direct Known Subclasses:
- ScoreLineSegmentEdge, SnapToEdge
public class BaseIntegralEdge<T extends ImageGray> extends java.lang.ObjectBase class for computing line integrals along lines/edges.
-
-
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 voidsetImage(T image)Sets the image which is going to be processed.voidsetTransform(PixelTransform_F32 undistToDist)Used to specify a transform that is applied to pixel coordinates to bring them back into original input image coordinates.
-
-
-
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 callsetImage(ImageGray)first.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG