#include "Segmentator.hxx"
#include "Processing.hxx"
#include "SearchArray.hxx"
#include "ProcessingConfig.hxx"
#include <iosfwd>
#include "Matrix.hxx"
#include "Segment.hxx"
#include <iostream>
#include "SegmentDescriptors.hxx"
Go to the source code of this file.
Namespaces | |
namespace | CLAM |
Functions | |
std::ostream & | operator<< (std::ostream &myStream, const TDescriptorsParams &a) |
std::istream & | operator>> (std::istream &myStream, const TDescriptorsParams &a) |
std::ostream& operator<< | ( | std::ostream & | myStream, | |
const TDescriptorsParams & | a | |||
) |
Definition at line 47 of file Segmentator.cxx.
References CLAM::FundamentalId, CLAM::TDescriptorsParams::id, CLAM::TDescriptorsParams::percentil, CLAM::SpectralCentroidId, CLAM::SpectralEnergyId, CLAM::SpectralFlatnessId, CLAM::SpectralGeometricMeanId, CLAM::SpectralKurtosisId, CLAM::SpectralMeanId, CLAM::SpectralMoment2Id, CLAM::SpectralMoment3Id, CLAM::SpectralMoment4Id, CLAM::SpectralMoment5Id, CLAM::SpectralMoment6Id, and CLAM::TDescriptorsParams::threshold.
std::istream& operator>> | ( | std::istream & | myStream, | |
const TDescriptorsParams & | a | |||
) |
Definition at line 125 of file Segmentator.cxx.
References CLAM_ASSERT.