An Extension for colon tumor detection/localization on CT scan in 3D Slicer?

An Extension for colon tumor detection/localization on CT scan in 3D Slicer

I am very interested in the project developed by Xu and colleagues, entitled “An Open-Source Implementation of Colon CAD in 3D Slicer.” The article is available here: https://doi.org/10.1117/12.844370

I am currently working on my master’s thesis in a related field, focusing on the application of artificial intelligence to CT scans for detecting primary colorectal tumors. However, I have been unable to locate the source code or download the extension from the website referenced in the original article:

http://www2.wfubmc.edu/ctc/download/

Does anyone know where the source code for this 3D Slicer extension can be obtained? Alternatively, are there any similar open-source or free extensions or plug-ins currently available for 3D Slicer that could be used for colon CAD or the detection of colorectal tumors on CT images?

Original article:

Haiyong Xu, H. Donald Gage, and Pete Santago, “An open source implementation of colon CAD in 3D Slicer,” Proceedings of SPIE 7624, Medical Imaging 2010: Computer-Aided Diagnosis, 762421 (9 March 2010).

Referenced download link:
http://www2.wfubmc.edu/ctc/download/

Slicer Community Work List:
https://www.slicer.org/wiki/Main_Page/SlicerCommunity/2005-2010

This paper was published 16 years ago. Most likely the module is no longer relevant. I would recommend to review papers that are published in the past 3-4 years.

I have already researched plenty of recent papers and found out that, although numerous models and modules are available, most are provided primarily as code on GitHub and require a Python environment such as Anaconda, which I am not very familiar with in usage. However, I have not yet found a model or module integrated into 3D Slicer for this purpose—for example, lesion detection and liver segmentation similar to those offered by TotalSegmentator.

Hopefully, an extension for 3D Slicer that supports these applications will become available soon.

You can tell any state-of-the-art coding agent to create a 3D Slicer extension from a github repository. I’ve tried it several times in the past few months and it always worked. Make sure to let the agent connect to Slicer (I usually point to this page) and iterate on the module until everything works well.

Installing dependencies may need some guidance (e.g., use Slicer’s pytorch extension to install pytorch, skip unnecessary dependencies and relax some package requirements), but this only becomes important when you submit to the Slicer Extensions Index. Anaconda should not be needed.