[03] Intensity Transformations and Spatial Filtering
Intensity transformation이미지의 intensity를 변환하는 방법이다. g(x,y)=T[f(x,y)] 대표적으로 다음과 같은 방법이 있다.Linear : negative, identityLogarithmic : log, inverse-logPower law : nth power, nth root Image NegativesS=L−1−rBlack dominant image에서 white 계열의 차이를 효과적으로 확인할 수 있다. Log transformationsS=clog(1+r)Low intensity level을 wide하게 만드는 효과가 있다. 이 때문에, low intensity간의 차이는 강화되고 high int..
2024.10.14