Package boofcv.abst.feature.detdesc
Class DetectDescribeSingleToMulti<T extends ImageGray<T>,TD extends TupleDesc<TD>>
java.lang.Object
boofcv.abst.feature.detdesc.DetectDescribeSingleToMulti<T,TD>
- All Implemented Interfaces:
DescriptorInfo<TD>
,DetectDescribeMulti<T,
TD>
@Deprecated
public class DetectDescribeSingleToMulti<T extends ImageGray<T>,TD extends TupleDesc<TD>>
extends Object
implements DetectDescribeMulti<T,TD>
Deprecated.
Allows
DetectDescribePoint
to be used as a DetectDescribeMulti
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Creates new description instance which can be processed by this classDeprecated.The type of region descriptor generatedgetFeatureSet
(int setIndex) Deprecated.Returns the most recently detected features for a specific set.int
Deprecated.The number of feature sets.void
Deprecated.Detects features inside the image.
-
Constructor Details
-
DetectDescribeSingleToMulti
Deprecated.
-
-
Method Details
-
process
Deprecated.Description copied from interface:DetectDescribeMulti
Detects features inside the image. -
getNumberOfSets
public int getNumberOfSets()Deprecated.Description copied from interface:DetectDescribeMulti
The number of feature sets.- Specified by:
getNumberOfSets
in interfaceDetectDescribeMulti<T extends ImageGray<T>,
TD extends TupleDesc<TD>> - Returns:
- number of feature sets
-
getFeatureSet
Deprecated.Description copied from interface:DetectDescribeMulti
Returns the most recently detected features for a specific set. Each timeDetectDescribeMulti.process(ImageGray)
is called the results are modified. WARNING: The returned data structure is recycled each timeDetectDescribeMulti.process(ImageGray)
is called. Create a copy if this is a problem.- Specified by:
getFeatureSet
in interfaceDetectDescribeMulti<T extends ImageGray<T>,
TD extends TupleDesc<TD>> - Parameters:
setIndex
- Which set of detected features.- Returns:
- Results for a set.
-
createDescription
Deprecated.Description copied from interface:DescriptorInfo
Creates new description instance which can be processed by this class- Specified by:
createDescription
in interfaceDescriptorInfo<T extends ImageGray<T>>
- Returns:
- New descriptor
-
getDescriptionType
Deprecated.Description copied from interface:DescriptorInfo
The type of region descriptor generated- Specified by:
getDescriptionType
in interfaceDescriptorInfo<T extends ImageGray<T>>
- Returns:
- Returns the descriptor type.
-