added image rescaling factor
This commit is contained in:
@ -286,7 +286,8 @@ class MsckfVio {
|
||||
|
||||
// Patch size for Photometry
|
||||
int N;
|
||||
|
||||
// Image rescale
|
||||
int SCALE;
|
||||
// Chi squared test table.
|
||||
static std::map<int, double> chi_squared_test_table;
|
||||
|
||||
|
Reference in New Issue
Block a user