use of boofcv.abst.feature.detect.interest.WrapFHtoInterestPoint in project BoofCV by lessthanoptimal.
the class TestWrapFHtoInterestPoint method standard.
@Test
public void standard() {
WrapFHtoInterestPoint alg = new WrapFHtoInterestPoint(detector);
new GeneralInterestPointDetectorChecks(alg, false, true, GrayU8.class) {
}.performAllTests();
}
Aggregations