two picture
显示 更早的评论
If I have ten frames, and every frame has width "M" , height "N", then I must calculate first frame of each point pixel subtraction second frame each point pixel and absolute of value.
1 个评论
Image Analyst
2012-5-29
OK, so you're going to do differenceImage = double(image1) - double(image2), but do you have a question?
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Video Formats and Interfaces 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!