Since i'm not much into image processing in PHP, however being familiar about OCR & OMR, i'm having a unique requirement. Here's the Scenario:
Given Input: 2 Images
- Image 1: A garden
- Image 2: Same Garden with a person standing
Required Output: Separate out the person standing
Any technical pointers towards the topic will be much appreciated.
Thanks.
You can use Imagick Compare function .. this can help you identify the slightest difference between images
Compare
Result
Run