Multiple birth and cut algorithm

AI Thread Summary
The discussion centers around the use of the "multiple birth and cut" algorithm for detecting nuclei in histopathology images. The original poster expresses frustration with their current method, which involves the Hough transform and simulated annealing, citing its inefficiency and flawed assumptions. They seek open-source software related to the multiple birth and cut algorithm, acknowledging the complexity of the underlying mathematics, including Markov random fields and Gibbs sampling. Another participant suggests exploring Paraview or Mayavi for plotting, although they note these may not meet the original poster's needs. Additionally, a link to an implementation of the algorithm is shared, providing a potential resource for further exploration.
physical101
Messages
41
Reaction score
0
Hi there

I have found an algorithm within the literature that is known as multiple birth and cut.

It is in a word fantastic! It seems like it has the potential to solve a problem I have been fighting with.

I have been tasked with detecting nuclei in histopathology images and so far the best things I could come up with is using the hough transform with simulated annealing. It takes time and the underlying assumptions are all wrong!

Does anyone know of any opensource software for the above algorithm? I would say that it would be worth doing it from scratch but the mathematics is too complicated (markov random field strategies and gibbs sampling to name but a few).

Thanks for looking guys

D
 
Technology news on Phys.org
I don't quite understand what you need to plot, but have you looked into Paraview or Mayavi?
 
They are pretty epic but not quite what I'm after. However I know a few people who will be interested so thanks for the links
 
oops...sorry...wrong thread...I thought my post hadn't gone through to this thread, when I saw a page without my posting...too many Chrome tabs open...:confused:
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top