Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 1117

how to crop custom rectangle shap from image using opencv android

$
0
0
i have an app and want to crop a custom rectangle from that shap. have any one solution how to crop. my code is > Rect rect=new Rect(1000,1000, mat.size().width, mat.size().height); Mat output=new Mat(mat, rect); Bitmap b=converMat2Bitmat(output);

Viewing all articles
Browse latest Browse all 1117

Trending Articles