I share the similarity finding program between two photos I did today .
If I need to introduce the program briefly, it detects the similarity between the 2 images you selected by scanning their pixels . **
Do not hesitate to comment if you encounter any problems .
GitHub Link : https://github.com/ShanksTaicho/PhotoSimilarityFinding
Codes : https://github.com/ShanksTaicho/PhotoSimilarityFinding/blob/master/Codes
Readme.MD : https://github.com/ShanksTaicho/PhotoSimilarityFinding/blob/master/README.md
Design .
Required Classes;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Collections;
Result
Similarity %100
Similarity %0 :D
Posted on Utopian.io - Rewarding Open Source Contributors