# adaboost **Repository Path**: esttelle/adaboost ## Basic Information - **Project Name**: adaboost - **Description**: Adaboost Haar feature classifier cascade training - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Creating Cascade of Haar feature Classifiers with Adaboost Ensemble Learning Method for Low-Resolution Pattern Classification This project implements Adaboost Haar feature cascade training for detecting distinctive patterns (e.g. soccer ball) in low-resolution images. For detailed description of this project refer to the PDF report:

This browser does not support PDFs. Please click here to view the report: View PDF report.

For the algorithm implementation details see the [main Python sript](adaboost_haar.py)