Package boofcv.gui.edge
Class VisualizeEdgeFeatures
java.lang.Object
boofcv.gui.edge.VisualizeEdgeFeatures
Visualizes edges.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic BufferedImage
renderOrientation
(GrayU8 direction, @Nullable BufferedImage out) static BufferedImage
renderOrientation4
(GrayS8 direction, GrayF32 intensity, float threshold, @Nullable BufferedImage out)
-
Constructor Details
-
VisualizeEdgeFeatures
public VisualizeEdgeFeatures()
-
-
Method Details
-
renderOrientation
public static BufferedImage renderOrientation(GrayU8 direction, @Nullable @Nullable BufferedImage out) -
renderOrientation4
public static BufferedImage renderOrientation4(GrayS8 direction, GrayF32 intensity, float threshold, @Nullable @Nullable BufferedImage out)
-