Why:
Find Bounding Box is an API service that given a blank image and a decorated image will return the bounding box of the main object in the image.
Depending on the decorated image maybe this bounding box is not the best one, but it is a good starting point.
It is useful for creating mockups of products, for creating Marketing campaigns, etc.
How:
We are image processing to find the bounding box of the main object in the image.
The service is available as a GET verb API call.