Daftar Isi:
  • Image matching can be done many ways, histogram matching method can detect similarity through a comparison of color intensity histograms, pixel color matching method can be done by calculating the average of the entire pixel color value within the pixels of an image, feature based method where features within an image is used for comparison, there are several ways to extract features from an image, common techniques are color intensity, blob, edges, and corners. This project uses the feature based method with feature extraction in the form of corners, corners will be used to compare between images, so the matching of the same object between two different images can be achieved. The application is written in native Java without the use of external libraries.