문제

Is there a function in OpenCV which takes a complex matrix as a kernel to convolve/filter an image?

도움이 되었습니까?

해결책

This function filter2D() meets your requirement. Pay attention to the int ddepth paratmer, when you apply floating-point kernels on uchar image.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top