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.
interframe filtering in video sequence
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!