Skip to content

Python code for merging and refinement of detected neurons in large 3D stacks

License

Notifications You must be signed in to change notification settings

PTRRupprecht/Cell_Detection

Repository files navigation

Cell detection in large 3D brain samples

This repository provides Python code for the improvement of the detection of neurons in large brain samples, as described here (add link to paper once it is online).

First, a cell segmentation. An initial guess of cell candidates is made using the ClearMap 1.0 (link) framework based on a supervised pixel-wise Ilastik classifier (link). This part of the detection code is not provided within this repository.

Second, a gradient-based cell merger. The initial cell candidate guesses are refined based on a peak finder that uses local gradient search to find local maxima. Spurious multiple detections of the same cell are thereby merged together.

Third, a supervised cell classifier. The refined cell candidates are visually classified into cells and non-cells. To this end, a supervised convolutional network has been train on manually annotated data.

The algorithms and code together with example data, ground truth and pretrained models are available in the subfolders referring to gradient-based cell refinement and classification. Please note that these subfolders of the Github repository also come with their own Readme files.

In addition, we provide a tool for manual annotation of cells vs. non-cells.

Comments and questions are welcome as Github issues or via email.

Releases

No releases published

Packages

No packages published

Languages