From e091d720ed7010c5e7b6ea7f9564a604ce3e9bfb Mon Sep 17 00:00:00 2001 From: Jingpeng Wu Date: Thu, 21 Jul 2022 12:42:51 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0bf26ac6..4475d10b 100755 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ 3D neuron models extracted from EM image segmentation # Features -- skeletonization. extract the neuron skeletons based on image segmentation (colored labels). +- sparse skeletonization. extract the neuron skeletons based on image segmentation (colored labels). - morphological analysis with a lot of features. - neural networks including synapses. Most current morphological analysis tools do not have synapses. -- cell type classification based on NBLAST. use NBLAST to compute similarity scores between neurons. +- neuron morphology similarity measurement using NBLAST algorithm. # Installation This package is registered in Julia package management system. Simply following these steps to install it.