Agronomic properties derived from plant architecture data. More...
#include <RadiationModel.h>
Data Fields | |
| std::vector< std::string > | plant_species |
| List of unique plant species visible in image (from object data 'plant_name') | |
| std::vector< int > | plant_count |
| Number of plants per species, parallel to plant_species (from unique 'plantID' values) | |
| std::vector< float > | plant_height_m |
| Average height of plants per species in meters, parallel to plant_species (from object data 'plant_height') | |
| std::vector< float > | plant_age_days |
| Average age of plants per species in days, parallel to plant_species (from object data 'age') | |
| std::vector< std::string > | plant_stage |
| Most common phenological stage per species, parallel to plant_species (from object data 'phenology_stage') | |
| std::vector< float > | leaf_area_m2 |
| Total visible leaf area per species in square meters, parallel to plant_species (computed from leaf primitive areas) | |
| std::string | weed_pressure |
| Weed pressure classification: "low" (0-20%), "moderate" (21-40%), "high" (>40%), or empty if no data. | |
Agronomic properties derived from plant architecture data.
Definition at line 485 of file RadiationModel.h.
| std::vector<float> CameraMetadata::AgronomicProperties::leaf_area_m2 |
Total visible leaf area per species in square meters, parallel to plant_species (computed from leaf primitive areas)
Definition at line 491 of file RadiationModel.h.
| std::vector<float> CameraMetadata::AgronomicProperties::plant_age_days |
Average age of plants per species in days, parallel to plant_species (from object data 'age')
Definition at line 489 of file RadiationModel.h.
| std::vector<int> CameraMetadata::AgronomicProperties::plant_count |
Number of plants per species, parallel to plant_species (from unique 'plantID' values)
Definition at line 487 of file RadiationModel.h.
| std::vector<float> CameraMetadata::AgronomicProperties::plant_height_m |
Average height of plants per species in meters, parallel to plant_species (from object data 'plant_height')
Definition at line 488 of file RadiationModel.h.
| std::vector<std::string> CameraMetadata::AgronomicProperties::plant_species |
List of unique plant species visible in image (from object data 'plant_name')
Definition at line 486 of file RadiationModel.h.
| std::vector<std::string> CameraMetadata::AgronomicProperties::plant_stage |
Most common phenological stage per species, parallel to plant_species (from object data 'phenology_stage')
Definition at line 490 of file RadiationModel.h.
| std::string CameraMetadata::AgronomicProperties::weed_pressure |
Weed pressure classification: "low" (0-20%), "moderate" (21-40%), "high" (>40%), or empty if no data.
Definition at line 492 of file RadiationModel.h.