refactoredCPPNeuronMesher
|
Implementation of neuron trunk processing and resampling functionality. More...
#include "neurongraph.h"
Implementation of neuron trunk processing and resampling functionality.
This file contains the implementation of methods for processing neuron morphologies, with a focus on trunk extraction, resampling, and refinement. It provides functionality to break down complex neuron structures into simpler linear segments (trunks) and process them for various applications such as mesh generation and visualization.
Key features include:
The code is part of the CPPNeuronMesher project and is designed to work with SWC (Standard Worm Connectome) format neuron representations.