#include <flgrCoreNhbManage.h>
Definition at line 43 of file flgrCoreNhbManage.h.
Data Fields | |
int | center_coord_x |
FLGR_Vector * | center_data_val |
FLGR_Vector * | center_nhb_val |
int ** | list_coord_x |
void ** | list_data_val |
void ** | list_nhb_val |
int | nhb_size_x |
int * | size |
int | spp |
FLGR_Type | type |
column Coordinate in the image of the pixel considered as the center of the neighborhood
Definition at line 49 of file flgrCoreNhbManage.h.
value of the center of the extracted signal window
Definition at line 51 of file flgrCoreNhbManage.h.
value of the center of nhb
Definition at line 53 of file flgrCoreNhbManage.h.
X coordinates list of pixel extracted
Definition at line 57 of file flgrCoreNhbManage.h.
void** FLGR_NhbBox1D::list_data_val |
list of pixels values extracted in the signal
Definition at line 59 of file flgrCoreNhbManage.h.
void** FLGR_NhbBox1D::list_nhb_val |
list of Neighborhood values corresponding to extracted pixels in the signal
Definition at line 61 of file flgrCoreNhbManage.h.
X size of the nhb used to extract values
Definition at line 55 of file flgrCoreNhbManage.h.
int* FLGR_NhbBox1D::size |
size of the extracted values list
Definition at line 63 of file flgrCoreNhbManage.h.
Sample per Pixel
Definition at line 47 of file flgrCoreNhbManage.h.
type of the data in the extracted neighborhood
Definition at line 45 of file flgrCoreNhbManage.h.