MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / intensity_based_segmentation.py

File intensity_based_segmentation.py

computer_vision/intensity_based_segmentation.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# Source: "https://www.ijcse.com/docs/IJCSE11-02-03-117.pdf"
2
3# Importing necessary libraries
4import matplotlib.pyplot as plt

Callers

nothing calls this directly

Calls 2

segment_imageFunction · 0.85
showMethod · 0.80

Tested by

no test coverage detected