public interface PixelLikelihood<T extends boofcv.struct.image.ImageBase<T>>
extends boofcv.struct.sparse.SparseImageSample_F32<T>
| Modifier and Type | Method and Description |
|---|---|
void |
createModel(georegression.struct.shapes.RectangleLength2D_I32 target)
Specifies where the initial location of the target is in the image and computes the model using pixels
inside the rectangle
|
void |
setImage(T image)
Sets the input image
|
void setImage(T image)
void createModel(georegression.struct.shapes.RectangleLength2D_I32 target)
target - Location of target inside the image