Skip to content

A python script that converts a b/w image into a csv of pixel coordinates

Notifications You must be signed in to change notification settings

KonstantAnxiety/Image-to-CSV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Image-to-CSV

A python script that converts a b/w image into a csv of pixel coordinates

usage: script.py [-h] [--fin FIN] [--fout FOUT] [--plot PLOT]
                 [--noise NOISE] [--haze HAZE] [--shrink SHRINK]

Convert b/w image to csv

optional arguments:
  -h, --help                  show this help message and exit
  --fin FIN, -i FIN           input image filename
  --fout FOUT, -o FOUT        output csv filename
  --plot PLOT, -p PLOT        plot the result [1/0]
  --noise NOISE, -n NOISE     noise amount (float)
  --haze HAZE, -z HAZE        amount of noise all around the image (int)
  --shrink SHRINK, -s SHRINK  shrinkage coefficient (float)  

About

A python script that converts a b/w image into a csv of pixel coordinates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages