-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
better tissue fold detection #277
Comments
I find this hardly work in many skin dataset wherein the epidermis itself can be closed to folded regions. In fact, there are just so many different tissue components (glands/follicles) with much darker intensity in skin - are there morphological features we can use (e.g., find regions in long strip and much darker) for such tissue data? |
this is a good question -- we would have to look at many examples to see if there are indeed consistent morphological features. from what I've seen there often aren't unfortunately, as the tissue folding need not happen "in a line" but can as well happen at e.g., corners for example, this one is "kind of" linear, but not really (from the tcga: TCGA-BH-A0HO-01Z-00-DX1.D3D66547-F5D4-40F5-B737-2FECEEB35ACB.svs) one could likely train a stain/organ specific classifier, but this goes against the idea of generalizability of histoqc. a more clever study of the patterns will be necessary to see if something is exploitable there |
Here are a couple of conference papers on the subject: Segmentation of folds in tissue section images
Note: The k-means approach seems like a fairly weak method for segmenting folds. The main takeaway is that these authors had some success with the HSI color space Detection of tissue folds in whole slide images
|
nice finds, they look simple enough to implement and try out. one challenge with histoqc is that ultimately these folks likely tune specific parameters to their scanners/scanners/tissue-types/datasets, which is not something we can easily generalize to every WSI that histoqc will ever see :-\ |
potentially look at mode of bightness in mask to use -- tissue folds likely show 2 modes
The text was updated successfully, but these errors were encountered: