Class: MorandiNative::RedEye::Region
- Inherits:
-
Object
- Object
- MorandiNative::RedEye::Region
- Defined in:
- lib/morandi/redeye.rb
Overview
Represents an area with a suspected red eye
Instance Attribute Summary collapse
-
#area_min_x ⇒ Object
Returns the value of attribute area_min_x.
-
#area_min_y ⇒ Object
Returns the value of attribute area_min_y.
Instance Attribute Details
#area_min_x ⇒ Object
Returns the value of attribute area_min_x.
47 48 49 |
# File 'lib/morandi/redeye.rb', line 47 def area_min_x @area_min_x end |
#area_min_y ⇒ Object
Returns the value of attribute area_min_y.
47 48 49 |
# File 'lib/morandi/redeye.rb', line 47 def area_min_y @area_min_y end |