Log and Inverse Log transformation on Image in Python

preview_player
Показать описание
In this video we will continue with point operations - Log and Inverse Log transformation on images. The log transformation can be defined by this formula = c*log(1+r) where s and r are the pixel values of the output and the input image and c is a constant.
Рекомендации по теме
Комментарии
Автор

RuntimeWarning: divide by zero encountered in log
this is coming for an image what shall be done

Wahkyascene