{"id":21809431,"url":"https://github.com/akira4o4/opencv-builder","last_synced_at":"2025-08-04T19:33:02.244Z","repository":{"id":135979913,"uuid":"473276931","full_name":"akira4O4/opencv-builder","owner":"akira4O4","description":"支持Linux、MacOS、Jetson的OpenCV构建脚本","archived":false,"fork":false,"pushed_at":"2024-09-16T06:58:12.000Z","size":92,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T21:45:15.740Z","etag":null,"topics":["linux","opencv","shell"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akira4O4.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":"2022-03-23T16:47:43.000Z","updated_at":"2025-01-23T09:19:37.000Z","dependencies_parsed_at":"2024-07-19T11:44:19.185Z","dependency_job_id":null,"html_url":"https://github.com/akira4O4/opencv-builder","commit_stats":null,"previous_names":["akira-404/opencvbuilder","akira-404/opencv-builder","akira4o4/opencv-builder"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akira4O4/opencv-builder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akira4O4%2Fopencv-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akira4O4%2Fopencv-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akira4O4%2Fopencv-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akira4O4%2Fopencv-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akira4O4","download_url":"https://codeload.github.com/akira4O4/opencv-builder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akira4O4%2Fopencv-builder/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268755943,"owners_count":24302864,"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","status":"online","status_checked_at":"2025-08-04T02:00:09.867Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["linux","opencv","shell"],"created_at":"2024-11-27T13:21:27.766Z","updated_at":"2025-08-04T19:33:02.195Z","avatar_url":"https://github.com/akira4O4.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenCV Builder\n\n## Intro\nHere's an OpenCV automated build script that includes dependency download and code compilation/install features. You only need to fill in a few parameters to complete the automation process.\n\n---\n## Usage\n\n###  Step.0:\nDownload opencv and contrib source code\n```bash\nmkdir opencv_\u003c4.x\u003e\ncd opencv_\u003c4.x\u003e\ngit clone https://github.com/opencv/opencv.git\ngit clone https://github.com/opencv/opencv_contrib.git\n```\nTree:\n```bash\nopencv_\u003c4.x\u003e/\n├── opencv\n└── opencv_contrib\n```\n\n\n###  Step.1:\nDownload opencv dependency libs\n```bash\ngit clone https://github.com/akira4O4/opencv-builder\ncd opencv-build\nsudo ./download_dependency.sh\n```\n\n###  Step.2:\nWrite your parameters\n```bash\nversion             =   \u003c4.x\u003e\nroot                =   \u003cyour/path/opencv_4.x\u003e\ninstall_prefix      =   \u003c/opt/opencv_4.x/build\u003e\npython_interpreter  =   \u003cpython_interpreter_path\u003e(maybe you don`t need that)\nnum_of_cpu          =   \u003ccpu_thread_numbers\u003e\n```\n\n```bash\nsudo ./build.sh #auto cmake、make and install\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakira4o4%2Fopencv-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakira4o4%2Fopencv-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakira4o4%2Fopencv-builder/lists"}