Hello.
I tried to modify the mask using levels and gamma and it seemed to me that in certain cases this method is more accurate and adjustable than binarize:
If you find this useful, it would be great to have it in the interface.
I tried to modify the mask using levels and gamma and it seemed to me that in certain cases this method is more accurate and adjustable than binarize:
clipMask = havsfunc.SmoothLevels(input=clipMask, input_low=0, input_high=300, output_low=0, output_high=1020, gamma=1.0, Ecurve=0)
If you find this useful, it would be great to have it in the interface.