Laplace and alpha fine-tuned average filter

3 visualizzazioni (ultimi 30 giorni)
Rooter Boy
Rooter Boy il 12 Feb 2021
Modificato: Rooter Boy il 12 Feb 2021
Question: Below is a matrix of a 10x10 image. Using a 3x3 kernel, apply Laplace (4-neighborhood absolute result) and alpha fine-tuned average filter (as d = 2) to the corresponding pixel of the image using the i and j indices given in the table.
I could not find the matlab codes that solved the above problem. If you could help with this situation, I would greatly appreciate it.
Matrix:
A=[83 165 106 13 97 44 18 34 128 107;
242 245 99 111 53 200 86 78 137 152;
121 35 39 141 96 174 146 54 98 106;
152 126 65 146 102 252 113 39 84 127,
249 158 185 125 228 240 12 54 74 79;
218 153 53 117 7 120 192 76 183 28;
149 106 105 29 196 76 166 87 39 136;
16 201 243 121 70 166 160 31 73 88;
222 3 167 174 112 48 206 29 220 229;
185 21 200 143 161 97 42 131 204 19]

Risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by