Info

This question is closed. Reopen it to edit or answer.

Filtering technique using CB

1 view (last 30 days)
FIR
FIR on 3 Aug 2012
I am working on Image Enhancement using filtering Techniques,
Step 1: Choose any n×n matrix.
Step 2: Check whether the matrix is odd or even. If even, then exit otherwise proceed to step3.
Step 3: Initialize the central pixel of the matrix equal to 1 i.e Ci=1.
Step 4: Scan from the Central pixel to all neighboring pixels by using 4-connectivity.
Step 5: Apply Newton-Raphson’s Method on step 4
Step 6: Repeat step 4 and 5 until all pixels are scanned (NOTE: Do not scan those pixels that are already
scanned.
Step 7: Exit
I have completed till step 3,can u please tell how to proceed further
  2 Comments
Jan
Jan on 19 Aug 2012
It is not clear, how a Newton-Raphson method could be applied to "Scan from central pixel using a 4-connectivity". Even if this would be possible, the step 6 will not perform anything new, because the steps 4 and 5 do not modify anything. In consequence the algorithm you have described must be an infinite loop.
Please, FIR, be more specific. It is a waste of time to read such general descriptions of problems, when the necessary details are missing. This is your 171th question now and it is time to consider: http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer. Too many of your questions cannot be answered due to missing details. It would be respectful to be more careful with the time of the contributors, who are trying to help you.
Walter Roberson
Walter Roberson on 19 Aug 2012
What does it mean for a matrix to be "odd" or "even" ?

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!