Create a filter that produces images as floating point rather than unsigned bytes.
Create a function that receives a frame generator where the frames are numpy arrays with dtype=np.float64.
The function should return a generator of images with dtype=np.float64
Create a filter that produces images as floating point rather than unsigned bytes.
Create a function that receives a frame generator where the frames are
numpyarrays withdtype=np.float64.The function should return a generator of images with
dtype=np.float64