gravi-toni / subpixel-edges

A pure Python implementation of the subpixel edge location algorithm
MIT License
55 stars 24 forks source link

read raw image #2

Open fforoutan opened 3 years ago

fforoutan commented 3 years ago

Hello sir,

How can I give a raw photo to this algorithm? Everything I try gives an error

readmees commented 2 years ago

yes just read the photo as a numpy array with skimage.io.imread and use that as input for the algorithm