public class Document
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Document.DocumentSaveCallback |
| Constructor and Description |
|---|
Document(Frame image,
CVProcessor.Quadrilateral detectedQuad) |
| Modifier and Type | Method and Description |
|---|---|
CVProcessor.Quadrilateral |
getDetectedQuad() |
Frame |
getImage() |
int |
getMaxArea() |
void |
saveDocument(android.content.Context context,
Document.DocumentSaveCallback callback) |
void |
setDetectedQuad(CVProcessor.Quadrilateral detectedQuad) |
void |
setImage(Frame image) |
public Document(Frame image,
CVProcessor.Quadrilateral detectedQuad)
public Frame getImage()
public void setImage(Frame image)
public CVProcessor.Quadrilateral getDetectedQuad()
public void setDetectedQuad(CVProcessor.Quadrilateral detectedQuad)
public int getMaxArea()
public void saveDocument(android.content.Context context,
Document.DocumentSaveCallback callback)