Search in sources :

Example 1 with WrapFHtoInterestPoint

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();
}
Also used : WrapFHtoInterestPoint(boofcv.abst.feature.detect.interest.WrapFHtoInterestPoint) GrayU8(boofcv.struct.image.GrayU8) Test(org.junit.Test)

Aggregations

WrapFHtoInterestPoint (boofcv.abst.feature.detect.interest.WrapFHtoInterestPoint)1 GrayU8 (boofcv.struct.image.GrayU8)1 Test (org.junit.Test)1