1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00

changed README.rdoc

This commit is contained in:
ser1zw 2011-06-04 17:16:45 +09:00
parent f19c59dd2f
commit 6b2d038024

View file

@ -58,13 +58,11 @@ Follow INSTALLATION but use this command when compiling the gem:
make
make install
Installing ffcall might not work (that's because ffcall at the mment can't be compiled on 64bit systems).
Installing ffcall might not work (that's because ffcall at the moment can't be compiled on 64bit systems).
That's ok.
== SYNOPSIS:
Once installed - including ffcall - it is possible to show images via GUI Window.
require "opencv"
image = OpenCV::IplImage.load("sample.jpg")