Authors: Michal Spanel, spanel@fit.vutbr.cz
Date: 2006/04/04
Description:
#include "mdsTetraBase.h"
#include "mdsTetraData.h"
#include <MDSTk/Base/mdsGlobalLog.h>
#include <MDSTk/Math/mdsStaticVector.h>
#include <VectorEntity/mcentity.h>
#include <string>
#include <ostream>
Go to the source code of this file.
Namespaces | |
| namespace | mds |
| namespace | mds::seg |
| namespace | mds::seg::TetraFeatures |
Classes | |
| class | mds::seg::CTetraFeatures |
| class | mds::seg::CTetraFeaturesExtractor |
| struct | mds::seg::STetrahedronData |
Defines | |
| #define | SUBST_SMALL_TETRAS |
| Enables substitution of very small tetrahedra (mean value and variance be evaluated) by voxels lying in the tetrahedron center. | |
Functions | |
| CTetraFeatures * | mds::seg::getTetrahedronFeatures (vctl::MCTetra *pTetrahedron) |
| Returns pointer to the tetrahedron feature vector. | |
| int | mds::seg::getTetrahedronRegion (vctl::MCTetra *pTetrahedron) |
| Returns index of the tetrahedron region or -1 if additional tetrahedron data doesn't exist. | |
| void | mds::seg::setTetrahedronRegion (vctl::MCTetra *pTetrahedron, int iIndex) |
| Sets tetrahedron region index. | |
Variables | |
| const int | mds::seg::TetraFeatures::MIN_NUM_OF_VOXELS = 1 |
| Various constants. | |
| const int | mds::seg::TetraFeatures::NUM_OF_BASIC_FEATURES = 1 |
| The number of basic tetrahedron features. | |
| const int | mds::seg::TetraFeatures::NUM_OF_FEATURES = NUM_OF_BASIC_FEATURES |
| Total number of all tetrahedron features. | |
|
|
Enables substitution of very small tetrahedra (mean value and variance be evaluated) by voxels lying in the tetrahedron center.
|
1.4.6-NO