6 ms·
I'm looking to measure dimensions of objects using computer vision libraries. I think it is impossible to do this without a reference scale in the same image.
by pramalin 13y ago
I'm looking to measure dimensions of objects using computer vision libraries. I think it is impossible to do this without a reference scale in the same image.
What is the unit of measure for line.length()?
- gourneau 13y agoFor my use it is just arbitrary. SimpleCV does have the ability to calibrate cameras, which should give you what you want.
- nightski 13y agoYou can calibrate the camera, estimating the intrinsic params such as focal length. But for size you would need two images and to know the location each were taken relative to each other (extrinsic params). This is not impossible, just more difficult than a simple calibration and photo snap. On top of that, you will have to be able to identify the object you are trying to measure (unless it is a manually driven process).
- lost_my_pwd 13y agoWhat about follicle width? There is variation from person to person, and even on a single person, but I am sure you could find an average that is suitable.