iRoCS Toolbox
1.1.0
|
#include <config.hh>
#include <libProgressReporter/ProgressReporter.hh>
#include <libArrayToolbox/HoughTransform.hh>
#include <libArrayToolbox/ATBNucleus.hh>
Go to the source code of this file.
Namespaces | |
iRoCS | |
Functions | |
void | iRoCS::detectSpheres (atb::Array< float, 3 > const &data, std::vector< atb::Nucleus > &spheres, atb::Array< float, 3 > &response, atb::Array< float, 3 > &radiusUm, blitz::TinyVector< double, 2 > const &radiusRangeUm, double radiusStepUm, double preSmoothingSigmaUm, double postSmoothingSigmaUm, double minMagnitude=0.0, bool invertGradients=false, double gamma=1.0, ProgressReporter *pr=NULL) |