Info

此问题已关闭。 请重新打开它进行编辑或回答。

Filtering technique using CB

1 次查看(过去 30 天)
FIR
FIR 2012-8-3
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 个评论
Jan
Jan 2012-8-19
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 2012-8-19
What does it mean for a matrix to be "odd" or "even" ?

回答(0 个)

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by