Multimodal-Calib
Code for performing 3D-2D and 2D-2D multimodal calibration
 All Classes Functions Variables
mi.h
1 #ifndef MI_H
2 #define MI_H
3 
4 #include "common.h"
5 #include "reduction.h"
6 
8 
14 float miRun(float* A, float* B, size_t bins, size_t numElements, bool normalize, cudaStream_t stream);
15 
16 #endif