image forgery. hank you

댓글 수: 1

Image Analyst
Image Analyst 2016년 2월 11일
What was your edit today? It looks like you just got rid of almost all your post. Why?

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

 채택된 답변

Image Analyst
Image Analyst 2016년 2월 9일

0 개 추천

See my copy and paste demos, attached.

댓글 수: 5

matlabgeek
matlabgeek 2016년 2월 9일
Thank you. I am studying your code
matlabgeek
matlabgeek 2016년 2월 9일
Every time, I ask question here, you will post your code quickly which seems like you wrote before. I was curious how many code/script you have in your repository : )
matlabgeek
matlabgeek 2016년 2월 9일
When I run your copy_paste_image_freehand, if I click "Gray scale cells", the output error: Error using imread (line 349) File "C:\Program Files\MATLAB\R2015b\bin\AT3_1m4_09.tif" does not exist. Error in copy_paste_image_freehand (line 64) targetImage = imread(fullFileName);
I use R20015b
Image Analyst
Image Analyst 2016년 2월 9일
The folder should be "C:\Program Files\MATLAB\R2015b\toolbox\images\imdata". Because, for you, it found ""C:\Program Files\MATLAB\R2015b\bin", it means that you must have a copy of cameraman.tif in that folder (for some strange reason). Because of that, you must hard code the folder at line 23 to be
folder='C:\Program Files\MATLAB\R2015b\toolbox\images\imdata';
matlabgeek
matlabgeek 2016년 2월 10일
Thanks. Yes, you are right, I have a copy of cameraman in bin directory. Now, after your debug, it works.

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Get Started with Image Processing Toolbox에 대해 자세히 알아보기

질문:

2016년 2월 9일

댓글:

2016년 2월 11일

Community Treasure Hunt

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

Start Hunting!

Translated by