AdityaMulgundkar/flutter_opencv

crop,rotate,normalize functionality

Opened this issue · 0 comments

Is the requested feature available in the C++/Java/Python interfaces for OpenCV?
Yes, It is available in Opencv Python direct function available cv2.rotate or cv2.crop

Describe the solution you'd like
Here crop,rotate shall have direct function like others we have.

Can you guide me, how can I implement it in my own.