필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

doubt with this code

조회 수: 1 (최근 30일)
DEEPTHI
DEEPTHI 2013년 2월 21일
I am deepthi.i am doing project in relevence feedback mechanism for CBIR. these 10 images are retrieved by the CBIR system a=imread(' '); axes(handles.axes2); imshow(a);
axes(handles.axes3); imshow(a);
axes(handles.axes4); imshow(a);
axes(handles.axes5); imshow(a);
axes(handles.axes6); imshow(a);
axes(handles.axes7); imshow(a);
axes(handles.axes8); imshow(a);
axes(handles.axes9); imshow(a);
axes(handles.axes10); imshow(a);
axes(handles.axes11); imshow(a);
b=imread(' '); axes(handles.axes1);% used to get the query from user imshow(b); i tried the code with the help of internet...but i am not getting the correct output..plz describe me whether the logic which i used is correct or not...in my project i want to clear all the checkbox if i click button.
a=get(findobj('Tag','Image1'),'String');
axes(handles.axes1);
imshow(a);
handles.rfQuery=a;
handles.relevance=1;
rfb=get(hObject,'Value');
if rfb==1 handles.checkbox1=a; else handles.icheckbox1=a; end handles.filename=a; According to the user query the system retrieve the top 10 images..user has to give feedback if user gave relevance mark to the Image1 in axes2,Image2 in axes3 so on then get the Image1,Image2... in axes1...this is my logics to be used for my program...plz correct the coding plzzzzzzzzzzz

답변 (0개)

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by