{"id":17654846,"url":"https://github.com/orsenthil/opencv_intro_cmake","last_synced_at":"2026-05-02T03:02:05.715Z","repository":{"id":148842508,"uuid":"179168371","full_name":"orsenthil/opencv_intro_cmake","owner":"orsenthil","description":"Open CV setup on Ubuntu","archived":false,"fork":false,"pushed_at":"2019-04-02T22:32:53.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-05T11:36:25.687Z","etag":null,"topics":["cmake","cpp","opencv"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/orsenthil.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-04-02T22:29:56.000Z","updated_at":"2019-04-04T02:24:34.000Z","dependencies_parsed_at":"2023-07-03T01:37:05.792Z","dependency_job_id":null,"html_url":"https://github.com/orsenthil/opencv_intro_cmake","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orsenthil%2Fopencv_intro_cmake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orsenthil%2Fopencv_intro_cmake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orsenthil%2Fopencv_intro_cmake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orsenthil%2Fopencv_intro_cmake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orsenthil","download_url":"https://codeload.github.com/orsenthil/opencv_intro_cmake/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246298456,"owners_count":20754974,"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":["cmake","cpp","opencv"],"created_at":"2024-10-23T12:40:02.533Z","updated_at":"2026-05-02T03:02:00.670Z","avatar_url":"https://github.com/orsenthil.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Open CV setup on Ubuntu\n\nThis was to set up my computer with OpenCV 4\n\n```bash\nDistributor ID: Ubuntu\nDescription:    Ubuntu 18.10\nRelease:        18.10\nCodename:       cosmic\n```\n\n## Install Dependencies\n\n```bash\nsudo apt-get install build-essential\nsudo apt-get install cmake git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev\nsudo apt-get install python-dev python-numpy libtbb2 libtbb-dev libjpeg-dev libpng-dev libtiff-dev libdc1394-22-dev\n```\n\n## Clone and Compile Open CV\n\n```bash\ngit clone git@github.com:opencv/opencv.git\ncd opencv/\nmkdir opencv-compiled\ncd opencv-compiled/\ncmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local ..\n```\n\n### Using CLion\n\n* After the above steps, open the CMakeLists.txt in this repo.\n\n\n\n### References\n\n* https://docs.opencv.org/2.4/doc/tutorials/introduction/linux_install/linux_install.html#linux-installation\n* https://docs.opencv.org/2.4/doc/tutorials/introduction/linux_gcc_cmake/linux_gcc_cmake.html","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forsenthil%2Fopencv_intro_cmake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forsenthil%2Fopencv_intro_cmake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forsenthil%2Fopencv_intro_cmake/lists"}