Package boofcv.alg.feature.detdesc
Class DetectDescribeSurfPlanar_MT<II extends ImageGray<II>>
java.lang.Object
boofcv.alg.feature.detdesc.DetectDescribeSurfPlanar<II>
boofcv.alg.feature.detdesc.DetectDescribeSurfPlanar_MT<II>
public class DetectDescribeSurfPlanar_MT<II extends ImageGray<II>>
extends DetectDescribeSurfPlanar<II>
Multi-threaded version of
DetectDescribeSurfPlanar
-
Field Summary
Fields inherited from class boofcv.alg.feature.detdesc.DetectDescribeSurfPlanar
describe, descriptions, detector, featureAngles, foundPoints, orientation
-
Constructor Summary
ConstructorDescriptionDetectDescribeSurfPlanar_MT
(FastHessianFeatureDetector<II> detector, OrientationIntegral<II> orientation, DescribePointSurfPlanar<II> describe) -
Method Summary
Methods inherited from class boofcv.alg.feature.detdesc.DetectDescribeSurfPlanar
createDescription, detect, getDescribe, getDescription, getLocation, getNumberOfFeatures, getOrientation, getRadius, isWhite
-
Constructor Details
-
DetectDescribeSurfPlanar_MT
public DetectDescribeSurfPlanar_MT(FastHessianFeatureDetector<II> detector, OrientationIntegral<II> orientation, DescribePointSurfPlanar<II> describe)
-
-
Method Details
-
describe
- Overrides:
describe
in classDetectDescribeSurfPlanar<II extends ImageGray<II>>
-