{"id":13423601,"url":"https://github.com/MaybeShewill-CV/sky-detector","last_synced_at":"2025-03-15T17:32:01.614Z","repository":{"id":89578732,"uuid":"141135446","full_name":"MaybeShewill-CV/sky-detector","owner":"MaybeShewill-CV","description":"Sky area detection without deep neural networks https://maybeshewill-cv.github.io/sky-detector/","archived":false,"fork":false,"pushed_at":"2020-04-02T06:49:46.000Z","size":3191,"stargazers_count":145,"open_issues_count":3,"forks_count":43,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-10-26T23:11:40.464Z","etag":null,"topics":["image-segmentation","opencv","sky-area-detect","sky-detection"],"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/MaybeShewill-CV.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-07-16T12:26:15.000Z","updated_at":"2024-08-08T06:43:53.000Z","dependencies_parsed_at":"2023-07-03T17:00:17.403Z","dependency_job_id":null,"html_url":"https://github.com/MaybeShewill-CV/sky-detector","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/MaybeShewill-CV%2Fsky-detector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaybeShewill-CV%2Fsky-detector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaybeShewill-CV%2Fsky-detector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaybeShewill-CV%2Fsky-detector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaybeShewill-CV","download_url":"https://codeload.github.com/MaybeShewill-CV/sky-detector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243767040,"owners_count":20344859,"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":["image-segmentation","opencv","sky-area-detect","sky-detection"],"created_at":"2024-07-31T00:00:38.532Z","updated_at":"2025-03-15T17:32:00.166Z","avatar_url":"https://github.com/MaybeShewill-CV.png","language":"C++","funding_links":[],"categories":["C++"],"sub_categories":[],"readme":"# Sky-Area-Detector\nsky area detection without deep neural networks.\nA c++ implemention of the algorithm mentioned in paper \n\"Sky Region Detection in a Single Image for Autonomous Ground\nRobot Navigation\". A fast and robust method to extract the \nsky area of an image.\n  \n# Installation\nThis implementation need opencv library. Since the project is \nstatic compiled for conveniently transplanting you need static\nopencv library linked to this project. If static compilation is\nnot necessary for you feel free to modify the CMakeList to dynamic\ncompile the project.\n\nThis software has only been tested on ubuntu 16.04(x64), opencv3.4. \nTo install this package your compiler need to support C++11. \n\n```\ngit clone https://github.com/MaybeShewill-CV/sky-detector.git\n```\n\n# Build\n\n```\ncd ROOT_FOLDER_DIR\nmkdir build\ncd build\ncmake ..\nmake -j\n```\n\nThe project will generate a static binary file which can be used\non other platform without any dynamic library. The binary file \nbuilt on Ubuntu 16.04LTS was tested on CentOS 6 and worked \ncorrectly.\n\n# Usage\n\n```\ncd build_dir\n./detect input_image_file_path output_image_file_path\n```\n\n#### 结果示意图如下\n\n`Test input image with full sky`\n\n![Test_input_full_sky](/data/full_sky.png)\n\n`Test input image with ful sky result`\n\n![Test_input_full_sky_result](/data/ret_mask.jpg)\n\n`Test input image with part sky`\n\n![Test_input_part_sky](/data/partial_sky.png)\n\n`Test input image with part sky result`\n\n![Test_input_part_sky_result](/data/ret2.jpg)\n\n# TODO\n- [ ] Accelerate the calculation process\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMaybeShewill-CV%2Fsky-detector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMaybeShewill-CV%2Fsky-detector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMaybeShewill-CV%2Fsky-detector/lists"}