GithubHelp home page GithubHelp logo

soumith / lua---opencv Goto Github PK

View Code? Open in Web Editor NEW

This project forked from marcoscoffier/lua---opencv

1.0 3.0 0.0 445 KB

bindings to some parts of opencv to lua+torch

C 56.40% Lua 41.12% C++ 2.48%

lua---opencv's Introduction

a simple wrapper for certain funcs from the OpenCV library

   URL:http://opencv.willowgarage.com/

currently wrapped packages

  • opencv.GetAffineTransform() [lua] --> cvGetAffineTransform [C/C++]

  • opencv.WarpAffine() [lua] --> cvWarpAffine [C/C++]

  • opencv.EqualizeHist() [lua] --> cvEqualizeHist [C/C++]

  • opencv.Canny() [lua] --> cvCanny [C/C++]

  • opencv.CornerHarris() [lua] --> cvCornerHarris [C/C++]

  • opencv.CalcOpticalFlow() [lua] -->

    • cvCalcOpticalFlowBM [C/C++]
    • cvCalcOpticalFlowHS [C/C++]
    • cvCalcOpticalFlowLK [C/C++]
  • opencv.CalcOpticalFlowPyrLK [lua] --> cvCalcOpticalFlowPyrLK [C/C++]

  • opencv.GoodFeaturesToTrack [lua] --> cvGoodFeaturesToTrack [C/C++]

  • opencv.DrawFlowlinesOnImage [lua] --> cvDrawFlowlinesOnImage [C/C++]

  • opencv.smoothVoronoi [lua] --> uses Voronoi triangulation to create dense map of a sparse set of points.

  • opencv.HoughLines2() [lua] --> cvHoughLines2 [C/C++]

who

  • Original wrapper: Clement Farabet.
  • Additional functions: GoodFeatures...(),PLK,etc.: Marco Scoffier
  • More functions and bug fixes: Soumith Chintala
  • Adapted for torch7: Marco Scoffier

lua---opencv's People

Contributors

marcoscoffier avatar clementfarabet avatar soumith avatar

Stargazers

 avatar

Watchers

James Cloos avatar  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.