{"id":21035284,"url":"https://github.com/skellla/docker-opencv-dlib","last_synced_at":"2025-07-05T04:08:28.595Z","repository":{"id":66143017,"uuid":"128167452","full_name":"SkeLLLa/docker-opencv-dlib","owner":"SkeLLLa","description":"Docker image with bundled opencv and dlib. [AutoBuild]","archived":false,"fork":false,"pushed_at":"2018-04-26T20:03:43.000Z","size":11,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-15T14:43:35.819Z","etag":null,"topics":["dlib","docker","docker-image","opencv"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/m03geek/opencv-dlib/","language":"Shell","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/SkeLLLa.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":"2018-04-05T06:27:31.000Z","updated_at":"2024-06-04T15:29:45.000Z","dependencies_parsed_at":"2023-03-04T13:45:39.297Z","dependency_job_id":null,"html_url":"https://github.com/SkeLLLa/docker-opencv-dlib","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/SkeLLLa/docker-opencv-dlib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkeLLLa%2Fdocker-opencv-dlib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkeLLLa%2Fdocker-opencv-dlib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkeLLLa%2Fdocker-opencv-dlib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkeLLLa%2Fdocker-opencv-dlib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SkeLLLa","download_url":"https://codeload.github.com/SkeLLLa/docker-opencv-dlib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkeLLLa%2Fdocker-opencv-dlib/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263679490,"owners_count":23495050,"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":["dlib","docker","docker-image","opencv"],"created_at":"2024-11-19T13:14:27.162Z","updated_at":"2025-07-05T04:08:28.543Z","avatar_url":"https://github.com/SkeLLLa.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-opencv-dlib\n\nDocker image with compiled OpenCV and Dlib\n\n[![](https://images.microbadger.com/badges/version/m03geek/opencv-dlib:alpine.svg)](https://microbadger.com/images/m03geek/opencv-dlib:alpine \"version\")[![](https://images.microbadger.com/badges/image/m03geek/opencv-dlib:alpine.svg)](https://microbadger.com/images/m03geek/opencv-dlib:alpine \"layers\")\n\n[![](https://images.microbadger.com/badges/version/m03geek/opencv-dlib:stretch.svg)](https://microbadger.com/images/m03geek/opencv-dlib:stretch \"version\")[![](https://images.microbadger.com/badges/image/m03geek/opencv-dlib:stretch.svg)](https://microbadger.com/images/m03geek/opencv-dlib:stretch \"layers\")\n\nBased on [opencv image](https://hub.docker.com/r/m03geek/opencv/)\n\n# Versions (latest)\n\n* opencv - 3.4.1\n* dlib - 19.8\n\n# Dlib\n\nDlib is built from source. Latest git tag corresponds Dlib version.\n\n## Compile options\n\n```\n-D CMAKE_BUILD_TYPE=RELEASE\n-D CMAKE_INSTALL_PREFIX=$LIB_PREFIX\n-D DLIB_NO_GUI_SUPPORT=OFF\n-D DLIB_USE_BLAS=ON\n-D DLIB_GIF_SUPPORT=ON\n-D DLIB_PNG_SUPPORT=ON\n-D DLIB_JPEG_SUPPORT=ON\n-D DLIB_USE_CUDA=OFF\"\n```\n\n## Image support\n\n* png\n* jpeg\n* gif\n\n# Other images:\n\n## Without FFmpeg\n\n| OpenCV | Dlib | OpenCV+Dlib | OpenCV+Dlib+Node.js | OpenCV+Node.js | Dlib+Node.js |\n|-|-|-|-|-|-|\n| [Docker](https://hub.docker.com/r/m03geek/opencv/) | [Docker](https://hub.docker.com/r/m03geek/dlib/) | [Docker](https://hub.docker.com/r/m03geek/opencv-dlib/) | [Docker](https://hub.docker.com/r/m03geek/opencv-dlib-node/) | [Docker](https://hub.docker.com/r/m03geek/opencv-node/) | [Docker](https://hub.docker.com/r/m03geek/dlib-node/) |\n| [Github](https://github.com/SkeLLLa/docker-opencv) | [Github](https://github.com/SkeLLLa/docker-dlib) | [Github](https://github.com/SkeLLLa/docker-opencv-dlib) | [Github](https://github.com/SkeLLLa/docker-opencv-dlib-node) | [Github](https://github.com/SkeLLLa/docker-opencv-node) | [Github](https://github.com/SkeLLLa/docker-dlib-node) |\n\n## With FFmpeg\n\n| OpenCV | OpenCV+Dlib | OpenCV+Dlib+Node.js | OpenCV+Node.js |\n|-|-|-|-|\n| [Docker](https://hub.docker.com/r/m03geek/ffmpeg-opencv/) | [Docker](https://hub.docker.com/r/m03geek/ffmpeg-opencv-dlib/) | [Docker](https://hub.docker.com/r/m03geek/ffmpeg-opencv-dlib-node/) | [Docker](https://hub.docker.com/r/m03geek/ffmpeg-opencv-dlib-node/) |\n| [Github](https://github.com/SkeLLLa/docker-ffmpeg-opencv) | [Github](https://github.com/SkeLLLa/docker-ffmpeg-opencv) | [Github](https://github.com/SkeLLLa/docker-ffmpeg-opencv-dlib-node) | [Github](https://github.com/SkeLLLa/docker-ffmpeg-opencv-node) |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskellla%2Fdocker-opencv-dlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskellla%2Fdocker-opencv-dlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskellla%2Fdocker-opencv-dlib/lists"}