-
public final class NativeBlurEstimatorPerforms estimation of blur on image and return normalized result 0:1
-
-
Constructor Summary
Constructors Constructor Description NativeBlurEstimator(String modelPath)
-
Method Summary
Modifier and Type Method Description final Floatestimate(ByteArray nv21, Integer width, Integer height, Integer orientation)final FloatestimateInBGR(ByteArray bgr, Integer width, Integer height, Integer orientation)final FloatestimateInJPEG(ByteArray jpeg, Integer width, Integer height, Integer orientation)final FloatestimateInBitmap(Bitmap bitmap, Integer orientation)-
-
Constructor Detail
-
NativeBlurEstimator
NativeBlurEstimator(String modelPath)
-
-
Method Detail
-
estimateInBGR
final Float estimateInBGR(ByteArray bgr, Integer width, Integer height, Integer orientation)
-
estimateInJPEG
final Float estimateInJPEG(ByteArray jpeg, Integer width, Integer height, Integer orientation)
-
estimateInBitmap
final Float estimateInBitmap(Bitmap bitmap, Integer orientation)
-
-
-
-