Seg3D
2.4
Seg3D is a free volume segmentation and processing tool developed by the NIH Center for Integrative Biomedical Computing at the University of Utah Scientific Computing and Imaging (SCI) Institute.
|
This is the complete list of members for Core::Histogram, including all inherited members.
compute(const signed char *data, size_t size) | Core::Histogram | |
compute(const unsigned char *data, size_t size) (defined in Core::Histogram) | Core::Histogram | |
compute(const short *data, size_t size) (defined in Core::Histogram) | Core::Histogram | |
compute(const unsigned short *data, size_t size) (defined in Core::Histogram) | Core::Histogram | |
compute(const int *data, size_t size) (defined in Core::Histogram) | Core::Histogram | |
compute(const unsigned int *data, size_t size) (defined in Core::Histogram) | Core::Histogram | |
compute(const float *data, size_t size) (defined in Core::Histogram) | Core::Histogram | |
compute(const double *data, size_t size) (defined in Core::Histogram) | Core::Histogram | |
ExportToString(const Histogram &value) | Core::Histogram | friend |
get_bin_end(size_t idx=0) const | Core::Histogram | |
get_bin_size() const | Core::Histogram | |
get_bin_start(size_t idx=0) const | Core::Histogram | |
get_bins() const | Core::Histogram | |
get_cum_value(double fraction) const | Core::Histogram | |
get_max() const | Core::Histogram | |
get_max_bin() const | Core::Histogram | |
get_min() const | Core::Histogram | |
get_min_bin() const | Core::Histogram | |
get_size() const (defined in Core::Histogram) | Core::Histogram | |
Histogram() (defined in Core::Histogram) | Core::Histogram | |
Histogram(const signed char *data, size_t size) (defined in Core::Histogram) | Core::Histogram | |
Histogram(const unsigned char *data, size_t size) (defined in Core::Histogram) | Core::Histogram | |
Histogram(const short *data, size_t size) (defined in Core::Histogram) | Core::Histogram | |
Histogram(const unsigned short *data, size_t size) (defined in Core::Histogram) | Core::Histogram | |
Histogram(const int *data, size_t size) (defined in Core::Histogram) | Core::Histogram | |
Histogram(const unsigned int *data, size_t size) (defined in Core::Histogram) | Core::Histogram | |
Histogram(const float *data, size_t size) (defined in Core::Histogram) | Core::Histogram | |
Histogram(const double *data, size_t size) (defined in Core::Histogram) | Core::Histogram | |
ImportFromString(const std::string &str, Histogram &value) | Core::Histogram | friend |
is_valid() const | Core::Histogram | |
~Histogram() (defined in Core::Histogram) | Core::Histogram | virtual |