Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 679 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 679 Bytes

Morphological Operations

This repository is dedicated to providing some basic functions for performing Morphological operations on a binary image.

Contents

Introduction

Morphological operations are a set of operations that process an image based on its shape. They are typically performed on binary images, i.e., images with two pixel values: black and white. This repository provides basic functions to perform such operations.

You can directly use them in your project by cloning this repo or directly using the functions in morpy.py

License

This project is licensed under the MIT License.