Search in sources :

Example 21 with GrayS8

use of boofcv.struct.image.GrayS8 in project BoofCV by lessthanoptimal.

the class TestImplEdgeNonMaxSuppression method border4.

@Test
public void border4() {
    GrayF32 intensity = new GrayF32(width, height);
    GrayS8 direction = new GrayS8(width, height);
    GrayF32 expected = new GrayF32(width, height);
    GrayF32 found = new GrayF32(width, height);
    BoofTesting.checkSubImage(this, "border4", true, intensity, direction, expected, found);
}
Also used : GrayF32(boofcv.struct.image.GrayF32) GrayS8(boofcv.struct.image.GrayS8) Test(org.junit.Test)

Aggregations

GrayS8 (boofcv.struct.image.GrayS8)21 GrayF32 (boofcv.struct.image.GrayF32)16 Test (org.junit.Test)16 GrayU8 (boofcv.struct.image.GrayU8)5 DescribeRegionPoint (boofcv.abst.feature.describe.DescribeRegionPoint)2 ConvertBufferedImage (boofcv.io.image.ConvertBufferedImage)2 Planar (boofcv.struct.image.Planar)2 BufferedImage (java.awt.image.BufferedImage)2 HysteresisEdgeTraceMark (boofcv.alg.feature.detect.edge.HysteresisEdgeTraceMark)1 ConnectLinesGrid (boofcv.alg.feature.detect.line.ConnectLinesGrid)1 Edgel (boofcv.alg.feature.detect.line.gridline.Edgel)1 GridLineModelDistance (boofcv.alg.feature.detect.line.gridline.GridLineModelDistance)1 GridLineModelFitter (boofcv.alg.feature.detect.line.gridline.GridLineModelFitter)1 ImplGridRansacLineDetector_F32 (boofcv.alg.feature.detect.line.gridline.ImplGridRansacLineDetector_F32)1 ListDisplayPanel (boofcv.gui.ListDisplayPanel)1 ImageLinePanel (boofcv.gui.feature.ImageLinePanel)1 ModelManagerLinePolar2D_F32 (georegression.fitting.line.ModelManagerLinePolar2D_F32)1 LinePolar2D_F32 (georegression.struct.line.LinePolar2D_F32)1 LineSegment2D_F32 (georegression.struct.line.LineSegment2D_F32)1 Ransac (org.ddogleg.fitting.modelset.ransac.Ransac)1