public class ImplEdgeNonMaxSuppression
extends java.lang.Object
| Constructor and Description |
|---|
ImplEdgeNonMaxSuppression() |
| Modifier and Type | Method and Description |
|---|---|
static void |
border4(boofcv.struct.image.GrayF32 _intensity,
boofcv.struct.image.GrayS8 direction,
boofcv.struct.image.GrayF32 output)
Just processes the image border.
|
static void |
border8(boofcv.struct.image.GrayF32 _intensity,
boofcv.struct.image.GrayS8 direction,
boofcv.struct.image.GrayF32 output)
Just processes the image border.
|
static void |
inner4(boofcv.struct.image.GrayF32 intensity,
boofcv.struct.image.GrayS8 direction,
boofcv.struct.image.GrayF32 output)
Only processes the inner image.
|
static void |
inner8(boofcv.struct.image.GrayF32 intensity,
boofcv.struct.image.GrayS8 direction,
boofcv.struct.image.GrayF32 output)
Only processes the inner image.
|
static void |
naive4(boofcv.struct.image.GrayF32 _intensity,
boofcv.struct.image.GrayS8 direction,
boofcv.struct.image.GrayF32 output)
Slow algorithm which processes the whole image.
|
static void |
naive8(boofcv.struct.image.GrayF32 _intensity,
boofcv.struct.image.GrayS8 direction,
boofcv.struct.image.GrayF32 output)
Slow algorithm which processes the whole image.
|
public static void inner4(boofcv.struct.image.GrayF32 intensity,
boofcv.struct.image.GrayS8 direction,
boofcv.struct.image.GrayF32 output)
public static void naive4(boofcv.struct.image.GrayF32 _intensity,
boofcv.struct.image.GrayS8 direction,
boofcv.struct.image.GrayF32 output)
public static void border4(boofcv.struct.image.GrayF32 _intensity,
boofcv.struct.image.GrayS8 direction,
boofcv.struct.image.GrayF32 output)
public static void inner8(boofcv.struct.image.GrayF32 intensity,
boofcv.struct.image.GrayS8 direction,
boofcv.struct.image.GrayF32 output)
public static void naive8(boofcv.struct.image.GrayF32 _intensity,
boofcv.struct.image.GrayS8 direction,
boofcv.struct.image.GrayF32 output)
public static void border8(boofcv.struct.image.GrayF32 _intensity,
boofcv.struct.image.GrayS8 direction,
boofcv.struct.image.GrayF32 output)