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

show_eye_faces.m File Reference

Go to the source code of this file.

Functions

function print_eye_faces (img, F, varargin) imshow(img) for i
 set (H, 'EdgeColor', 'y')
 set (H, 'EdgeColor', 'r')

Variables

 H = rectangle('Position', [lroi_min_x,lroi_min_y,lroi_max_x-lroi_min_x,lroi_max_y-lroi_min_y])
 lroi_max_x = max(F(i).left_eye_x)+1
 lroi_max_y = max(F(i).left_eye_y)+1
Show apparent ROI of search lroi_min_x = min(F(i).left_eye_x)+1
 lroi_min_y = min(F(i).left_eye_y)+1
 rroi_max_x = max(F(i).right_eye_x)+1
 rroi_max_y = max(F(i).right_eye_y)+1
Show apparent ROI of search rroi_min_x = min(F(i).right_eye_x)+1
 rroi_min_y = min(F(i).right_eye_y)+1


Function Documentation

function print_eye_faces img  ,
,
varargin 
 

set H  ,
'EdgeColor'  ,
'y
 

set H  ,
'EdgeColor'  ,
'r
 


Variable Documentation

H = rectangle('Position', [lroi_min_x,lroi_min_y,lroi_max_x-lroi_min_x,lroi_max_y-lroi_min_y])
 

Definition at line 20 of file show_eye_faces.m.

lroi_max_x = max(F(i).left_eye_x)+1
 

Definition at line 9 of file show_eye_faces.m.

lroi_max_y = max(F(i).left_eye_y)+1
 

Definition at line 11 of file show_eye_faces.m.

Show apparent ROI of search lroi_min_x = min(F(i).left_eye_x)+1
 

Definition at line 8 of file show_eye_faces.m.

lroi_min_y = min(F(i).left_eye_y)+1
 

Definition at line 10 of file show_eye_faces.m.

rroi_max_x = max(F(i).right_eye_x)+1
 

Definition at line 17 of file show_eye_faces.m.

rroi_max_y = max(F(i).right_eye_y)+1
 

Definition at line 19 of file show_eye_faces.m.

Show apparent ROI of search rroi_min_x = min(F(i).right_eye_x)+1
 

Definition at line 16 of file show_eye_faces.m.

rroi_min_y = min(F(i).right_eye_y)+1
 

Definition at line 18 of file show_eye_faces.m.


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