You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sigmaColor = int((image.width + image.height) / 256 * factor)
In image_beauty you use bilateralfilter, while sigma is deviation as double instead of int.
plus, it could not be 0 or under 0
The text was updated successfully, but these errors were encountered:
YacratesWyh
changed the title
[fatal potential error]
[fatal potential error]image_beauty using incorrect parameter
Jan 15, 2025
sigmaColor = int((image.width + image.height) / 256 * factor)
In image_beauty you use bilateralfilter, while sigma is deviation as double instead of int.
plus, it could not be 0 or under 0
The text was updated successfully, but these errors were encountered: