#include <iostream>
#include <string>
#include <vector>
#include <fstream>
#include <cstdio>
#include <cstdlib>
#include <cmath>
#include <cassert>
#include <ctime>
#include "Image_basics.hh"
Go to the source code of this file.
Namespaces | |
namespace | std |
Compounds | |
class | Mapping |
Main procedure for reading the input data, performing basic calculation, and saving a attribute file. More... | |
Defines | |
#define | PIX float |
Functions | |
void | usage (std::string argv0) |
Usage function. More... | |
int | main (int argc, char *argv[]) |
Main procedure. More... |
Definition in file MakeClusterAtt.cpp.
|
This is the main program for generating an attribute file associated to a classfile. It uses as an input a multidimenionnal image and a clasfile to create an attribute file in a specific format
Definition at line 30 of file MakeClusterAtt.cpp. |
|
Main procedure. Generating an attribute file associated to a classfile. The calculation of the Gaussian mixture attributes is done via the class Mapping.
Definition at line 260 of file MakeClusterAtt.cpp. |
|
Usage function.
Definition at line 232 of file MakeClusterAtt.cpp. |