First time here? Check out the FAQ!
asked 2016-07-06 09:05:28 -0600
I found source code in c++
std::vector< std::vector<cv::Point> > allContours;
how do I make it in java ?