|
MaxstARSDK
|

Public Member Functions | |
| void | setImage (int width, int height, byte[] grayData) |
| void | clearImage () |
| float[] | calibrate (int method) |
Static Public Member Functions | |
| static CameraCalibration | getInstance () |
Created by blueb on 2018-02-05.
| float [] com.maxst.ar.CameraCalibration.calibrate | ( | int | method | ) |
Get camera calibration result.
| method | 0 : marker calibration, 1 : cv calibration(chessboard) |
| void com.maxst.ar.CameraCalibration.clearImage | ( | ) |
Clear calibration image.
|
static |
Get CameraCalibration instance
| void com.maxst.ar.CameraCalibration.setImage | ( | int | width, |
| int | height, | ||
| byte[] | grayData | ||
| ) |
Set the image for camera calibration.
| width | Screen width |
| height | Screen height |