-
- All Superinterfaces:
- DescriptorInfo<Desc>
- All Known Implementing Classes:
- DescribeImageDenseHoG, DescribeImageDenseSift, GenericDenseDescribeImageDense
public interface DescribeImageDense<T extends ImageBase,Desc extends TupleDesc> extends DescriptorInfo<Desc>
Computes feature descriptors across the whole image. No feature detection is performed. Descriptions are typically computed at regular intervals. Scale, orientation, and other local geometric information is typically not computed or returned to the user.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.util.List<Desc>getDescriptions()Returns a list of the computed descriptions.ImageType<T>getImageType()Description of the type of image it can processjava.util.List<Point2D_I32>getLocations()Returns a list of locations that the descriptors are computed atvoidprocess(T input)Processes the image and computes the dense image features.-
Methods inherited from interface boofcv.abst.feature.describe.DescriptorInfo
createDescription, getDescriptionType
-
-
-
-
Method Detail
-
process
void process(T input)
Processes the image and computes the dense image features.- Parameters:
input- Input image.
-
getDescriptions
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.- Returns:
- list of descriptions
-
getLocations
java.util.List<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.- Returns:
- list of descriptions
-
-
DataMelt 3.0 © DataMelt by jWork.ORG