image processing - What should be the kernel size for deviation of 0.5 -


the implementation asked me remove noise applying gaussian blur ( sigma = 0.5 ), didn't mention kernel size. now, confused kernel size should use ?

the gaussian formula has no actual endpoint, goes on infinity. it's determine point @ can cut off without affecting results.

for image processing can cut off @ point formula reaches 1/256 or less. sigma of 0.5 1.4833; since kernel coordinates whole numbers means can truncate 1. means kernel has go +/- 1 center, or 3x3.


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -