An image enhancement module used for improving the quality of images using different filters in openCV. It works better with gray-scale images. The filters used are median_filter for removing noise ...
This project implements object detection using the HOG (Histogram of Oriented Gradients) feature descriptor and a custom sliding window approach. Designed for lightweight and real-time image ...