The Machine Perception Toolbox

[Introduction]- [News]- [Download]- [Screenshots]- [Manual (pdf)]- [Forums]- [API Reference]- [Repository ]

 

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

showDetects.m File Reference

Go to the source code of this file.

Functions

figure if (~isempty(detects)) pause
 imshow (d,[],'notruesize')
 set (H, 'EdgeColor', 'g')

Variables

function boxed
end drawnow
for i
 nDetects = size(detects,3)
end hold off
hold on
 pause


Function Documentation

figure if isempty(detects)  ) 
 

imshow d  ,
'notruesize' 
 

set H  ,
'EdgeColor'  ,
'g' 
 


Variable Documentation

function boxed
 

Initial value:

 showDetects(img, boxes, detects)
  
  imshow(img)

Definition at line 1 of file showDetects.m.

end drawnow
 

Definition at line 10 of file showDetects.m.

for i
 

Initial value:

 1:size(boxes,1)
    if boxes(i,1) == 1
      H = rectangle('Position',[boxes(i,5), boxes(i,3), boxes(i,6)-boxes(i,5), boxes(i,4)-boxes(i,3)])

Definition at line 18 of file showDetects.m.

nDetects = size(detects,3)
 

Definition at line 17 of file showDetects.m.

end hold off
 

Definition at line 12 of file showDetects.m.

hold on
 

Definition at line 4 of file showDetects.m.

pause
 

Definition at line 20 of file showDetects.m.


Generated on Mon Nov 8 17:08:24 2004 for MPT by  doxygen 1.3.9.1