mirror of
https://github.com/opencv/opencv.git
synced 2026-09-11 21:01:33 -05: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