pix2image script converts the raw images captured with DoFP polar camera to :
- angle images (I0, I45, I135, I90)
- stokes image (S0, S1, S2)
- polar images (AoP, DoP)
- cmake .
- make
You need to specify:
-
method :
angle
,stokes
, orpolar
-
the path where the images are stored and the initial name of the image with their extention:
Path/Name*.extention
-
the path to save the images
./pix2image 'method [angle, stokes, polar]' 'PathtoLoad/' 'PathtoSave'
./pix2image 'angle' 'home/Dataset/exp1/image*.tiff' 'home/Dataset/exp1-angle/'