Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Filtering technique using CB

1 visualización (últimos 30 días)
FIR
FIR el 3 de Ag. de 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 comentarios
Walter Roberson
Walter Roberson el 19 de Ag. de 2012
What does it mean for a matrix to be "odd" or "even" ?

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by