Added camera calibration sample for android#1070
Conversation
|
Alexander, could you please check it? We can also ask Ivan to try it if you want. |
|
@asmorkalov could you please review this PR? |
|
@Daniil-Osokin Daniil, just wanted to make sure you don't forget about this PR which is 2 weeks old at the moment. Are you planning to send a fix? |
|
@SeninAndrew Thanks, I was on vacation these days, but now I'm working on it. |
|
Cool sample! It can be useful as base for other applications! |
|
Hi, |
|
@Crossfire75 Just create a new android project in eclipse, copy & past sample's code, and run it in your device. Better place to ask such things is OpenCV's Q&A site: www.answers.opencv.org. |
|
Hey, I am is there example out there for camera calibration using chessboard pattern? |
Test data for half pixel NN resize from ONNX
Added camera calibration sample for android. It is useful for pinhole cameras. Sample based on "Camera calibration With OpenCV" tutorial (http://docs.opencv.org/trunk/doc/tutorials/calib3d/camera_calibration/camera_calibration.html). It uses standard OpenCV asymmetric circles grid patern 11x4 (https://github.com/Itseez/opencv/blob/2.4/doc/acircles_pattern.png). The results are the camera matrix and 5 distortion coefficients.
When pattern is recognized it's highlighted. Tap on highlighted pattern, to capture pattern corners for calibration. When you've captured necessary amount of pattern corners, press "Calibrate" button for performing camera calibration. Results are logged in current version.
Going to add next features: