필터 지우기
필터 지우기

find if a table exists!!

조회 수: 1 (최근 30일)
Konstantinos Kontos
Konstantinos Kontos 2012년 5월 24일
hi i have the above code
for i=300:430
for j=2500:3500
if(K3==Foto2(i:i+60,j:j+190))
do these...............
imshow(Foto2(i:i+60,j:j+190))
end
end
end
My problem is that i want to convert the code so the if statement checks if the 2 metrices are the same by a catrain rate eg 80%.How can i do that?
  댓글 수: 2
Walter Roberson
Walter Roberson 2012년 5월 24일
How does this differ from your previous question that Sean already answered?
Konstantinos Kontos
Konstantinos Kontos 2012년 5월 24일
with the previus answer i couldnt see in what exactly spot K3==Foto2.Furthermore it didnt work really good for that i want to do.

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

채택된 답변

Walter Roberson
Walter Roberson 2012년 5월 24일
if mean2(K3==Foto2(i:i+60,j:j+190)) >= 0.8
  댓글 수: 1
Konstantinos Kontos
Konstantinos Kontos 2012년 5월 24일
it finds the small matric but only if the K3 taken for Foto2.In other cases that has a lot of same elements does not work.ty anyway!!

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

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by