SEMS-data-collection/include/data_preprocess.h

4 lines
195 B
C
Raw Normal View History

2024-09-11 17:14:49 +08:00
#ifndef _DATA_PREPROCESS_H
#define _DATA_PREPROCESS_H
int get_histogram(unsigned char * spectral_image, long long spatial_dim, long long spectral_dim , int threshold[], float* histogram);
#endif