Class FeatureSelectUniform.I16
java.lang.Object
boofcv.alg.feature.detect.selector.FeatureSelectUniform<Point2D_I16>
boofcv.alg.feature.detect.selector.FeatureSelectUniform.I16
- All Implemented Interfaces:
FeatureSelectLimit<Point2D_I16>
- Enclosing class:
- FeatureSelectUniform<Point>
Implementation for
Point2D_I16
-
Nested Class Summary
Nested classes/interfaces inherited from class boofcv.alg.feature.detect.selector.FeatureSelectUniform
FeatureSelectUniform.F32, FeatureSelectUniform.F64, FeatureSelectUniform.I16, FeatureSelectUniform.Info<Point>
-
Field Summary
Fields inherited from class boofcv.alg.feature.detect.selector.FeatureSelectUniform
configUniform, rand
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected FeatureSelectUniform.Info<Point2D_I16>
Returns the grid cell that contains the pointMethods inherited from class boofcv.alg.feature.detect.selector.FeatureSelectUniform
select
-
Constructor Details
-
I16
public I16()
-
-
Method Details
-
getGridCell
Description copied from class:FeatureSelectUniform
Returns the grid cell that contains the point- Specified by:
getGridCell
in classFeatureSelectUniform<Point2D_I16>
-