필터 지우기
필터 지우기

How can I manually convolve the laplacian kernel?

조회 수: 1 (최근 30일)
Shaun Pedicini
Shaun Pedicini 2018년 4월 28일
I've been reading that the Laplacian operator is the sum of two "second order derivatives", Ixx and Iyy.
But I've also seen several places where the Laplacian kernel is listed as one of following:
Because convolution is associative, I've been testing out creating my own Laplacian kernel via the following:
laplaceKern = conv2(xkern, xkern) + conv2(ykern, ykern)
But this produces a kernel as so:
I can't seem to arrive at either of the aforementioned accepted laplacian kernels via convolution. What am I missing?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by