#include <brainrat/classification/biovision.h>
|
| | ClassificationAlgorithm (const std::string &fileInData, const int numbfeat) |
| |
| virtual | ~ClassificationAlgorithm () |
| |
| template<typename T> |
| int32_t | classify (carto::VolumeRef< T > &image, const std::vector< int32_t > &labels, const std::vector< std::string > &classesorder, const std::string &maskFile="", const bool keepClasses=true, const bool keepProba=false, const bool keepDensity=false) |
| |
| int32_t | writeResults (const std::string &outputFile="", const std::string &outputProbaFile="", const std::string &outputDensityFile="") |
| |
| template<typename T> |
| int32_t | classify (const Point3dl &t, carto::VolumeRef< T > &image) |
| |
| carto::VolumeRef< int16_t > | getClassesImage () |
| |
| carto::VolumeRef< double > | getProbaImage () |
| |
| carto::VolumeRef< double > | getDensityImage () |
| |
Definition at line 116 of file biovision.h.
◆ ClassificationAlgorithm()
| biovision::ClassificationAlgorithm::ClassificationAlgorithm |
( |
const std::string & | fileInData, |
|
|
const int | numbfeat ) |
◆ ~ClassificationAlgorithm()
| virtual biovision::ClassificationAlgorithm::~ClassificationAlgorithm |
( |
| ) |
|
|
inlinevirtual |
◆ classify() [1/2]
template<typename T>
| int32_t biovision::ClassificationAlgorithm::classify |
( |
carto::VolumeRef< T > & | image, |
|
|
const std::vector< int32_t > & | labels, |
|
|
const std::vector< std::string > & | classesorder, |
|
|
const std::string & | maskFile = "", |
|
|
const bool | keepClasses = true, |
|
|
const bool | keepProba = false, |
|
|
const bool | keepDensity = false ) |
◆ classify() [2/2]
template<typename T>
| int32_t biovision::ClassificationAlgorithm::classify |
( |
const Point3dl & | t, |
|
|
carto::VolumeRef< T > & | image ) |
◆ getClassesImage()
| carto::VolumeRef< int16_t > biovision::ClassificationAlgorithm::getClassesImage |
( |
| ) |
|
|
inline |
◆ getDensityImage()
| carto::VolumeRef< double > biovision::ClassificationAlgorithm::getDensityImage |
( |
| ) |
|
|
inline |
◆ getProbaImage()
| carto::VolumeRef< double > biovision::ClassificationAlgorithm::getProbaImage |
( |
| ) |
|
|
inline |
◆ writeResults()
| int biovision::ClassificationAlgorithm::writeResults |
( |
const std::string & | outputFile = "", |
|
|
const std::string & | outputProbaFile = "", |
|
|
const std::string & | outputDensityFile = "" ) |
The documentation for this class was generated from the following files: