interframe filtering in video sequence

2 views (last 30 days)
Sabrang
Sabrang on 22 Nov 2013
Answered: AILEEN SENGUPTA on 13 Apr 2023
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
AILEEN SENGUPTA on 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.

Community Treasure Hunt

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

Start Hunting!