Table of Contents

Class AdaptiveFinderCoreMath

Namespace
IO.Scanbot.Sdk.UI.Camera
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/camera/AdaptiveFinderCoreMath", DoNotGenerateAcw = true)]
public sealed class AdaptiveFinderCoreMath : FinderCoreMath, IFinderCoreMath, IJavaObject, IJavaPeerable, IDisposable
Inheritance
AdaptiveFinderCoreMath
Implements
Inherited Members

Constructors

AdaptiveFinderCoreMath()

[Register(".ctor", "()V", "")]
public AdaptiveFinderCoreMath()

Methods

InsetsFromDetectionResult(DocumentDetectionStatus, int, int, int, IList<PointF>, int, int, IList<AspectRatio>)

[Register("insetsFromDetectionResult", "(Lio/scanbot/sdk/documentscanner/DocumentDetectionStatus;IIILjava/util/List;IILjava/util/List;)Landroidx/core/graphics/Insets;", "")]
public Insets InsetsFromDetectionResult(DocumentDetectionStatus detectionStatus, int frameWidth, int frameHeight, int frameOrientation, IList<PointF> polygon, int measuredWidth, int measuredHeight, IList<AspectRatio> aspectRatios)

Parameters

detectionStatus DocumentDetectionStatus
frameWidth int
frameHeight int
frameOrientation int
polygon IList<PointF>
measuredWidth int
measuredHeight int
aspectRatios IList<AspectRatio>

Returns

Insets