Skip to content

wgg2015/mruby-opencv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mruby-opencv

Interface to OpenCV on mruby. This project has just begun.

Install

  1. Install OpenCV
  2. Edit your build_config.rb. For example,
  conf.gem 'path/to/here' do |g|
    g.cxx.include_paths << 'path/to/OpenCV/modules/core/include'
    g.cxx.include_paths << 'path/to/OpenCV/modules/highgui/include'
    g.linker.library_paths << 'path/to/OpenCV libraries'
    g.linker.libraries << %w(opencv_core243 opencv_highgui243)
  end

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 70.2%
  • Ruby 15.3%
  • C 14.5%