Exemple #1
0
 // Start is called before the first frame update
 void Start()
 {
     tPoseSmoother = new PoseSmoother();
 }
Exemple #2
0
 // Start is called before the first frame update
 void Start()
 {
     PrintParameters();
     tPoseSmoother         = new PoseSmoother();
     tSenderJudgerFeatures = new SenderJudgerFeatures("cloud_sparse.ply", initCameraPose.colmapScale);
 }