Giter Site home page Giter Site logo

redzhept / gipopencv Goto Github PK

View Code? Open in Web Editor NEW

This project forked from glistplugins/gipopencv

0.0 0.0 0.0 524.51 MB

OpenCV plugin for glistengine. OpenCV is used for computer vision.

Shell 0.17% C++ 72.01% Python 0.15% C 27.32% Objective-C 0.03% Makefile 0.05% HTML 0.01% CMake 0.01% Batchfile 0.01% NASL 0.25%

gipopencv's Introduction

gipOpenCV

OpenCV plugin for GlistEngine.

Requierements

Installation

Fork & clone this project into ~/dev/glist/glistplugins

  • Windows developers should not forget to add
${workspace_loc}\..\..\..\..\glistplugins\gipOpenCV\prebuilts\bin

directory to the GlistApp project's PATH list. (Project->Properties->C/C++ Build->Environment->PATH)

Usage

  • 2D and 3D feature toolkits
  • Object detection
  • Facial recognition system
  • Human-computer interaction

How To Use

  1. Add gipOpenCV into plugins of your GlistApp/CMakeLists.txt
  2. Include gipOpenCV.h in GameCanvas.h
  3. Right click gipOpenCV project on GlistEngine and select Properties -> C/C++ General -> Preprocessor Include Paths -> GNU C++ -> Providers then enable 2 CMAKE_EXPORT_COMPILE_COMMANDS If it still says "terminated" after execution;
  4. gipOpenCV project -> right click -> Properties -> C/C++ Build -> Environment -> PATH -> (add ;${workspace_loc}........\glistplugins\gipOpenCV\prebuilts\bin)

Functions

  1. makeGray

Makes the imported image binary.

  1. makeCanny

Finds the locations of objects basd on the XML file put in.

  1. objectDetection

Finds the locations of faces from image.

  1. faceDetection

Draws squares on the image entered with locations taken from the location list.

  1. objectsDraw

Finds contours.

  1. contourDetection

Detects the contour values of the uploaded image as integers.

  1. readTextFromImage

Detects the text from uploaded image.

  1. updateImagefromCam

Updates the image that is detected from the cam matrix using its data.

  1. updateImagefromVideo

Updates the image that is detected from the video as matrix using its data.

  1. setCam

Assignes a number to the camera for easy access to videos.

  1. setMatData

Turns the data of the image to a matrix as its components and turns it to a color number.

  1. setVideo

Gets the video file by its path.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.