{"id":14966181,"url":"https://github.com/azawawi/perl6-opencv","last_synced_at":"2025-07-30T10:41:49.754Z","repository":{"id":149410345,"uuid":"49761845","full_name":"azawawi/perl6-opencv","owner":"azawawi","description":"OpenCV Bindings using NativeCall","archived":false,"fork":false,"pushed_at":"2017-04-29T08:25:58.000Z","size":1421,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T07:36:28.030Z","etag":null,"topics":["opencv","perl6"],"latest_commit_sha":null,"homepage":null,"language":"Perl6","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/azawawi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-01-16T06:13:28.000Z","updated_at":"2019-09-18T20:15:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"e1c96304-2acc-4f18-9f66-0b509651a6f1","html_url":"https://github.com/azawawi/perl6-opencv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/azawawi/perl6-opencv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azawawi%2Fperl6-opencv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azawawi%2Fperl6-opencv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azawawi%2Fperl6-opencv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azawawi%2Fperl6-opencv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azawawi","download_url":"https://codeload.github.com/azawawi/perl6-opencv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azawawi%2Fperl6-opencv/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264210791,"owners_count":23573369,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["opencv","perl6"],"created_at":"2024-09-24T13:35:58.182Z","updated_at":"2025-07-08T06:33:32.730Z","avatar_url":"https://github.com/azawawi.png","language":"Perl6","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenCV\n[![Build Status](https://travis-ci.org/azawawi/perl6-opencv.svg?branch=master)](https://travis-ci.org/azawawi/perl6-opencv)\n[![Build status](https://ci.appveyor.com/api/projects/status/github/azawawi/perl6-opencv?svg=true)](https://ci.appveyor.com/project/azawawi/perl6-opencv/branch/master)\n\nThis provides a simple Perl 6 object-oriented NativeCall wrapper for the\n[OpenCV](http://opencv.org) library.\n\n## Example\n\n```Perl6\nuse v6;\nuse OpenCV;\n\n# Read the image from the disk\nmy $image = imread( \"sample.png\" );\n\n# Show the image in a window\nnamedWindow( \"Sample\", 1 );\nimshow( \"Sample\", $image );\n\n# Wait for a key press to exit\nwaitKey;\n```\n\nFor more examples, please see the [examples](examples) folder.\n\n## OpenCV Installation\n\nPlease follow the instructions below based on your platform:\n\n### Linux (Debian)\n\n- To install OpenCV 2.4 development libraries, please run:\n```\n$ sudo apt-get install libopencv-dev g++\n```\n\n## macOS\n\n- To install OpenCV 2.4 development libraries, please run:\n```\n$ brew update\n$ brew tap homebrew/science\n$ brew install opencv\n```\n\n## Windows\n\nA precompiled 64-bit windows DLL binary is already provided so it should work\non 64-bit windows operating systems.\n\n## Installation\n\nTo install it using zef (a module management tool bundled with Rakudo Star):\n\n```\n$ zef install OpenCV\n```\n\n## Testing\n\n- To run tests:\n```\n$ prove -ve \"perl6 -Ilib\"\n```\n\n- To run all tests including author tests (Please make sure\n[Test::Meta](https://github.com/jonathanstowe/Test-META) is installed):\n```\n$ zef install Test::META\n$ AUTHOR_TESTING=1 prove -ve \"perl6 -Ilib\"\n```\n\n## Development Notes\n\nIf you need to change the C++ to C library wrapper without doing a\n`zef install .`, please run:\n```\n$ zef build .\n```\n\n## Author\n\nAhmad M. Zawawi, azawawi on #perl6, https://github.com/azawawi/\n\n## License\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazawawi%2Fperl6-opencv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazawawi%2Fperl6-opencv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazawawi%2Fperl6-opencv/lists"}