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