public class NativeBlurEstimator
Performs estimation of blur on image and return normalized result 0:1
public NativeBlurEstimator(@NotNull
java.lang.String modelPath)
Performs estimation of blur on image and return normalized result 0:1
public float estimate(@NotNull
kotlin.Array[] nv21,
int width,
int height,
int orientation)
public float estimateInBGR(@NotNull
kotlin.Array[] bgr,
int width,
int height,
int orientation)
public float estimateInJPEG(@NotNull
kotlin.Array[] jpeg,
int width,
int height,
int orientation)
public float estimateInBitmap(@NotNull
android.graphics.Bitmap bitmap,
int orientation)
protected void finalize()