Crop image after stitching
Hello, After i stitched 2 images using OpenCV C++, i want to crop the image to remove the black area around the stitched imgae.
How can i do that ??
Asked: 2015-11-02 05:45:06 -0600
Seen: 1,775 times
Last updated: Nov 02 '15
Dose this help you? Especially warper_creator, line 592
Also check out the answer here might be helpful.
thanks, but it not helps. I don't need to do transformation, i need to select the right corners to crop the image without any black area left.
Have you tried:
I suppose this should do it ;)