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:
parent
f19c59dd2f
commit
6b2d038024
1 changed files with 1 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue