the first line, create_depth_normal_lut.py ,I think this file is made by it , but I can't find the .py file , where I can find it or if I want to make my own data , what to do with it?
1 | initial version |
the first line, create_depth_normal_lut.py ,I think this file is made by it , but I can't find the .py file , where I can find it or if I want to make my own data , what to do with it?
// Auto-generated by scripts/create_depth_normal_lut.py 20
static const int GRANULARITY = 20;
static const unsigned char NORMAL_LUT[20][20][20]={..........................................................}
.
// Auto-generated by scripts/create_depth_normal_lut.py 20
static const int GRANULARITY = 20;
static const unsigned char NORMAL_LUT[20][20][20]={..........................................................}NORMAL_LUT[20][20][20]={..........................................................}
the first line, create_depth_normal_lut.py ,I think this file is made by it , but I can't find the .py file , where I can find it or if I want to make my own data , what to do with it?