Calculating height of object in an image using matlab
Details
This program is developed in matlab. It contains GUI to take image as input. Image is then processed i.e. thresholded and labelled. Labelling algorithm is 6-connectivity based algorithm[1]. After labelling, object dimensions are used to calculate height. Height is calculated in pixels.
GUI
References:
[1] https://cecas.clemson.edu/~stb/ece847/internal/cvbook/ch02_pixproc.pdf
