How to Apply Laplace tranformation to any colored image ?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Image Segmentation and Analysis in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!