Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

about MatOfPoint2f

opencv4android 2.4.4 befort i use Imgproc.approxPolyDP, I want to convert Matto a MatOfPoint2f; Mat initialImg = Highgui.imread("/sdcard/card.jpg", 0); MatOfPoint2f matOfPoint2f=new MatOfPoint2f(initialImg);

I got the error: 03-20 10:35:57.825: E/AndroidRuntime(25073): java.lang.IllegalArgumentException: Incomatible Mat The error line is: MatOfPoint2f matOfPoint2f=new MatOfPoint2f(initialImg);

click to hide/show revision 2
No.2 Revision

updated 2013-03-20 04:54:50 -0600

berak gravatar image

about MatOfPoint2f

opencv4android 2.4.4 befort i use Imgproc.approxPolyDP, I want to convert Matto a MatOfPoint2f; Mat initialImg = Highgui.imread("/sdcard/card.jpg", 0); MatOfPoint2f matOfPoint2f=new MatOfPoint2f(initialImg);

I got the error: 03-20 10:35:57.825: E/AndroidRuntime(25073): java.lang.IllegalArgumentException: Incomatible Mat The error line is: MatOfPoint2f matOfPoint2f=new MatOfPoint2f(initialImg);

about MatOfPoint2f

opencv4android 2.4.4 befort i use Imgproc.approxPolyDP, I want to convert Matto a MatOfPoint2f; MatOfPoint2f;

Mat initialImg = Highgui.imread("/sdcard/card.jpg", 0);
MatOfPoint2f matOfPoint2f=new MatOfPoint2f(initialImg);

MatOfPoint2f(initialImg);

I got the error: 03-20 10:35:57.825: E/AndroidRuntime(25073): java.lang.IllegalArgumentException: Incomatible Mat The error line is: MatOfPoint2f matOfPoint2f=new MatOfPoint2f(initialImg);

about MatOfPoint2f

opencv4android 2.4.4 befort i use Imgproc.approxPolyDP, I want to convert Matto a MatOfPoint2f;

Mat to MatOfPoint2f;
    Mat initialImg = Highgui.imread("/sdcard/card.jpg", 0);
 MatOfPoint2f matOfPoint2f=new MatOfPoint2f(initialImg);

then I got the error: 03-20 10:35:57.825: E/AndroidRuntime(25073): java.lang.IllegalArgumentException: Incomatible Mat The error line is: MatOfPoint2f matOfPoint2f=new MatOfPoint2f(initialImg);

about MatOfPoint2f

opencv4android 2.4.4 befort i use Imgproc.approxPolyDP, I want to convert Mat to MatOfPoint2f; MatOfPoint2f;

Mat initialImg = Highgui.imread("/sdcard/card.jpg", 0); MatOfPoint2f matOfPoint2f=new MatOfPoint2f(initialImg); MatOfPoint2f(initialImg);

then I got the error: 03-20 10:35:57.825: E/AndroidRuntime(25073): java.lang.IllegalArgumentException: Incomatible Mat The error line is: is:

MatOfPoint2f matOfPoint2f=new MatOfPoint2f(initialImg);

MatOfPoint2f(initialImg);

about MatOfPoint2f

opencv4android 2.4.4 2.4.4

befort i use Imgproc.approxPolyDP, I want to convert Mat to MatOfPoint2f;

Mat initialImg = Highgui.imread("/sdcard/card.jpg", 0);
MatOfPoint2f matOfPoint2f=new MatOfPoint2f(initialImg);

MatOfPoint2f(initialImg);

then I got the error: error:

03-20 10:35:57.825: E/AndroidRuntime(25073): java.lang.IllegalArgumentException: Incomatible Mat The error line is:

MatOfPoint2f matOfPoint2f=new MatOfPoint2f(initialImg);