Package boofcv.abst.feature.detdesc
Class Surf_DetectDescribe_MT<T extends ImageGray<T>,II extends ImageGray<II>>
java.lang.Object
boofcv.abst.feature.detdesc.Surf_DetectDescribe<T,II>
boofcv.abst.feature.detdesc.Surf_DetectDescribe_MT<T,II>
- All Implemented Interfaces:
DescriptorInfo<TupleDesc_F64>
,DetectDescribePoint<T,
,TupleDesc_F64> FeatureSets
,FoundPointSO
,InterestPointDetector<T>
public class Surf_DetectDescribe_MT<T extends ImageGray<T>,II extends ImageGray<II>>
extends Surf_DetectDescribe<T,II>
Concurrent implementations of
Surf_DetectDescribe
.-
Field Summary
Fields inherited from class boofcv.abst.feature.detdesc.Surf_DetectDescribe
describe, detector, featureAngles, features, foundPoints, ii, orientation
-
Constructor Summary
ConstructorDescriptionSurf_DetectDescribe_MT
(FastHessianFeatureDetector<II> detector, OrientationIntegral<II> orientation, DescribePointSurf<II> describe, Class<T> inputType) -
Method Summary
Methods inherited from class boofcv.abst.feature.detdesc.Surf_DetectDescribe
createDescription, detect, getDescription, getDescriptionType, getInputType, getLocation, getNumberOfFeatures, getNumberOfSets, getOrientation, getRadius, getSet, hasOrientation, hasScale
-
Constructor Details
-
Surf_DetectDescribe_MT
public Surf_DetectDescribe_MT(FastHessianFeatureDetector<II> detector, OrientationIntegral<II> orientation, DescribePointSurf<II> describe, Class<T> inputType)
-
-
Method Details
-
computeDescriptors
protected void computeDescriptors()- Overrides:
computeDescriptors
in classSurf_DetectDescribe<T extends ImageGray<T>,
II extends ImageGray<II>>
-