Authors: Michal Spanel, spanel@fit.vutbr.cz
Date: 2005/10/17
Description:
#include "mdsTriBase.h"
#include "mdsTriData.h"
#include <MDSTk/Base/mdsGlobalLog.h>
#include <MDSTk/Math/mdsStaticVector.h>
#include <VectorEntity/mcentity.h>
Go to the source code of this file.
Namespaces | |
namespace | mds |
namespace | mds::seg |
namespace | mds::seg::TriFeatures |
Classes | |
class | mds::seg::CTriFeatures |
class | mds::seg::CTriFeaturesExtractor |
struct | mds::seg::STriangleData |
Functions | |
CTriFeatures * | mds::seg::getTriangleFeatures (vctl::MCTri *pTriangle) |
Returns pointer to the triangle feature vector. | |
int | mds::seg::getTriangleRegion (vctl::MCTri *pTriangle) |
Returns index of the triangle region or -1 if additional triangle data doesn't exist. | |
void | mds::seg::setTriangleRegion (vctl::MCTri *pTriangle, int iIndex) |
Sets triangle region index. | |
Variables | |
const int | mds::seg::TriFeatures::LBP_HISTOGRAM_SIZE = 0 |
Size of the LBP histogram. | |
const int | mds::seg::TriFeatures::MIN_NUM_OF_PIXELS = 4 |
Minimal number of pixels neccessary to evaluate texture features. | |
const int | mds::seg::TriFeatures::NUM_OF_BASIC_FEATURES = 1 |
The number of basic triangle features. | |
const int | mds::seg::TriFeatures::NUM_OF_FEATURES = NUM_OF_BASIC_FEATURES + NUM_OF_MOMENTS + NUM_OF_HARALICK_FEATURES + LBP_HISTOGRAM_SIZE |
Total number of all triangle features. | |
const int | mds::seg::TriFeatures::NUM_OF_HARALICK_FEATURES = 0 |
The number of local moments (local texture features). | |
const int | mds::seg::TriFeatures::NUM_OF_LEVELS = 0 |
const int | mds::seg::TriFeatures::NUM_OF_MOMENTS = 0 |
The number of local moments (local texture features). |