Make noiseModel_ accessible to derived class: private -> protected
parent
554ae47175
commit
ecb62492fc
|
@ -50,6 +50,7 @@ private:
|
||||||
typedef SmartFactorBase<CAMERA> This;
|
typedef SmartFactorBase<CAMERA> This;
|
||||||
typedef typename CAMERA::Measurement Z;
|
typedef typename CAMERA::Measurement Z;
|
||||||
|
|
||||||
|
protected:
|
||||||
/**
|
/**
|
||||||
* As of Feb 22, 2015, the noise model is the same for all measurements and
|
* As of Feb 22, 2015, the noise model is the same for all measurements and
|
||||||
* is isotropic. This allows for moving most calculations of Schur complement
|
* is isotropic. This allows for moving most calculations of Schur complement
|
||||||
|
@ -58,7 +59,6 @@ private:
|
||||||
*/
|
*/
|
||||||
SharedIsotropic noiseModel_;
|
SharedIsotropic noiseModel_;
|
||||||
|
|
||||||
protected:
|
|
||||||
/**
|
/**
|
||||||
* 2D measurement and noise model for each of the m views
|
* 2D measurement and noise model for each of the m views
|
||||||
* We keep a copy of measurements for I/O and computing the error.
|
* We keep a copy of measurements for I/O and computing the error.
|
||||||
|
|
Loading…
Reference in New Issue