Class ImplHessianBlobIntensity
java.lang.Object
boofcv.alg.feature.detect.intensity.impl.ImplHessianBlobIntensity
public class ImplHessianBlobIntensity extends Object
Implementations of HessianBlobIntensity
.
DO NOT MODIFY. Code has been automatically generated by GenerateImplHessianBlobIntensity
.
-
Constructor Summary
Constructors Constructor Description ImplHessianBlobIntensity()
-
Method Summary
Modifier and Type Method Description static void
determinant(GrayF32 featureIntensity, GrayF32 hessianXX, GrayF32 hessianYY, GrayF32 hessianXY)
static void
determinant(GrayF32 featureIntensity, GrayS16 hessianXX, GrayS16 hessianYY, GrayS16 hessianXY)
static void
trace(GrayF32 featureIntensity, GrayF32 hessianXX, GrayF32 hessianYY)
static void
trace(GrayF32 featureIntensity, GrayS16 hessianXX, GrayS16 hessianYY)
-
Constructor Details
-
ImplHessianBlobIntensity
public ImplHessianBlobIntensity()
-
-
Method Details
-
determinant
-
trace
-
determinant
-
trace
-