SEMS-data-collection/include/data_preprocess.h

4 lines
195 B
C

#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