public class ImplMedianCornerIntensity
extends java.lang.Object
MedianCornerIntensity.| Constructor and Description |
|---|
ImplMedianCornerIntensity() |
| Modifier and Type | Method and Description |
|---|---|
static void |
process(boofcv.struct.image.GrayF32 intensity,
boofcv.struct.image.GrayF32 originalImage,
boofcv.struct.image.GrayF32 medianImage) |
static void |
process(boofcv.struct.image.GrayF32 intensity,
boofcv.struct.image.GrayU8 originalImage,
boofcv.struct.image.GrayU8 medianImage) |
public static void process(boofcv.struct.image.GrayF32 intensity,
boofcv.struct.image.GrayF32 originalImage,
boofcv.struct.image.GrayF32 medianImage)
public static void process(boofcv.struct.image.GrayF32 intensity,
boofcv.struct.image.GrayU8 originalImage,
boofcv.struct.image.GrayU8 medianImage)