Class NativeClass
- java.lang.Object
-
- com.labters.documentscanner.libraries.NativeClass
-
public class NativeClass extends Object
-
-
Constructor Summary
Constructors Constructor Description NativeClass()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opencv.core.MatOfPoint2fgetPoint(Bitmap bitmap)List<org.opencv.core.MatOfPoint2f>getPoints(org.opencv.core.Mat src)BitmapgetScannedBitmap(Bitmap bitmap, float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4)
-
-
-
Method Detail
-
getScannedBitmap
public Bitmap getScannedBitmap(Bitmap bitmap, float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4)
-
getPoint
public org.opencv.core.MatOfPoint2f getPoint(Bitmap bitmap)
-
getPoints
public List<org.opencv.core.MatOfPoint2f> getPoints(org.opencv.core.Mat src)
-
-