Hi I want to use Exposure Compensator class standalone. Does anyone knows the meaning following input arguments?
compensator->feed(corners, images, masks);
For example when I was stitching two images I got two corners:
Corner #0 : [-270, 325]
Corner #1 : [-86, 327]
How can the top-left conrner be a negative value? What's the meaning?
Thanks!