Package boofcv.abst.feature.dense
Class DescribeImageDenseHoG<T extends ImageBase<T>>
java.lang.Object
boofcv.abst.feature.dense.DescribeImageDenseHoG<T>
- All Implemented Interfaces:
DescribeImageDense<T,,TupleDesc_F64> DescriptorInfo<TupleDesc_F64>
public class DescribeImageDenseHoG<T extends ImageBase<T>>
extends Object
implements DescribeImageDense<T,TupleDesc_F64>
Implementation of
DescribeImageDense for DescribeDenseHogFastAlg. This adds the capability to scale
the-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates new description instance which can be processed by this classReturns a list of the computed descriptions.The type of region descriptor generatedDescription of the type of image it can processReturns a list of locations that the descriptors are computed atvoidProcesses the image and computes the dense image features.
-
Constructor Details
-
DescribeImageDenseHoG
-
-
Method Details
-
process
Description copied from interface:DescribeImageDenseProcesses the image and computes the dense image features.- Specified by:
processin interfaceDescribeImageDense<T extends ImageBase<T>,TupleDesc_F64> - Parameters:
input- Input image.
-
getDescriptions
Description copied from interface:DescribeImageDenseReturns 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
DescribeImageDense.process(ImageBase)is called.- Specified by:
getDescriptionsin interfaceDescribeImageDense<T extends ImageBase<T>,TupleDesc_F64> - Returns:
- list of descriptions
-
getLocations
Description copied from interface:DescribeImageDenseReturns 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
DescribeImageDense.process(ImageBase)is called.- Specified by:
getLocationsin interfaceDescribeImageDense<T extends ImageBase<T>,TupleDesc_F64> - Returns:
- list of descriptions
-
getImageType
Description copied from interface:DescribeImageDenseDescription of the type of image it can process- Specified by:
getImageTypein interfaceDescribeImageDense<T extends ImageBase<T>,TupleDesc_F64> - Returns:
- ImageDataType
-
createDescription
Description copied from interface:DescriptorInfoCreates new description instance which can be processed by this class- Specified by:
createDescriptionin interfaceDescriptorInfo<T extends ImageBase<T>>- Returns:
- New descriptor
-
getDescriptionType
Description copied from interface:DescriptorInfoThe type of region descriptor generated- Specified by:
getDescriptionTypein interfaceDescriptorInfo<T extends ImageBase<T>>- Returns:
- Returns the descriptor type.
-