photo

jakeoung koo


Chung-ang University

Actif depuis 2015

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

5 Questions
0 Réponses

RANG
112 842
of 301 540

RÉPUTATION
0

CONTRIBUTIONS
5 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
20.0%

VOTES REÇUS
0

RANG
 of 21 319

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 175 260

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Review
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

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', ...

environ 10 ans il y a | 1 réponse | 0

0

réponse

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...

plus de 10 ans il y a | 1 réponse | 0

1

réponse

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...

plus de 10 ans il y a | 1 réponse | 0

1

réponse

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 ...

plus de 10 ans il y a | 1 réponse | 0

0

réponse

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...

plus de 10 ans il y a | 2 réponses | 0

2

réponses