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.GrayF32 featureIntensity,
boofcv.struct.image.GrayF32 hessianXX,
boofcv.struct.image.GrayF32 hessianYY,
boofcv.struct.image.GrayF32 hessianXY) |
static void |
determinant(boofcv.struct.image.GrayF32 featureIntensity,
boofcv.struct.image.GrayS16 hessianXX,
boofcv.struct.image.GrayS16 hessianYY,
boofcv.struct.image.GrayS16 hessianXY) |
static void |
trace(boofcv.struct.image.GrayF32 featureIntensity,
boofcv.struct.image.GrayF32 hessianXX,
boofcv.struct.image.GrayF32 hessianYY) |
static void |
trace(boofcv.struct.image.GrayF32 featureIntensity,
boofcv.struct.image.GrayS16 hessianXX,
boofcv.struct.image.GrayS16 hessianYY) |
public static void determinant(boofcv.struct.image.GrayF32 featureIntensity,
boofcv.struct.image.GrayF32 hessianXX,
boofcv.struct.image.GrayF32 hessianYY,
boofcv.struct.image.GrayF32 hessianXY)
public static void trace(boofcv.struct.image.GrayF32 featureIntensity,
boofcv.struct.image.GrayF32 hessianXX,
boofcv.struct.image.GrayF32 hessianYY)
public static void determinant(boofcv.struct.image.GrayF32 featureIntensity,
boofcv.struct.image.GrayS16 hessianXX,
boofcv.struct.image.GrayS16 hessianYY,
boofcv.struct.image.GrayS16 hessianXY)
public static void trace(boofcv.struct.image.GrayF32 featureIntensity,
boofcv.struct.image.GrayS16 hessianXX,
boofcv.struct.image.GrayS16 hessianYY)