#include <primatologist/proba/proba.h>
#include <cartodata/volume/volume.h>
#include <map>
#include <vector>
Go to the source code of this file.
|
template<typename ProbaType > |
void | aims::proba::prepare (carto::VolumeRef< ProbaType > &proba, carto::VolumeRef< ProbaType > &nbprior, std::vector< int > &labels, std::map< int, int > &indices, const std::vector< int > &ignore, int nclass=0) |
|
template<typename ProbaType > |
void | aims::proba::addProbaCatch (carto::VolumeRef< ProbaType > &proba, carto::VolumeRef< ProbaType > &nbprior, double probacatch=1.) |
|