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