
Deep Learning/Computer Vision
Gradients
그라디언트는 엣지 검출, 객체검출, 이미지 분류와 같은 작업에 유용하고, 컬러나 강도의 변경을 나타낸다. 특정 방향에서 계산될 수 있어서 방향에 따라 계산이 달리되어 이미지가 다르게 나타남 소벨 연산자에서 사용하는 수학 공식을 보면 3*3커널 2개를 사용한다 이커널이 이미지에 적용되어서 도함수의 근사값을 계산하는데 하는 수평변화, 하나는 수직변화값을 계산함 https://en.wikipedia.org/wiki/Sobel_operator Sobel operator - Wikipedia From Wikipedia, the free encyclopedia Image edge detection algorithm A color picture of an engine The Sobel operator applied ..