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
Constructors -
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.intDeprecated.The number of feature sets.voidDeprecated.Detects features inside the image.
-
Constructor Details
-
DetectDescribeSingleToMulti
Deprecated.
-
-
Method Details
-
process
Deprecated.Description copied from interface:DetectDescribeMultiDetects features inside the image. -
getNumberOfSets
public int getNumberOfSets()Deprecated.Description copied from interface:DetectDescribeMultiThe number of feature sets.- Specified by:
getNumberOfSetsin interfaceDetectDescribeMulti<T extends ImageGray<T>,TD extends TupleDesc<TD>> - Returns:
- number of feature sets
-
getFeatureSet
Deprecated.Description copied from interface:DetectDescribeMultiReturns 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:
getFeatureSetin 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:DescriptorInfoCreates new description instance which can be processed by this class- Specified by:
createDescriptionin interfaceDescriptorInfo<T extends ImageGray<T>>- Returns:
- New descriptor
-
getDescriptionType
Deprecated.Description copied from interface:DescriptorInfoThe type of region descriptor generated- Specified by:
getDescriptionTypein interfaceDescriptorInfo<T extends ImageGray<T>>- Returns:
- Returns the descriptor type.
-