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
|
||||||
make install
|
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.
|
That's ok.
|
||||||
|
|
||||||
== SYNOPSIS:
|
== SYNOPSIS:
|
||||||
|
|
||||||
Once installed - including ffcall - it is possible to show images via GUI Window.
|
|
||||||
|
|
||||||
require "opencv"
|
require "opencv"
|
||||||
|
|
||||||
image = OpenCV::IplImage.load("sample.jpg")
|
image = OpenCV::IplImage.load("sample.jpg")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue