public interface DescribeImageDense<T extends boofcv.struct.image.ImageBase,Desc extends TupleDesc> extends DescriptorInfo<Desc>
| Modifier and Type | Method and Description |
|---|---|
boofcv.struct.image.ImageType<T> |
getImageType()
Description of the type of image it can process
|
void |
process(T input,
org.ddogleg.struct.FastQueue<Desc> descriptions,
org.ddogleg.struct.FastQueue<georegression.struct.point.Point2D_I32> locations)
Processes the image and computes the dense image features.
|
createDescription, getDescriptionTypevoid process(T input, org.ddogleg.struct.FastQueue<Desc> descriptions, org.ddogleg.struct.FastQueue<georegression.struct.point.Point2D_I32> locations)
input - Input image.descriptions - (Output) Storage for descriptors. The grow() command is used to request more data.locations - (output) (Optional) Storage for location of feature sample center points.
New locations are added by invoking grow(). If null then it's ignored.boofcv.struct.image.ImageType<T> getImageType()