ScanbotSdkImageProcessor

API for image processing.

Required licence feature(s): ImageProcessing.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun applyFilter(image: ImageRef, filter: ParametricFilter): Result<ImageRef>

Applies given filter to the given image.

Link copied to clipboard
open override fun crop(image: ImageRef, quad: List<PointF>): Result<ImageRef>

Crops the given image to the given quadrilateral.

Link copied to clipboard
open override fun resize(image: ImageRef, size: Int): Result<ImageRef>

Resizes the given image to the given size.

Link copied to clipboard
open override fun rotate(image: ImageRef, rotation: ImageRotation): Result<ImageRef>

Rotates the given image by the given angle.