public interface DescribeImageDense<T extends boofcv.struct.image.ImageBase,Desc extends TupleDesc> extends DescriptorInfo<Desc>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Desc> |
getDescriptions()
Returns a list of the computed descriptions.
|
boofcv.struct.image.ImageType<T> |
getImageType()
Description of the type of image it can process
|
java.util.List<georegression.struct.point.Point2D_I32> |
getLocations()
Returns a list of locations that the descriptors are computed at
|
void |
process(T input)
Processes the image and computes the dense image features.
|
createDescription, getDescriptionTypevoid process(T input)
input - Input image.java.util.List<Desc> getDescriptions()
Returns a list of the computed descriptions.
The list and everything contained inside of it are owned by this class and subject to modification
the next time process(ImageBase) is called.
java.util.List<georegression.struct.point.Point2D_I32> getLocations()
Returns a list of locations that the descriptors are computed at
The list and everything contained inside of it are owned by this class and subject to modification
the next time process(ImageBase) is called.
boofcv.struct.image.ImageType<T> getImageType()