opencv 0.46.2

Rust bindings for OpenCV
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#include "ocvrs_common.hpp"
#include <opencv2/calib3d.hpp>

namespace cv {
	// needed for calibrateCamera()
	OCVRS_ONLY_DEPENDENT_TYPES void dummy(
		std::vector<cv::Point3i>,
		std::vector<std::vector<cv::Point3i>>,
		std::vector<cv::Point3d>,
		std::vector<std::vector<cv::Point3d>>
	) {}
}