Cloud separation from blue sky and circumsolar region
Posted: 2012-05-20T12:54:44-07:00
Dear list,
I have a series of time-lapse, fisheye photographs of the sky that I would like to process such that I can isolate the clouds only. I've been using a red filter on the camera lens in order to accentuate the clouds from blues sky and have been using the following masking call to IM with moderate success (lens flare around the bright circumsolar region when the sun is not occluded by a cloud is problematic):
>convert sky_image.tif -fuzz 65% -fill black -opaque blue cloud.tif
The 'fuzz' factor needs to be changed according to the sky condition in each image which I'm having a hard time figuring out how to set automatically in a script for post-processing the images. Has anyone a better solution for masking clouds from blue sky and lens flare around the circumsolar area? Would there be a way to use edge detection first and then a masking filter?
Many thanks in advance.
Chris
I have a series of time-lapse, fisheye photographs of the sky that I would like to process such that I can isolate the clouds only. I've been using a red filter on the camera lens in order to accentuate the clouds from blues sky and have been using the following masking call to IM with moderate success (lens flare around the bright circumsolar region when the sun is not occluded by a cloud is problematic):
>convert sky_image.tif -fuzz 65% -fill black -opaque blue cloud.tif
The 'fuzz' factor needs to be changed according to the sky condition in each image which I'm having a hard time figuring out how to set automatically in a script for post-processing the images. Has anyone a better solution for masking clouds from blue sky and lens flare around the circumsolar area? Would there be a way to use edge detection first and then a masking filter?
Many thanks in advance.
Chris