Problem 852. Index of neighbor pixel with steepest gradient
Solution Stats
Problem Comments
-
5 Comments
I'v developed the code using padarray and ordfilt2, which satisfies the test suite on my system, but seems like cody doesn't support padarray, is this so??
Hi Dishant, I thought the IPT is available, too, but apparently Cody does not support toolboxes at this time. see box on the right hand side: http://www.mathworks.de/matlabcentral/about/cody/
More difficult thant expected...
Pay attention. The problem is asking for the index and not the value of the steepest gradient. And gradients on diagonals directions must be divided by sqrt(2).
Test cases have been added and solutions have been rescored.
Problem Recent Solvers21
Suggested Problems
-
14102 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1376 Solvers
-
Create Volcano (or Atoll) martix. It is an extension of Bullseye matrix problem.
120 Solvers
-
Find last zero for each column
398 Solvers
-
10428 Solvers
More from this Author2
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!