interframe filtering in video sequence

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?

Antworten (1)

AILEEN SENGUPTA
AILEEN SENGUPTA am 13 Apr. 2023

0 Stimmen

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.

Gefragt:

am 22 Nov. 2013

Beantwortet:

am 13 Apr. 2023

Community Treasure Hunt

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

Start Hunting!

Translated by