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
Image Analyst 2012년 5월 29일
OK, so you're going to do differenceImage = double(image1) - double(image2), but do you have a question?

댓글을 달려면 로그인하십시오.

답변 (0개)

태그

질문:

Pan
2012년 5월 29일

Community Treasure Hunt

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

Start Hunting!

Translated by