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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddeterminant(GrayF32 featureIntensity, GrayF32 hessianXX, GrayF32 hessianYY, GrayF32 hessianXY) static voiddeterminant(GrayF32 featureIntensity, GrayS16 hessianXX, GrayS16 hessianYY, GrayS16 hessianXY) static voidstatic void
-
Constructor Details
-
ImplHessianBlobIntensity
public ImplHessianBlobIntensity()
-
-
Method Details
-
determinant
-
trace
-
determinant
-
trace
-