ser1zw
7d326dcb17
find OpenCV version suffix from opencv2/core/version.hpp
2012-07-16 18:32:27 +09:00
ser1zw
b7c305c837
remove some comments
2012-07-16 18:21:50 +09:00
ser1zw
1a44eeeab4
workaround for mswin32
2012-07-16 17:48:19 +09:00
ser1zw
f0dc6bc7b4
update OpenCV version
2012-07-14 20:22:04 +09:00
ser1zw
55f57e7eed
fix for OpenCV 2.4 (tested using OpenCV 2.4-beta2)
2012-04-22 22:27:58 +09:00
ser1zw
3d76b0de9c
modify extconf.rb to support mingw32
2012-02-04 19:51:21 +09:00
ser1zw
e752f57d5b
remove dependencies of ffcall
2012-01-04 02:25:13 +09:00
ser1zw
fadad7f893
fix for Windows
2011-12-27 23:47:08 +09:00
ser1zw
d37cefb3aa
fixed for installing on Windows (mswin32)
2011-11-28 08:31:12 +09:00
ser1zw
052073e20d
modified extconf.rb for environments that OpenCV is installed in non-default directory
...
if you install OpenCV like:
$ cmake -D CMAKE_INSTALL_PREFIX=/path/to/opencvlibrary ./OpenCV-x.y.z
$ make && make install
You can install Ruby/OpenCV like:
$ ruby extconf.rb --with-opencv-dir=/path/to/opencvlibrary
$ make && make install
2011-07-11 00:32:39 +09:00
ser1zw
206ae1ba97
modified to use GUI functions (except for Window#set_trackbar) without ffcall
2011-05-07 06:59:46 +09:00
ser1zw
81714f0768
fixed Window to handle MouseEvent with propriety
2011-05-05 04:24:21 +09:00
ser1zw
8ee5dc0892
fixed extconf.rb to build on Ruby 1.8.7
2011-05-04 01:32:48 +09:00
ser1zw
756db66ba4
modified to be able to install both "rake package && gem install opencv-x.y.z.gem" and "ruby extconf.rb && make && make install" ways
2011-05-03 17:12:47 +09:00