I need to measure the size of plants from images. I made lots of research but none of them answer my question.
I know the distance between the plants and camera and using this information I want to calculate the objects real size in my case plants size.
On the internet I found that using some reference objects they can measure, however I can not use the reference objects.
I found similar questions on the stackoverflow, and I tried to proposed solutions and none of them work for me.
import pydip as dip
import math
# Load image and set pixel size
img = dip.ImageReadTIFF('pic3.jpg')
I try to use pyDIP but, I got some errors. So it did not work.