interframe filtering in video sequence
Show older comments
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?
Answers (1)
AILEEN SENGUPTA
on 13 Apr 2023
0 votes
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.
Categories
Find more on Image Category Classification in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!