{"id":16520861,"url":"https://github.com/jhrcook/learn-skimage","last_synced_at":"2026-04-24T11:32:07.769Z","repository":{"id":215635953,"uuid":"739432026","full_name":"jhrcook/learn-skimage","owner":"jhrcook","description":"Following the tutorials and my own experimentations with 'skimage'","archived":false,"fork":false,"pushed_at":"2024-01-05T19:39:46.000Z","size":11478,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T01:15:51.853Z","etag":null,"topics":["python","skimage","tutorials"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/jhrcook.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":"2024-01-05T14:53:50.000Z","updated_at":"2024-01-05T14:54:32.000Z","dependencies_parsed_at":"2024-11-14T00:15:36.434Z","dependency_job_id":null,"html_url":"https://github.com/jhrcook/learn-skimage","commit_stats":null,"previous_names":["jhrcook/learn-skimage"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jhrcook/learn-skimage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhrcook%2Flearn-skimage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhrcook%2Flearn-skimage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhrcook%2Flearn-skimage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhrcook%2Flearn-skimage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jhrcook","download_url":"https://codeload.github.com/jhrcook/learn-skimage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhrcook%2Flearn-skimage/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263182174,"owners_count":23426632,"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":["python","skimage","tutorials"],"created_at":"2024-10-11T16:53:27.519Z","updated_at":"2026-04-24T11:32:07.733Z","avatar_url":"https://github.com/jhrcook.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tutorials and experimentation with 'skimage'\n\nThis repository contains my notes from following tutorials or personal experimentations with the ['skimage'](https://scikit-image.org/) python library.\n\n## Setup\n\n```bash\npython -m venv .env\nsource .env/bin/activate\npip install --upgrade pip\npip install -r requirements.txt\npre-commit install\n```\n\n## Notes\n\n### User Guide\n\n|Notebook                                                                                        |\n|:-----------------------------------------------------------------------------------------------|\n| [4. A crash course on NumPy for images](./user-guide/04_numpy-for-images.ipynb)                |\n| [9. Image adjustment: transforming image content](./user-guide/09_image-adjustment.ipynb)      |\n| [10. Geometrical transformations of images](./user-guide/10_geometrical-transformations.ipynb) |\n\n### Examples\n\n| Notebook                                                    | Original article |\n|:------------------------------------------------------------|:-----------------|\n| [Canny edge detector](./examples/canny-edge-detector.ipynb) | [link](https://scikit-image.org/docs/stable/auto_examples/edges/plot_canny.html)\n| [Straight line Hough transform](./examples/straight-line-hough-transform.ipynb) | [link](https://scikit-image.org/docs/stable/auto_examples/edges/plot_line_hough_transform.html) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhrcook%2Flearn-skimage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjhrcook%2Flearn-skimage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhrcook%2Flearn-skimage/lists"}