private void Init(Mat mat) { Clear(); rgbMat = new Mat(mat.rows(), mat.cols(), CvType.CV_8UC3); calibrator.Init(mat.width(), mat.height()); texture = new Texture2D(mat.cols(), mat.rows(), TextureFormat.RGB24, false); }
void StartCalibration() { calibrator.Init(); }