public class ImplKitRosCornerIntensity
extends java.lang.Object
KitRosCornerIntensity.| Constructor and Description |
|---|
ImplKitRosCornerIntensity() |
| Modifier and Type | Method and Description |
|---|---|
static void |
process(boofcv.struct.image.GrayF32 featureIntensity,
boofcv.struct.image.GrayF32 derivX,
boofcv.struct.image.GrayF32 derivY,
boofcv.struct.image.GrayF32 hessianXX,
boofcv.struct.image.GrayF32 hessianYY,
boofcv.struct.image.GrayF32 hessianXY) |
static void |
process(boofcv.struct.image.GrayF32 featureIntensity,
boofcv.struct.image.GrayS16 derivX,
boofcv.struct.image.GrayS16 derivY,
boofcv.struct.image.GrayS16 hessianXX,
boofcv.struct.image.GrayS16 hessianYY,
boofcv.struct.image.GrayS16 hessianXY) |
public static void process(boofcv.struct.image.GrayF32 featureIntensity,
boofcv.struct.image.GrayF32 derivX,
boofcv.struct.image.GrayF32 derivY,
boofcv.struct.image.GrayF32 hessianXX,
boofcv.struct.image.GrayF32 hessianYY,
boofcv.struct.image.GrayF32 hessianXY)
public static void process(boofcv.struct.image.GrayF32 featureIntensity,
boofcv.struct.image.GrayS16 derivX,
boofcv.struct.image.GrayS16 derivY,
boofcv.struct.image.GrayS16 hessianXX,
boofcv.struct.image.GrayS16 hessianYY,
boofcv.struct.image.GrayS16 hessianXY)