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.ImageFloat32 derivX,
boofcv.struct.image.ImageFloat32 derivY,
boofcv.struct.image.ImageFloat32 angle) |
static void |
direction(boofcv.struct.image.ImageSInt16 derivX,
boofcv.struct.image.ImageSInt16 derivY,
boofcv.struct.image.ImageFloat32 angle) |
static void |
direction(boofcv.struct.image.ImageSInt32 derivX,
boofcv.struct.image.ImageSInt32 derivY,
boofcv.struct.image.ImageFloat32 angle) |
static void |
direction2(boofcv.struct.image.ImageFloat32 derivX,
boofcv.struct.image.ImageFloat32 derivY,
boofcv.struct.image.ImageFloat32 angle) |
static void |
direction2(boofcv.struct.image.ImageSInt16 derivX,
boofcv.struct.image.ImageSInt16 derivY,
boofcv.struct.image.ImageFloat32 angle) |
static void |
direction2(boofcv.struct.image.ImageSInt32 derivX,
boofcv.struct.image.ImageSInt32 derivY,
boofcv.struct.image.ImageFloat32 angle) |
static void |
intensityAbs(boofcv.struct.image.ImageFloat32 derivX,
boofcv.struct.image.ImageFloat32 derivY,
boofcv.struct.image.ImageFloat32 intensity) |
static void |
intensityAbs(boofcv.struct.image.ImageSInt16 derivX,
boofcv.struct.image.ImageSInt16 derivY,
boofcv.struct.image.ImageFloat32 intensity) |
static void |
intensityAbs(boofcv.struct.image.ImageSInt32 derivX,
boofcv.struct.image.ImageSInt32 derivY,
boofcv.struct.image.ImageFloat32 intensity) |
static void |
intensityE(boofcv.struct.image.ImageFloat32 derivX,
boofcv.struct.image.ImageFloat32 derivY,
boofcv.struct.image.ImageFloat32 intensity) |
static void |
intensityE(boofcv.struct.image.ImageSInt16 derivX,
boofcv.struct.image.ImageSInt16 derivY,
boofcv.struct.image.ImageFloat32 intensity) |
static void |
intensityE(boofcv.struct.image.ImageSInt32 derivX,
boofcv.struct.image.ImageSInt32 derivY,
boofcv.struct.image.ImageFloat32 intensity) |
public static void intensityE(boofcv.struct.image.ImageFloat32 derivX,
boofcv.struct.image.ImageFloat32 derivY,
boofcv.struct.image.ImageFloat32 intensity)
public static void intensityAbs(boofcv.struct.image.ImageFloat32 derivX,
boofcv.struct.image.ImageFloat32 derivY,
boofcv.struct.image.ImageFloat32 intensity)
public static void direction(boofcv.struct.image.ImageFloat32 derivX,
boofcv.struct.image.ImageFloat32 derivY,
boofcv.struct.image.ImageFloat32 angle)
public static void direction2(boofcv.struct.image.ImageFloat32 derivX,
boofcv.struct.image.ImageFloat32 derivY,
boofcv.struct.image.ImageFloat32 angle)
public static void intensityE(boofcv.struct.image.ImageSInt16 derivX,
boofcv.struct.image.ImageSInt16 derivY,
boofcv.struct.image.ImageFloat32 intensity)
public static void intensityAbs(boofcv.struct.image.ImageSInt16 derivX,
boofcv.struct.image.ImageSInt16 derivY,
boofcv.struct.image.ImageFloat32 intensity)
public static void direction(boofcv.struct.image.ImageSInt16 derivX,
boofcv.struct.image.ImageSInt16 derivY,
boofcv.struct.image.ImageFloat32 angle)
public static void direction2(boofcv.struct.image.ImageSInt16 derivX,
boofcv.struct.image.ImageSInt16 derivY,
boofcv.struct.image.ImageFloat32 angle)
public static void intensityE(boofcv.struct.image.ImageSInt32 derivX,
boofcv.struct.image.ImageSInt32 derivY,
boofcv.struct.image.ImageFloat32 intensity)
public static void intensityAbs(boofcv.struct.image.ImageSInt32 derivX,
boofcv.struct.image.ImageSInt32 derivY,
boofcv.struct.image.ImageFloat32 intensity)
public static void direction(boofcv.struct.image.ImageSInt32 derivX,
boofcv.struct.image.ImageSInt32 derivY,
boofcv.struct.image.ImageFloat32 angle)
public static void direction2(boofcv.struct.image.ImageSInt32 derivX,
boofcv.struct.image.ImageSInt32 derivY,
boofcv.struct.image.ImageFloat32 angle)