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
This C++ from-scratch project implements a machine learning system to classify images of washers and coins using the K-nearest neighbors (Knn) classifier and K-means clustering for segmentation. The system incorporates Sobel edge detection and Hu moments for shape analysis, allowing it to accurately distinguish between similar circular objects.
This project is about real-time 2D object recognition. The goal is to have the computer identify a specified set of objects placed on a white surface in a translation, scale, and rotation invariant manner from a camera looking straight down. The computer should be able to recognize single objects placed in the image and identify the objects.
blosobjectclassifier2: An upgraded, well-documented and fully in English version of the object classifier using computer vision developed as part of the internship program of the XXVII Scientific Research Summer at the CIC-IPN
This is a jupyter notebook with 8 different solutions for common problems of digital image processing, including corners detection and image description and representation.