How to Apply Laplace tranformation to any colored image ?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I want to apply Laplace transformation to any `.png` image in matlab, i have general formula which i my professor explained but i cannot figure out what could be values of `k2` and `k1` Here is the formula.
`L = k1 + (k2 * (H)(F))`
Where `k1` , `k2` are any scalars ,i guess and `H` is high pass matrix of given equivalent image an `F` is Fourier shifted matrix of given image.
I have following two main confusion :
- What is `k1` and `k2` and what effect they produce on result.
- How can i apply Laplace transform using given formula to colored image .
Note: I am beginner in image processing i may be wrong kindly point me out and help if you can. thanks
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Segmentation and Analysis finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!