- equals(p) - Method in class io.scanbot.sdk.process.CropOperation
-
- equals(p) - Method in class io.scanbot.sdk.process.FilterOperation
-
- equals(p) - Method in class io.scanbot.sdk.process.ResizeOperation
-
- equals(p) - Method in class io.scanbot.sdk.process.RotateOperation
-
- equals(p) - Method in class io.scanbot.sdk.process.TuneOperation
-
- estimate(nv21, width, height, orientation) - Method in interface io.scanbot.sdk.process.BlurEstimator
-
Run blur estimation on given nv21 image.
- estimate(nv21, width, height, orientation) - Method in class io.scanbot.sdk.process.DefaultBlurEstimator
-
Run blur estimation on given nv21 image.
- estimate(nv21, width, height, orientation) - Method in class io.scanbot.sdk.process.StubBlurEstimator
-
Run blur estimation on given nv21 image.
- estimateInBGR(bgr, width, height, orientation) - Method in interface io.scanbot.sdk.process.BlurEstimator
-
Run blur estimation on given byte-array-encoded image.
- estimateInBGR(bgr, width, height, orientation) - Method in class io.scanbot.sdk.process.DefaultBlurEstimator
-
Run blur estimation on given byte-array-encoded image.
- estimateInBGR(bgr, width, height, orientation) - Method in class io.scanbot.sdk.process.StubBlurEstimator
-
Run blur estimation on given byte-array-encoded image.
- estimateInBitmap(bitmap, orientation) - Method in interface io.scanbot.sdk.process.BlurEstimator
-
Run blur estimation on given Bitmap image.
- estimateInBitmap(bitmap, orientation) - Method in class io.scanbot.sdk.process.DefaultBlurEstimator
-
Run blur estimation on given Bitmap image.
- estimateInBitmap(bitmap, orientation) - Method in class io.scanbot.sdk.process.StubBlurEstimator
-
Run blur estimation on given Bitmap image.
- estimateInJPEG(jpeg, width, height, orientation) - Method in interface io.scanbot.sdk.process.BlurEstimator
-
Run blur estimation on given jpeg-encoded byte array image.
- estimateInJPEG(jpeg, width, height, orientation) - Method in class io.scanbot.sdk.process.DefaultBlurEstimator
-
Run blur estimation on given jpeg-encoded byte array image.
- estimateInJPEG(jpeg, width, height, orientation) - Method in class io.scanbot.sdk.process.StubBlurEstimator
-
Run blur estimation on given jpeg-encoded byte array image.