Cv2.filter2D
마스크를 이용한 필터링 연산 방법
Filtering_operation_method_using_a_mask.png
즉 Convolution (컴볼루션; 합성곱) 이다.
계산식은 다음과 같다:
Filtering_operation_method_using_a_mask_-_math.png
See also
- Image Processing
- Convolution
- CNN
- OpenCV
- cv2.filter2D
- cv2.sepFilter2D
- cv2.boxFilter
- OpenCV:BorderType -
cv2.BORDER_*
enums