public class ImplGradientToEdgeFeatures
extends java.lang.Object
Implementations of the core algorithms of GradientToEdgeFeatures.
WARNING: Do not modify. Automatically generated by GenerateImplGradientToEdgeFeatures.
| Constructor and Description |
|---|
ImplGradientToEdgeFeatures() |
| Modifier and Type | Method and Description |
|---|---|
static void |
direction(boofcv.struct.image.GrayF32 derivX,
boofcv.struct.image.GrayF32 derivY,
boofcv.struct.image.GrayF32 angle) |
static void |
direction(boofcv.struct.image.GrayS16 derivX,
boofcv.struct.image.GrayS16 derivY,
boofcv.struct.image.GrayF32 angle) |
static void |
direction(boofcv.struct.image.GrayS32 derivX,
boofcv.struct.image.GrayS32 derivY,
boofcv.struct.image.GrayF32 angle) |
static void |
direction2(boofcv.struct.image.GrayF32 derivX,
boofcv.struct.image.GrayF32 derivY,
boofcv.struct.image.GrayF32 angle) |
static void |
direction2(boofcv.struct.image.GrayS16 derivX,
boofcv.struct.image.GrayS16 derivY,
boofcv.struct.image.GrayF32 angle) |
static void |
direction2(boofcv.struct.image.GrayS32 derivX,
boofcv.struct.image.GrayS32 derivY,
boofcv.struct.image.GrayF32 angle) |
static void |
intensityAbs(boofcv.struct.image.GrayF32 derivX,
boofcv.struct.image.GrayF32 derivY,
boofcv.struct.image.GrayF32 intensity) |
static void |
intensityAbs(boofcv.struct.image.GrayS16 derivX,
boofcv.struct.image.GrayS16 derivY,
boofcv.struct.image.GrayF32 intensity) |
static void |
intensityAbs(boofcv.struct.image.GrayS32 derivX,
boofcv.struct.image.GrayS32 derivY,
boofcv.struct.image.GrayF32 intensity) |
static void |
intensityE(boofcv.struct.image.GrayF32 derivX,
boofcv.struct.image.GrayF32 derivY,
boofcv.struct.image.GrayF32 intensity) |
static void |
intensityE(boofcv.struct.image.GrayS16 derivX,
boofcv.struct.image.GrayS16 derivY,
boofcv.struct.image.GrayF32 intensity) |
static void |
intensityE(boofcv.struct.image.GrayS32 derivX,
boofcv.struct.image.GrayS32 derivY,
boofcv.struct.image.GrayF32 intensity) |
public static void intensityE(boofcv.struct.image.GrayF32 derivX,
boofcv.struct.image.GrayF32 derivY,
boofcv.struct.image.GrayF32 intensity)
public static void intensityAbs(boofcv.struct.image.GrayF32 derivX,
boofcv.struct.image.GrayF32 derivY,
boofcv.struct.image.GrayF32 intensity)
public static void direction(boofcv.struct.image.GrayF32 derivX,
boofcv.struct.image.GrayF32 derivY,
boofcv.struct.image.GrayF32 angle)
public static void direction2(boofcv.struct.image.GrayF32 derivX,
boofcv.struct.image.GrayF32 derivY,
boofcv.struct.image.GrayF32 angle)
public static void intensityE(boofcv.struct.image.GrayS16 derivX,
boofcv.struct.image.GrayS16 derivY,
boofcv.struct.image.GrayF32 intensity)
public static void intensityAbs(boofcv.struct.image.GrayS16 derivX,
boofcv.struct.image.GrayS16 derivY,
boofcv.struct.image.GrayF32 intensity)
public static void direction(boofcv.struct.image.GrayS16 derivX,
boofcv.struct.image.GrayS16 derivY,
boofcv.struct.image.GrayF32 angle)
public static void direction2(boofcv.struct.image.GrayS16 derivX,
boofcv.struct.image.GrayS16 derivY,
boofcv.struct.image.GrayF32 angle)
public static void intensityE(boofcv.struct.image.GrayS32 derivX,
boofcv.struct.image.GrayS32 derivY,
boofcv.struct.image.GrayF32 intensity)
public static void intensityAbs(boofcv.struct.image.GrayS32 derivX,
boofcv.struct.image.GrayS32 derivY,
boofcv.struct.image.GrayF32 intensity)
public static void direction(boofcv.struct.image.GrayS32 derivX,
boofcv.struct.image.GrayS32 derivY,
boofcv.struct.image.GrayF32 angle)
public static void direction2(boofcv.struct.image.GrayS32 derivX,
boofcv.struct.image.GrayS32 derivY,
boofcv.struct.image.GrayF32 angle)