コード例 #1
0
        public Geolocation(CAMProperties camera, GPSProperties gps)
        {
            this.camera = camera;
            this.gps    = gps;

            this.nedFrame = new LNEDFrame(gps);
            this.camFrame = new CAMFrame(camera);
        }
コード例 #2
0
ファイル: Geolocation.cs プロジェクト: KAW0/Alter-Native
        public Geolocation(CAMProperties camera, GPSProperties gps)
        {
            this.camera = camera;
            this.gps = gps;

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