opencv 0.46.2

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

namespace cv {
	// needed for findContours()
	OCVRS_ONLY_DEPENDENT_TYPES void dummy(
		std::vector<cv::Vec4i>
	) {}
}