Skip to content

Releases: renan-siqueira/image-comparison-tool

Initial Release

29 Nov 22:32
6f494c2
Compare
Choose a tag to compare

Initial Release

Features

  • Feature Extraction: Uses Histogram of Oriented Gradients (HOG) to extract feature vectors from images.

  • Distance Calculation: Computes the Euclidean distance between each pair of feature vectors from the generated and original images.

  • Logging: Outputs the distances to a log file, listing the distances of each generated image to every image in the original dataset.