Data used for the implementation of the proposed tumor budding detection
In the publication “Automatic evaluation of tumour budding in immunohistochemically stained colorectal carcinomas and correlation to clinical outcome” we described a multistep approach to detect tumor buds in immunohistochemically stained images: .
Step 1: Color and size based segmentation.
Step 2: Validation of the detected objects (proposals) by a spatial clustering and a convolutional neural network (MatConvNet by A. Vedaldi et al. [1]).
The Matlab-Code for the project is available on GitHub.
The data for the CNN-training and validation are presented as .mat-file. It contains a struct element with the images in a 4D-matrix, the label (“bud” and “no bud”) and a set (“training” and “validation”).
Please refer to the "Terms" tab below for usage and reproduction terms.
References:
1. Vedaldi, A., K. Lenc, and A. Gupta. MatConvNet: CNNs for MATLAB. 2015; Available from: http://www.vlfeat.org/matconvnet/.