OpenCV Height Estimator
Designed and implemented a height estimator OpenCV program that estimates the height of a detected person using a reference object, a piece of paper, in the image. The user can also choose to overlay an image onto the paper.
Methods used include non-maximum suppression and canny edge detection.
Development
…