Class Hierarchy
Class List
Help
Contact Us
Class: AnnotatedRegion
Inherits:
ActiveRecord::Base
Object
ActiveRecord::Base
AnnotatedRegion
show all
Includes:
CoreBase
Defined in:
app/models/annotated_region.rb
Overview
Attributes:
x
(
Integer
)
y
(
Integer
)
width
(
Integer
)
height
(
Integer
)
sign_positive
(
Boolean
)
pixel_centroid_x
(
Integer
)
pixel_centroid_y
(
Integer
)
reticle_centroid_x
(
Integer
)
reticle_centroid_y
(
Integer
)
min_altitude
(
Float
)
max_altitude
(
Float
)
range_altitude
(
Float
)
bias_altitude
(
Float
)
min_azimuth
(
Float
)
max_azimuth
(
Float
)
range_azimuth
(
Float
)
bias_azimuth
(
Float
)
eccentricity_at_centroid
(
Float
)
area
(
Float
)
mask_matrix
(
Array
)
Associations:
structure
(
Structure
)