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
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!

Translated by