{"id":19723752,"url":"https://github.com/chinmayeegade/matlab_image_processing","last_synced_at":"2026-06-09T06:32:25.978Z","repository":{"id":235207709,"uuid":"451414648","full_name":"Chinmayeegade/Matlab_Image_Processing","owner":"Chinmayeegade","description":"Codes to various image editing, processing and filtering methods offered by MatLab","archived":false,"fork":false,"pushed_at":"2022-03-26T18:45:41.000Z","size":824,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T00:57:46.440Z","etag":null,"topics":["image-processing","matlab"],"latest_commit_sha":null,"homepage":"","language":"MATLAB","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/Chinmayeegade.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}},"created_at":"2022-01-24T10:18:51.000Z","updated_at":"2022-03-26T18:48:09.000Z","dependencies_parsed_at":"2024-04-22T17:45:24.584Z","dependency_job_id":null,"html_url":"https://github.com/Chinmayeegade/Matlab_Image_Processing","commit_stats":null,"previous_names":["chinmayeegade/matlab_image_processing"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Chinmayeegade/Matlab_Image_Processing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chinmayeegade%2FMatlab_Image_Processing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chinmayeegade%2FMatlab_Image_Processing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chinmayeegade%2FMatlab_Image_Processing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chinmayeegade%2FMatlab_Image_Processing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chinmayeegade","download_url":"https://codeload.github.com/Chinmayeegade/Matlab_Image_Processing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chinmayeegade%2FMatlab_Image_Processing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34095244,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"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":["image-processing","matlab"],"created_at":"2024-11-11T23:23:23.066Z","updated_at":"2026-06-09T06:32:25.954Z","avatar_url":"https://github.com/Chinmayeegade.png","language":"MATLAB","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Matlab_Image_Processing\n- This repositpry comprises codes to various image editing, processing and filtering methods offered by MatLab\n- MATLAB is a programming and numeric computing platform used by millions of engineers and scientists to analyze data, develop algorithms, and create models.\n\n# Gray Scale \n- Use the code and enter the following commands into the command window:\n-     \u003e\u003e img=imread('image.jpg');\n      \u003e\u003e Replace 'image.jpg' with the name of your image\n      \u003e\u003e I=rgb_gray(img);\n      \u003e\u003e figure, imshow(I)\n\n# Binary\n- Use the code and enter the following commands into the command window:\n-     \u003e\u003e img=imread('image.jpg');\n      \u003e\u003e Replace 'image.jpg' with the name of your image\n      \u003e\u003e I=rgb_binary(img);\n      \u003e\u003e figure, imshow(I)\n\n# Complement\n- Use the code and enter the following commands into the command window:\n-     \u003e\u003e img=imread('image.jpg');\n      \u003e\u003e Replace 'image.jpg' with the name of your image\n      \u003e\u003e I=complement(img);\n      \u003e\u003e figure, imshow(I)\n \n\u003cimg width=\"200\" src=\"https://user-images.githubusercontent.com/96294811/160252662-d81b313f-34b1-43c1-b8bd-b87c6807e3c8.png\"\u003e Original Image\n\n\n\u003cimg width=\"200\" src=\"https://user-images.githubusercontent.com/96294811/160252660-c73fbc17-4d5d-4189-9da2-c1e2c7b5c182.png\"\u003e Gray Scale\n\n\n\u003cimg width=\"200\" src=\"https://user-images.githubusercontent.com/96294811/160252663-225f0a97-37f4-470f-bb2e-d5441ce0f1fa.png\"\u003e Binary Image\n\n\n\u003cimg width=\"200\" src=\"https://user-images.githubusercontent.com/96294811/160252665-1b79d362-af37-4336-80b1-49539b65465f.png\"\u003e Complement of Binary\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchinmayeegade%2Fmatlab_image_processing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchinmayeegade%2Fmatlab_image_processing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchinmayeegade%2Fmatlab_image_processing/lists"}