All Projects → puku0x → Cvdrone

puku0x / Cvdrone

Licence: other
CV Drone (= OpenCV + AR.Drone)

Projects that are alternatives of or similar to Cvdrone

Jpegrtspcamera
Sample RTSP server streaming MJPEG video from PC camera
Stars: ✭ 25 (-85.96%)
Mutual labels:  visual-studio, opencv
Python Quarantine Projects
Here we are going to make some python projects during Quarantine time
Stars: ✭ 175 (-1.69%)
Mutual labels:  opencv
Vstest Docs
Documentation for the Visual Studio Test Platform.
Stars: ✭ 165 (-7.3%)
Mutual labels:  visual-studio
Moneyfox
A way to make budgeting easy. A basic idea for the community, made even better by the community.
Stars: ✭ 170 (-4.49%)
Mutual labels:  visual-studio
Face mask detection
Face mask detection system using Deep learning.
Stars: ✭ 168 (-5.62%)
Mutual labels:  opencv
Gvsbuild
GTK+ 3 stack for Windows
Stars: ✭ 173 (-2.81%)
Mutual labels:  visual-studio
Augmented reality
💎 "Marker-less Augmented Reality" with OpenCV and OpenGL.
Stars: ✭ 165 (-7.3%)
Mutual labels:  opencv
Visualstudiostandalone
Make your Visual Studio Portable
Stars: ✭ 177 (-0.56%)
Mutual labels:  visual-studio
Visualstudio
The GitHub Extension for Visual Studio provides GitHub integration in Visual Studio 2015 and newer. Most of the extension UI lives in the Team Explorer pane, which is available from the View menu.
Stars: ✭ 2,143 (+1103.93%)
Mutual labels:  visual-studio
Vcpkg
C++ Library Manager for Windows, Linux, and MacOS
Stars: ✭ 14,449 (+8017.42%)
Mutual labels:  visual-studio
Roslynator
A collection of 500+ analyzers, refactorings and fixes for C#, powered by Roslyn.
Stars: ✭ 2,221 (+1147.75%)
Mutual labels:  visual-studio
Handpose
A python program to detect and classify hand pose using deep learning techniques
Stars: ✭ 168 (-5.62%)
Mutual labels:  opencv
Attendance Using Face
Face-recognition using Siamese network
Stars: ✭ 174 (-2.25%)
Mutual labels:  opencv
Monogame.forms
MonoGame.Forms is the easiest way of integrating a MonoGame render window into your Windows Forms project. It should make your life much easier, when you want to create your own editor environment.
Stars: ✭ 165 (-7.3%)
Mutual labels:  visual-studio
Invisibility cloak
This is a fun application of image processing which enables you to experience the magic of an invisibility cloak. Let's make our childhood fantasy of using an invisibility cloak come true.
Stars: ✭ 176 (-1.12%)
Mutual labels:  opencv
Neuvision
Structured Light based 3D scanner
Stars: ✭ 165 (-7.3%)
Mutual labels:  opencv
Gerbolyze
Render high-resolution bitmap images to PCB gerber files
Stars: ✭ 169 (-5.06%)
Mutual labels:  opencv
Opensfm
Open source Structure-from-Motion pipeline
Stars: ✭ 2,342 (+1215.73%)
Mutual labels:  opencv
Anms Codes
Efficient adaptive non-maximal suppression algorithms for homogeneous spatial keypoint distribution
Stars: ✭ 174 (-2.25%)
Mutual labels:  opencv
Fish Eye Image Correction Code
This is my paper "Correction of single circular fisheye image" related program code
Stars: ✭ 176 (-1.12%)
Mutual labels:  opencv

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.

Marker-based AR sample uses following libraries adding to the above.

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

Thank you.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].