Hacker News new | ask | show | jobs
by pramalin 4482 days 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()?

1 comments

For my use it is just arbitrary. SimpleCV does have the ability to calibrate cameras, which should give you what you want.
You 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).

What 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.