-
Notifications
You must be signed in to change notification settings - Fork 337
Tissue detection using structure information #657
Description
Hello,
I have tried tissue detection using the "Simple Tissue Detection (deprecated)" and "Create Thresholder" commands. The main problem here are often missing parts of adipose tissue. Is it possible to integrate another algorithm using structure information? Described for example in
Bug, Daniel, Friedrich Feuerhake, und Dorit Merhof. „Foreground Extraction for Histopathological Whole Slide Imaging“. In Bildverarbeitung für die Medizin 2015, 419–424. Springer, 2015. http://link.springer.com/chapter/10.1007/978-3-662-46224-9_72.
I have added some lines of code for testing to "SimpleTissueDetection2.java". The Laplacian operator was replaced with the Canny edge detector and the floodFill steps by findContours/fillPoly using the OpenCV bindings.
patch-tissue-extraction.zip
Best regards,
Kai