public class BaseIntegralEdge<T extends boofcv.struct.image.ImageGray>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boofcv.alg.interpolate.ImageLineIntegral |
integral |
protected boofcv.core.image.GImageGray |
integralImage |
| Constructor and Description |
|---|
BaseIntegralEdge(java.lang.Class<T> imageType) |
| Modifier and Type | Method and Description |
|---|---|
void |
setImage(T image)
Sets the image which is going to be processed.
|
void |
setTransform(boofcv.struct.distort.PixelTransform_F32 undistToDist)
Used to specify a transform that is applied to pixel coordinates to bring them back into original input
image coordinates.
|
protected boofcv.alg.interpolate.ImageLineIntegral integral
protected boofcv.core.image.GImageGray integralImage
public BaseIntegralEdge(java.lang.Class<T> imageType)
public void setTransform(boofcv.struct.distort.PixelTransform_F32 undistToDist)
undistToDist - Pixel transformation from undistorted pixels into the actual distorted input image..public void setImage(T image)
setImage(ImageGray) first.