Open GuyOhayon opened 5 years ago
We need to go over the algorithms:
Relevant pdfs: an image Features - Meaning.pdf Harris Corner Detection.pdf Introduction to SIFT - Scale Invariant Feature Transform.pdf Introduction to SURF (Speeded-Up Robust Features).pdf OpenCV panorama stitching - PyImageSearch.pdf Shi-Tomasi Corner Detector & Good Features to Track.pdf
using SIFT algorithm to find Scaleable-Space corners. this is relevant because moving cars might have to consider far-away corners coming closer as the car moves forward.
finished extracting the probability of two images being similar.
created the function similarityProbability(img1, img2) in the project's python library.
attached the updated library. project2018Draft.py
updated project's python library
after sitting with Shay, we need to compare two images not only based on their pixel count, but also by the similarity of their points of interest.
see the Meeting Summery #3. [סיכום פגישה שלישית- 6.1.19.docx]