interframe filtering in video sequence
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I am working on image frame sequences(video). As an interframe filtering technique I need to apply a gaussian filter eq: exp(-(X-x0)^2+(Y-y0)^2)/(2*sigma_d^2)) where sigma_d is the domain kernel standard deviation..and (x0,y0) belongs to the pixels in the (i+1)th image frame and x,y to the i th frame...so what will be the approach to implement it?
0 Commenti
Risposte (1)
AILEEN SENGUPTA
il 13 Apr 2023
For anyone who is coming across this question, I have read the book : "PRACTICAL IMAGE AND VIDEO PROCESSING USING MATLAB" and found some useful help at the last Chapters, not an expert here could serve as a good reference.
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!