Welcome to the Allen Cell Discussion Forum, the official community site for Allen Institute for Cell Science! This forum is a place for learning, helping, and sharing experiences of using our publicly-available cell lines, plasmids, genomic data, software, and analytic tools.
Get started: read our new user guide and know our community guidelines.
My cell images are distorted in the sense that the aspect ratios are all off. How do I incorporate the voxel size in python?
When I use 3D viewer in ImageJ with the specified size, it interpolates just fine. How could I do this in Python and visualize the results using the view function in itkwidgets?
I was curious, when using Otsu’s method to threshold 3D cell images, should we perform the Otsu thresholding on the image that has been interpolated along the z slices?
Not necessarily. The Otsu method can be applied on the anisotropic image, after proper pre-processing, like smoothing. When you interprete or analyze your results, you can decide if you need to interpolate along z or not.