Community Profile

photo

jakeoung koo


Chung-ang University

Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


How to apply imfilter function in 3d
oh = [-1 9 -45 0 45 -9 1] / 60; V_x = imfilter( V, oh, 'corr', 'replicate', 'same' ); V_y = imfilter( V, oh', 'corr', ...

8 years ago | 0 answers | 0

0

answers

Question


How to use im2warp with displacement field
A manual of im2warp function says that B = imwarp(A,D) transforms the input image A according to the displacement field defin...

8 years ago | 1 answer | 0

1

answer

Question


interpolation with specific region
I want to interpolate only within mask. For example, I set the function value to NaN outside mask. [XX, YY] = mesh...

8 years ago | 1 answer | 0

1

answer

Question


Compute image gradient in specific region
There is a binary mask representing specific region. I want to compute gradient and divergence only in this specific region. My ...

8 years ago | 0 answers | 0

0

answers

Question


Can I get matrix operator for imfilter?
For example, I can get x-direction gradient of image through u_x = imfilter(u, [1 -1], 'corr','symmetric','same'); But I wa...

8 years ago | 2 answers | 0

2

answers