-
Notifications
You must be signed in to change notification settings - Fork 34
Description
I am working in StereoMap and would like to improve the segmentation results using a cell segmentation mask from an external segmentation tool.
The manual strongly advises to use the regist.tif file as input for third party segmentation. However, using the regist.tif file results in inaccurate cell segmentation with third party algorithms, since the DAPI staining in the image is too bright to distinguish individual cells.
Ideally, I'd like to use the microscopy DAPI image file, with a different brightness, for third party segmentation. However, this DAPI image and the extracted third party cell segmentation masks do not match the size/orientation of the regist.tif. Therefore, I cannot overlay this third party segmentation mask on tissuemask in StereoMap appropriately.
I could register the original DAPI image in StereoMap and perform downstream segmentation, but feel that the segmentation results are better when loading the microscopy DAPI image file for external segmentation directly.
Is there any way to transform the original DAPI image (and third party masks derived from it without tracklines) to match the size/orientation of the regist.tif file? I've tried doing it manually in ImageJ or StereoMap, but it's not completely accurate and quite sensitive to mistakes. The x- and y- offsets seem to be the most difficult part. If I'm correct, the information on the regist.tif file is stored in the .ipr file, could I use that?
Many thanks for your help.