필터 지우기
필터 지우기

How to add two images and remove the added image

조회 수: 1 (최근 30일)
goldensona
goldensona 2013년 1월 27일
Hi
is it possible to add two image and did after some operation separate added image from it ?

답변 (4개)

Image Analyst
Image Analyst 2013년 1월 27일
Yes.
  댓글 수: 10
goldensona
goldensona 2013년 2월 1일
we couldnt identify the modified region
Image Analyst
Image Analyst 2013년 2월 1일
Then either your method of attack was very stealthy and effective, or your method of detecting attacks was unable to beat this method of attack. Do you have any further questions on the original question in this post? If not, go ahead and finish it by marking an accepted answer.

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


Jan
Jan 2013년 1월 28일
What does "adding" mean here? Do you want to add the pixel values, if so, does this mean averaging or a sum with ignoring the saturation? Or does adding mean a horizontal or vertically concatenation?
Then the meaning of "some operations" is important also: If you perform any destructive operations, you loose information and therefore a perfect reconstruction of the original data is impossible.
Therefore, in opposite to Image Analyst, I would answer:
No, not in general.
  댓글 수: 1
goldensona
goldensona 2013년 1월 28일
adding means ,combine two images ,i want to change one images and combine with another images show like one image, if i want the untouched image is it possible to retrieve after combining

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


ram
ram 2013년 3월 1일
it is similar kind of tampering. am i right?

ram
ram 2013년 3월 1일
if i cut the portion of one image and paste it in to another image and save as jpg. now i want to separate portion fromthe resultant image. is that possible?
  댓글 수: 2
Walter Roberson
Walter Roberson 2013년 3월 1일
Similar to what?
Image Analyst
Image Analyst 2013년 3월 1일
It might be, depending on exactly what you did. A simple copy and paste would be detectable with normxcorr2() as long as you know what the pasted portion was - look for my demo on that in the Answers forum. But if you took just one or two pixels from an image and pasted it onto another one, then how do you know if it was pasted, or if the original image had those same pixels prior to pasting?

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

Community Treasure Hunt

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

Start Hunting!

Translated by