| 276 | float ComputeSceneMedianDepth(const int q); |
| 277 | |
| 278 | static bool weightComp( int a, int b){ |
| 279 | return a>b; |
| 280 | } |
| 281 | |
| 282 | static bool lId(KeyFrame* pKF1, KeyFrame* pKF2){ |
| 283 | return pKF1->mnId<pKF2->mnId; |
nothing calls this directly
no outgoing calls
no test coverage detected