필터 지우기
필터 지우기

please please help meee

조회 수: 1 (최근 30일)
Jhansirani Devaraj
Jhansirani Devaraj 2012년 4월 14일
Respected sir/madam,
i am final year student. i wanna a help to complete my project. please quickly reply to my mailid:.
please i am in helpless state.
"Building Detection" - MatLab code will be require. plzzzzzzzzzz..... April(15th) we have final review.... plzzzzzzzz help meee..
1.i need to detect the presence of buildings in aerial images (or) satellite images.
2.i need to detect changes between building images take from different year but same place.(ex. Chennai-vadapalani(place in INDIA) satellite (r) aerial image take 2004 and 2011 compare these two images and find out new buildings arrived.
3.Take building image find out the dismantlement in that image.
**take any building satellite (r) aerial image in any place.. If posssible to take image in Tamilnadu(INDIA) means i very happy..
Thank you
regards,
Jhansirani
[Merged information from duplicate posting]
i am final year student.i wanna a help to complete my project. i can not studing final year again & again.. Because my family situation like that. No problem to get code from other one. They accept it. They give good marks to that project. They did not fail to anyone.. So help me. please i am in helpless stage.
[Merged information from duplicate posting]
Respected sir/madam,
I need building detection code in MatLab.From satellite images to detect buildings....
don't avoid me!!!!! help me......
  댓글 수: 5
Matt Kindig
Matt Kindig 2012년 4월 14일
If "they did not fail to anyone", they why not just submit whatever code you've already written? If you can't fail anyway, why do you need help improving it further?
Image Analyst
Image Analyst 2012년 4월 17일
I thought I did help you. Perhaps you missed my answer.

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

답변 (3개)

Image Analyst
Image Analyst 2012년 4월 14일
Look up registration in the help so that you can align the two images. They have an example of how to align images with cpselect(). Then subtract the registered images, take the absolute value, and threshold to find the differences between the original image and the later image with the buildings dismantled.
differenceImage = abs(single(alignedImage1) - single(alignedImage2));
differenceMap = differenceImage > 5; % Or some difference that's not noise.
imshow(differenceMap);
Next time pick a more descriptive subject such as "How to find differences between two images."

Jan
Jan 2012년 4월 14일
Dear Jhansirani Devaraj, This is a public forum with the aim to let all contributors profit from solutions. Therefore it is unlikely, that someone "replies to your mailid". The frequent usage of "please" does not encourage the users of this forum to help you, most of all the "plzz..." spelling is used. In opposite, together with the fact, that this project should be finished in two days already, it does not seem, like you have learned during your studies how to solve projects in time.
You asked for help to "complete" your project, but you do not explain, what you have done already and you do not ask a specific Matlab related question. Therefore I get the impression you expect the forum not only to complete your project, but to solve your homework completely.
How will your professor react to this posting? In my university this would be a trial to cheat and submitting a solution created by others can result in an exmatriculation - without getting any grade, of course.
Therefore my suggestion is to repeat your final year and learn how to solve a Matlab project by your own.

Rick Rosson
Rick Rosson 2012년 4월 14일

카테고리

Help CenterFile Exchange에서 Calendar에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by