• Stars
    star
    203
  • Rank 192,890 (Top 4 %)
  • Language
    C++
  • License
    Other
  • Created about 12 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

CV Drone (= OpenCV + AR.Drone)
-----------------------------------------------------------------
 CV Drone (= OpenCV + AR.Drone)
 Copyright (C) 2016 puku0x
 https://github.com/puku0x/cvdrone
-----------------------------------------------------------------

INTRODUCTION
  CV Drone is free software; you can redistribute it and/or
  modify it under the terms of EITHER:
   (1) The GNU Lesser General Public License as published by the Free
       Software Foundation; either version 2.1 of the License, or (at
       your option) any later version. The text of the GNU Lesser
       General Public License is included with this library in the
       file cvdrone-license-LGPL.txt.
   (2) The BSD-style license that is included with this library in
       the file cvdrone-license-BSD.txt.

  This software is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the files
  cvdrone-license-LGPL.txt and cvdrone-license-BSD.txt for more details.

HOW TO INSTALL
  Please unzip "cvdrone-master.zip" into an arbitrary directory.

HOW TO UNINSTALL
  Please delete the cvdrone folder.

BEFORE YOU BUILD
  You should install Visual Studio before you build CV Drone.
  CV Drone supports VC++2010/2012/2013/2015.
  To download VS, please see http://www.microsoft.com/visualstudio/eng/downloads .

HOW TO USE
  1. Open \build\vs20xx\test.sln
  2. Press F7 to build.
  3. Press F5 (or Ctrl+F5) to run.
  4. You can play around with OpenCV. Sample codes are in "src\samples".

FOR AR.DRONE 1.0 USERS
  Please update your AR.Drone's firmware to 1.11.5.

FOR AR.DRONE 2.0 USERS
  Please update your AR.Drone's firmware to 2.4.8.

FOR VS2010 USERS
  You can not build CV Drone by VS2010 after you installed VS2012.
  To build VS2010, 
    1) You should install "Visual Studio 2010 SP1".  [Recommended]
    or,
    2) You should uninstall ".Net Framework 4.5" and re-install "4.0".

LIBRARY DEPENDENCIES
  CV Drone uses following libraries.
  - OpenCV 3.1.0 <3-clause BSD license>
    http://opencv.org/
  - FFmpeg 2.2.3 <LGPL v2.1 license>
    http://www.ffmpeg.org/
  - stdint.h/inttypes.h for Microsoft Visual Studio r26 <BSD license>
    https://code.google.com/p/msinttypes/
  - POSIX Threads for Win32 2.9.1 <LGPL v2.1 license>
    http://www.sourceware.org/pthreads-win32/

  Marker-based AR sample uses following libraries adding to the above.
  - GLUT for Win32 3.7.6
    http://user.xmission.com/~nate/glut.html
  - MarkerDetector
    https://github.com/MasteringOpenCV/code/tree/master/Chapter2_iPhoneAR/Example_MarkerBasedAR/Example_MarkerBasedAR

  License files for each library can be found in the 'licenses' folder.

Thank you.

More Repositories

1

angular-pwa-sample

Angular PWA Sample
HTML
40
star
2

ngrx-todo

Sample using @ngrx/store, @ngrx/effects, and @ngrx/entity
TypeScript
19
star
3

todo-react

A study for the practical frontend architecture using React
TypeScript
12
star
4

nx-react-pwa-sample

Nx + React PWA sample
TypeScript
10
star
5

ngx-onsenui-ngrx-todo

Angular + Onsen UI 2 + NgRx + PhoneGap
TypeScript
8
star
6

SimpleARwithOpenCV

A simple AR application using OpenCV and OpenGL.
C++
8
star
7

cordova-template-ngx-onsenui

Cordova template with Angular + Onsen UI
TypeScript
7
star
8

todo-angular

A study for the practical frontend architecture using Angular
TypeScript
5
star
9

ngx-onsenui-kitchensink

Angular Onsen UI Kitchen Sink
TypeScript
4
star
10

nx-angular-ionic-nest-sample

Nx + Angular + Ionic + NestJS fullstack web app sample
TypeScript
4
star
11

learn-ngrx

[Experimental] Angular v8-rc1 + Angular Material v8-beta.2 + NgRx v8-beta.1
TypeScript
3
star
12

angular-cli-onsenui

Angular CLI + Onsen UI + PhoneGap
TypeScript
3
star
13

gs-calendar

GSカレンダー (Android版) のソースコードです
Java
3
star
14

aws-rest-with-dynamodb

Lambda + API Gateway + DynamoDB + Express with Serverless Framework
JavaScript
2
star
15

todo-vue

A study for the practical frontend architecture using Vue.js
TypeScript
2
star
16

nx-vue-sample

nx-plus/vueのサンプル
Vue
2
star
17

puku0x.dev

An experimental blog made with Angular and Scully
TypeScript
2
star
18

react-sample-app

「はじめてのフロントエンド開発」のReactサンプル
TypeScript
1
star
19

spring-angular-rest

Shell
1
star
20

test-app

Deploy an Angular app to GitHub Pages using Travis CI
TypeScript
1
star
21

todo-api

Todo API backend using NestJS and Cloud Functions for Firebase
TypeScript
1
star
22

spring-boot-travis-heroku

TravisCI連携とHerokuへの自動デプロイ用
Java
1
star
23

angular-jest-sample

Angular + Jest + Prettier = Awesome!
TypeScript
1
star
24

angularjs-onsenui2-webpack2

AngularJS + Onsen UI 2 + Webpack2 + PhoneGap + ES2017 + SCSS/cssnext のサンプル
JavaScript
1
star