mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
Refactor OpenCV Java Wrapping
This commit is contained in:
@@ -3,9 +3,6 @@
|
||||
|
||||
using namespace cv;
|
||||
|
||||
#define CHECK_MAT(cond) if(!(cond)){ LOGD("FAILED: " #cond); return; }
|
||||
|
||||
|
||||
// vector_int
|
||||
|
||||
void Mat_to_vector_int(Mat& mat, std::vector<int>& v_int)
|
||||
|
||||
Reference in New Issue
Block a user