Complete Implementation of Gait Recognition Pipeline
This repository contains a fully tested implementation of the complete gait recognition pipeline. The code covers video frame extraction, background modeling, moving object detection, morphological processing (dilation/erosion and connectivity analysis), size normalization, gait energy image construction, PCA dimensionality reduction, and LDA classification.