Coursera
CV 응용 사례#7 linear operators
코딩상륙작전
2023. 9. 5. 16:14
* Central Difference Formula 유한차분법
the partial derivative in the y-direction를 보면 horizontal stripe(수평 줄무늬)는 강하고, vertical stripes는 약하다.
the partial derivative in the x-direction를 보면, vertical stripes (수직 줄무늬)는 강하고, horizontal stripe는 약하다.
*
x축과 y축에 대한 편도 함수의 기울기를 계산하는 선형 필터 또는 선형 변환의 예시
유한차분법을 이용해 함수의 기울기를 구하는 방법.
필터(operator) 종류
- Sobel
- Prewitt
- Roberts