GithubHelp home page GithubHelp logo

itubal / diewald_cv_kit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from diwi/diewald_cv_kit

0.0 2.0 0.0 3.43 MB

computer vision library for processing

Home Page: http://thomasdiewald.com/blog/

Processing 25.63% HTML 61.39% CSS 0.59% Java 12.40%

diewald_cv_kit's Introduction

--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
AUTHOR: Thomas Diewald
Date: 06.09.2011
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------



################################################################################
--------------------------------------------------------------------------------
PROCESSING - computer vision library - diewald_CV_kit
--------------------------------------------------------------------------------
################################################################################

project page: http://thomasdiewald.com/blog/?p=1107

this library contains tools that are used in the field of computer vision.
its not a wrapper of openCV or some other libraries , so maybe you are missing 
some features ( ... which may be implemented in the future).

its designed to be very fast to use it for realtime applications (webcam-tracking, kinect-tracking, ...).
also, it works very well in combination with the kinect-library 
(dlibs.freenect - http://thomasdiewald.com/blog/?p=109 )... which i basically 
built it for ... to track blobs, generate contours from 3d-data, and else.

it should work in combination with other libraries too, since the blobdetection 
is very flexible and works with any given data-arrays.



the examples, that come with the library, demonstrates:
kinect 3D/2D tracking
a simple marker tracking
image-blob tracking

   


--------------------------------------------------------------------------------
online example: 
http://www.openprocessing.org/visuals/?visualID=35858
http://www.openprocessing.org/visuals/?visualID=35859

videos:
http://thomasdiewald.com/blog/?p=1107
--------------------------------------------------------------------------------
ZIP_CONTENT:
1) processing examples
2) reference
3) source-code
4) library: diewald_CV_kit.jar
      

--------------------------------------------------------------------------------
FEATURES:

- connected component labeling - blobdetection
- contours:
  continuous polyline
  a blob has only one outer contours, and can have endless inner contours
  the outer contour always goes in clockwise-direction, the inner ones go counter-clockwise

- convex hull
- double-linked-list (used for the covex hull for quick node adding/removing)
- polyline tools (simplification, areasize, length, etc.
- color class for fast generating/extracting of color components







--------------------------------------------------------------------------------
USEFUL LINKS TO THIS TOPIC:



diewald_cv_kit's People

Watchers

 avatar  avatar

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.