crop,rotate,normalize functionality
Opened this issue · 0 comments
sumit03111988 commented
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.