Skip to content

ccomkhj/Pixel_Area

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Compute the size of pixel

python compute_area.py --input {image directory} --meta {location of meta data (or save directory)}

meta data is maintained in json file.
Image file name should consist of {name of camera}-{numbering}
By default, separator is -, but you can change it in SEPARATOR

Current version supports only if there are circles of the same size in images.

Hough transformation algorithm searches for known size of circles. ACTUAL_DIM (diameter of circle, unit: cm)


Fig.1 - Fitting circles

In case no appropriate representative circles, the image is skipped.


Fig.2 - Fail case

About

Compute pixel's actual area

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages