CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 28 Aug 2025 22:26:22 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100107023128
location: https://web.archive.org/web/20100107023128/https://github.com/ryanfb/ruby-opencv
server-timing: captures_list;dur=0.577016, exclusion.robots;dur=0.019150, exclusion.robots.policy;dur=0.008432, esindex;dur=0.010120, cdx.remote;dur=69.871735, LoadShardBlock;dur=187.571142, PetaboxLoader3.datanode;dur=121.308485, PetaboxLoader3.resolve;dur=41.616328
x-app-server: wwwb-app212
x-ts: 302
x-tr: 289
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app212; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 28 Aug 2025 22:26:23 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Thu, 07 Jan 2010 02:31:28 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "7f458aa15224f88419fd68ca2c4eeb5a"
x-archive-orig-x-runtime: 619ms
x-archive-orig-content-length: 26471
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 07 Jan 2010 02:31:28 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 19 Oct 2009 09:46:25 GMT", ; rel="prev memento"; datetime="Sun, 06 Dec 2009 06:11:46 GMT", ; rel="memento"; datetime="Thu, 07 Jan 2010 02:31:28 GMT", ; rel="next memento"; datetime="Tue, 06 Apr 2010 17:09:10 GMT", ; rel="last memento"; datetime="Fri, 03 Feb 2023 16:36:08 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_13_20100106224428_crawl101-c/51_13_20100107022846_crawl101.arc.gz
server-timing: captures_list;dur=0.617903, exclusion.robots;dur=0.023238, exclusion.robots.policy;dur=0.010854, esindex;dur=0.012122, cdx.remote;dur=9.165868, LoadShardBlock;dur=228.522962, PetaboxLoader3.datanode;dur=135.174047, PetaboxLoader3.resolve;dur=126.649650, load_resource;dur=93.995087
x-app-server: wwwb-app212
x-ts: 200
x-tr: 390
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
ryanfb's ruby-opencv at master - GitHub
ryanfb / ruby-opencv
- Source
- Commits
- Network (6)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
-
Branches (1)
- master ✓
- Tags (0)
README.txt
= opencv OpenCV Sourceforge Project https://sourceforge.net/projects/opencvlibrary/ Ruby/OpenCV Author's Web Page https://blueruby.mydns.jp/opencv == DESCRIPTION: OpenCV Ruby Wrapper == FEATURES/PROBLEMS: * First release rubygems, Some OpenCV function wrapped. == SYNOPSIS: # Show image via GUI Window. require "rubygems" gem "opencv" require "opencv" image = OpenCV::IplImage.load("sample.jpg") window = OpenCV::GUI::Window.new("preview") window.show(image) OpenCV::GUI::wait_key # other sample code, see examples/*.rb == REQUIREMENTS: * OpenCV 1.0 or later. https://sourceforge.net/projects/opencvlibrary/ * ffcall (optional) https://www.haible.de/bruno/packages-ffcall.html == INSTALL: gem install opencv == LICENSE: The BSD Liscense see LICENSE.txt
This feature is coming soon. Sit tight!