You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A web application that use python script for image processing such as Extract the unique features in all images using Harris operator and λ-, Generate feature descriptors using scale invariant features(SIFT) and Match the image set features using sum of squared differences (SSD) and normalized cross correlations (NCC).
This is a simple management application for my college NCC students. It's bootstrapped with events posting, student organization, report generation, and so on. Developed by NodeJs, EJS, HTML, CSS and JS with MongoDB.
A tool for image comparison using histograms and Normalized Cross-Correlation (NCC). Compares two specific images, revealing their similarity through metrics like histogram intersection, correlation, chi-square, Bhattacharyya distance, and NCC. Useful for various image analysis tasks.