applying newton rapshon method
Informazioni
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Mostra commenti meno recenti
I have an image 'cameraman.tif'.I have to apply newton rapshon method using the formula to that image
Cj=Ci-f(Ci)/f'(Ci)
f(Ci)=i^2-i-1
f'(Ci)=2i-1
Ci is the central pixel
Cj is the neighboring pixel of Ci
please hel how to process
3 Commenti
Jan
il 28 Dic 2012
What is "the neighboring pixel of Ci"? There are either 4 or 8 neighboring pixels.
FIR
il 28 Dic 2012
Amith Kamath
il 3 Gen 2013
Also, I believe images need two indices, as in C(x,y). Could you rephrase the question based on two indices?
Additionally, I fail to understand how the left hand side of the equation is already known to be the neighboring pixel (?)
Risposte (0)
Questa domanda è chiusa.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!