|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-9d806b45d8
|
#include <imagery.h>
Data Fields | |
| char | desc [256] |
| int | npoints |
| double * | mean |
| double ** | var |
| int | status |
| float | r |
| float | g |
| float | b |
| int | have_color |
| int | oclass |
| float One_Sig::b |
Definition at line 53 of file imagery.h.
Referenced by I_iclass_add_signature().
| char One_Sig::desc[256] |
Definition at line 48 of file imagery.h.
Referenced by I_iclass_add_signature(), and I_new_signature().
| float One_Sig::g |
Definition at line 53 of file imagery.h.
Referenced by I_iclass_add_signature().
| int One_Sig::have_color |
Definition at line 54 of file imagery.h.
Referenced by I_iclass_add_signature(), and I_new_signature().
| double* One_Sig::mean |
Definition at line 50 of file imagery.h.
Referenced by I_free_signatures(), I_iclass_add_signature(), and I_new_signature().
| int One_Sig::npoints |
Definition at line 49 of file imagery.h.
Referenced by I_iclass_add_signature().
| float One_Sig::r |
Definition at line 53 of file imagery.h.
Referenced by I_iclass_add_signature().
| int One_Sig::status |
Definition at line 52 of file imagery.h.
Referenced by I_iclass_add_signature(), and I_new_signature().
| double** One_Sig::var |
Definition at line 51 of file imagery.h.
Referenced by I_free_signatures(), I_iclass_add_signature(), and I_new_signature().