WebNova II Space App Hackathon
A computer vision solution developed for the WebNova Container Challenge hackathon. The system counts differences in shipping containers between two satellite images of the same geographic location using advanced image processing techniques including SIFT feature detection and BruteForce matching algorithms.

To count the differences in shipping containers between two images of the same Latitude/Longitude coordinates. This solution helps in:
The two images are processed using SIFT (Scale-Invariant Feature Transform) to detect and extract key features from the container imagery.
Features are compared using BruteForce matching algorithm (BFCompare) to identify corresponding points between the two images.
The distance difference against a configurable threshold is used to calculate variations and identify container changes.
The system generates differential imagery highlighting the changes and reports the count of container differences. Results are output to a designated directory for further analysis, enabling:
Team Members: Pankhuri Gupta, Sathya Krishansamy
