public Geolocation(CAMProperties camera, GPSProperties gps)
        {
            this.camera = camera;
            this.gps    = gps;

            this.nedFrame = new LNEDFrame(gps);
            this.camFrame = new CAMFrame(camera);
        }
Exemple #2
0
        public Geolocation(CAMProperties camera, GPSProperties gps)
        {
            this.camera = camera;
            this.gps = gps;

            this.nedFrame = new LNEDFrame(gps);
            this.camFrame = new CAMFrame(camera);
        }