@Deprecated public class PxDocCorners extends Object
ImageProcessing.detectDocumentCorners(MetaImage, Bundle)
Modifier and Type | Field and Description |
---|---|
int |
btm
Deprecated.
Absolute contour quality.
|
android.os.Bundle |
fxParams
Deprecated.
Internal parameters.
|
int |
hiT
Deprecated.
Two thresholds to change crop mode.
|
int |
icqB
Deprecated.
Integral contour quality: q = (1 - (N - Na) / N) * Na/a
where Na - number of contour elements at the side of the quad with length "a".
|
int |
icqL
Deprecated.
Integral contour quality: q = (1 - (N - Na) / N) * Na/a
where Na - number of contour elements at the side of the quad with length "a".
|
int |
icqR
Deprecated.
Integral contour quality: q = (1 - (N - Na) / N) * Na/a
where Na - number of contour elements at the side of the quad with length "a".
|
int |
icqT
Deprecated.
Integral contour quality: q = (1 - (N - Na) / N) * Na/a
where Na - number of contour elements at the side of the quad with length "a".
|
boolean |
isSmartCropMode
Deprecated.
if true then smart crop mode is activated, is initialized by CMFindDocObj() function.
|
int |
lft
Deprecated.
Absolute contour quality.
|
int |
lowT
Deprecated.
Two thresholds to change crop mode.
|
Metaimage |
preview
Deprecated.
Using as output parameter
|
android.graphics.Point |
ptBL
Deprecated.
bottom-left point of document
|
android.graphics.Point |
ptBR
Deprecated.
bottom-right point of document
|
android.graphics.Point |
ptUL
Deprecated.
upper-left point of document
|
android.graphics.Point |
ptUR
Deprecated.
upper-right point of document
|
int |
rht
Deprecated.
Absolute contour quality.
|
int |
top
Deprecated.
Absolute contour quality.
|
Constructor and Description |
---|
PxDocCorners()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Corners |
createCorners()
Deprecated.
Helper method
|
public volatile int lowT
public volatile int hiT
public volatile boolean isSmartCropMode
public volatile android.graphics.Point ptUL
public volatile android.graphics.Point ptUR
public volatile android.graphics.Point ptBL
public volatile android.graphics.Point ptBR
public volatile int lft
public volatile int rht
public volatile int top
public volatile int btm
public volatile int icqL
public volatile int icqR
public volatile int icqT
public volatile int icqB
public volatile Metaimage preview
public volatile android.os.Bundle fxParams
public Corners createCorners()
ImageProcessing.correctDocument(com.pixelnetica.imagesdk.MetaImage, com.pixelnetica.imagesdk.Corners)