Python: Cell masks result analysis
It would be easy to count the result when we have only a few cells in an image. But once you got thousands of cells in an image and/or you got hundreds of repeats, the work would be tedious and laboring. But with the help of python, we can do more than sample counts and gray intensity calculation. We can apply more complicated techniques like Vironoi spacial calculation and Delaunay triangulation. I'll show how can we apply these two algorithms to finally determine whether cells may share boundaries or be physically contacted.
Read more