pedrogalher
pedrogalher
Hi, I have been using this tool for more than a year and I have always used the right-click in the mouse to apply the watershed. Today, I was looking...
**System information** - Windows 10 - TensorFlow version and how it was installed (source or binary): TF 2.5.0 - TensorFlow-Addons version and how it was installed (source or binary): 0.13.0...
I would like to cite this repository in a journal paper I'm currently writing as I have used most of the code here. I have already included the reference to...
This is my implementation for the moments threshold for the bimodal and trimodal case using the "moments conservation principle" by Tsai.
Hi, I think there is a typo in the calculation of the histogram using: ``` hist = np.histogram(image, bins=range(256))[0].astype(np.float) ``` I think that it should be: ``` hist = np.histogram(image,...
Hi, Thank you very much for your implementations. I have been working in the implementation of the Moments threshold developed by [Tsai](https://www.sciencedirect.com/science/article/pii/0734189X85901331) for the tri-level case. I have already written...