-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Description
I want to use javacv to implement the following C + + code, but I don't know how to write about range. Can you give me some guidance?
std::vector<cv::Range> batchRange{ cv::Range(0, 1), cv::Range::all(), cv::Range::all() };
cv::Mat mat1 = outputMat(batchRange).reshape(0, { outputMat.size[1], outputMat.size[2] });