iaa_od.models.image
Classes
|
Represents an image in a geographical context. |
- class iaa_od.models.image.Image(image, *, input_geometry=None)[source]
Bases:
objectRepresents an image in a geographical context.
- id
The ID of the image.
- Type:
int
- file_name
The filename of the image.
- Type:
str
- width
The width of the image.
- Type:
int
- height
The height of the image.
- Type:
int
- severity
The severity level associated with the image (if any).
- Type:
str | None
- site_type
The type of site depicted in the image (if any).
- Type:
str | None
- valid_fine_grain
Indicates if the image is a valid fine grain (if any).
- Type:
bool | None
- evidence
Indicates if the image is marked as evidence (if any).
- Type:
bool | None
- is_candidate_location
Indicates if the image is a candidate location (if any).
- Type:
bool | None
- annotations
List of annotations associated with the image (if any).
- Type:
list | None
-
annotations:
Optional[str]
-
evidence:
Optional[bool]
-
file_name:
str
-
height:
int
-
id:
int
-
image:
InitVar
-
input_geometry:
InitVar= None
-
is_candidate_location:
Optional[bool]
-
severity:
Optional[str]
-
site_type:
Optional[str]
-
valid_fine_grain:
Optional[bool]
-
width:
int