public class ImplHessianBlobIntensity
extends java.lang.Object
Implementations of HessianBlobIntensity.
DO NOT MODIFY. Code has been automatically generated by GenerateImplHessianBlobIntensity.
| Constructor and Description |
|---|
ImplHessianBlobIntensity() |
| Modifier and Type | Method and Description |
|---|---|
static void |
determinant(boofcv.struct.image.ImageFloat32 featureIntensity,
boofcv.struct.image.ImageFloat32 hessianXX,
boofcv.struct.image.ImageFloat32 hessianYY,
boofcv.struct.image.ImageFloat32 hessianXY) |
static void |
determinant(boofcv.struct.image.ImageFloat32 featureIntensity,
boofcv.struct.image.ImageSInt16 hessianXX,
boofcv.struct.image.ImageSInt16 hessianYY,
boofcv.struct.image.ImageSInt16 hessianXY) |
static void |
trace(boofcv.struct.image.ImageFloat32 featureIntensity,
boofcv.struct.image.ImageFloat32 hessianXX,
boofcv.struct.image.ImageFloat32 hessianYY) |
static void |
trace(boofcv.struct.image.ImageFloat32 featureIntensity,
boofcv.struct.image.ImageSInt16 hessianXX,
boofcv.struct.image.ImageSInt16 hessianYY) |
public static void determinant(boofcv.struct.image.ImageFloat32 featureIntensity,
boofcv.struct.image.ImageFloat32 hessianXX,
boofcv.struct.image.ImageFloat32 hessianYY,
boofcv.struct.image.ImageFloat32 hessianXY)
public static void trace(boofcv.struct.image.ImageFloat32 featureIntensity,
boofcv.struct.image.ImageFloat32 hessianXX,
boofcv.struct.image.ImageFloat32 hessianYY)
public static void determinant(boofcv.struct.image.ImageFloat32 featureIntensity,
boofcv.struct.image.ImageSInt16 hessianXX,
boofcv.struct.image.ImageSInt16 hessianYY,
boofcv.struct.image.ImageSInt16 hessianXY)
public static void trace(boofcv.struct.image.ImageFloat32 featureIntensity,
boofcv.struct.image.ImageSInt16 hessianXX,
boofcv.struct.image.ImageSInt16 hessianYY)