how to impliment IMAGE GRADIENT in Script?
Mostra commenti meno recenti
hi, i wish t write a generalized code for sobel/prewitt operator for evaluation of image gradient as well as the direction of the gradient. How to save vector of the gradient according to direction.
Risposte (1)
Image Analyst
il 23 Nov 2012
Modificato: Image Analyst
il 23 Nov 2012
0 voti
There is code for that in the Image Processing Toolbox in the edge() function. However if you don't have that and want to try to write your own, then you need to learn how to program MATLAB, and a script is the most basic thing there is. Since you don't know MATLAB yet, try this link: http://www.mathworks.com/matlabcentral/answers/8026-best-way-s-to-master-matlab
1 Commento
Srinibas Bhuyan
il 30 Nov 2012
Categorie
Scopri di più su Object Analysis in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!