{"id":29163972,"url":"https://github.com/yuukitoriyama/opencv.js-playground","last_synced_at":"2026-04-24T20:07:23.563Z","repository":{"id":57167282,"uuid":"364778646","full_name":"YuukiToriyama/opencv.js-playground","owner":"YuukiToriyama","description":"環境構築なしにOpenCV.jsを試してみるにはこちら(開発中)","archived":false,"fork":false,"pushed_at":"2021-05-29T19:11:46.000Z","size":68632,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-28T11:17:06.499Z","etag":null,"topics":["opencv","opencv-js"],"latest_commit_sha":null,"homepage":"https://yuukitoriyama.github.io/opencv.js-playground/","language":"TypeScript","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/YuukiToriyama.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}},"created_at":"2021-05-06T03:56:49.000Z","updated_at":"2021-12-26T06:12:20.000Z","dependencies_parsed_at":"2022-09-05T05:01:57.142Z","dependency_job_id":null,"html_url":"https://github.com/YuukiToriyama/opencv.js-playground","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/YuukiToriyama/opencv.js-playground","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuukiToriyama%2Fopencv.js-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuukiToriyama%2Fopencv.js-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuukiToriyama%2Fopencv.js-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuukiToriyama%2Fopencv.js-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YuukiToriyama","download_url":"https://codeload.github.com/YuukiToriyama/opencv.js-playground/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuukiToriyama%2Fopencv.js-playground/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262915646,"owners_count":23383847,"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","opencv-js"],"created_at":"2025-07-01T06:39:24.956Z","updated_at":"2026-04-24T20:07:23.486Z","avatar_url":"https://github.com/YuukiToriyama.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# opencv.js-playground\n環境構築なしにOpenCV.jsを試してみるにはこちら(開発中)\n\n## 開発Memo\n- 読み込んだ画像のサイズを知りたい場合、`width`,`height`の代わりに`naturalWidth`,`naturalHeight`を用いる必要がある\n\t- widthプロパティは実際に表示されているサイズを返すため\n\t- 画像本来のサイズを知りたい場合は`naturalWidth`,`naturalHeight`を用いる\n```javascript\nconst image_h9a1o13onus = document.getElementById(\"h9a1o13onus\"); // 読み込んだ画像にアクセス\nconsole.log(image_h9a1o13onus.naturalWidth);\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuukitoriyama%2Fopencv.js-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuukitoriyama%2Fopencv.js-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuukitoriyama%2Fopencv.js-playground/lists"}