Community Profile

photo

jakeoung koo


Chung-ang University

自 2015 起处于活动状态

统计数据

  • First Review
  • Thankful Level 1

查看徽章

Content Feed

排序方式:

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 2 个回答 | 0

2

个回答