#include <iostream>
#include <fstream>
#include <vector>
#include <stdlib.h>
#include <utility>
#include <math.h>
#include <numeric>
#include <sstream>
#include <lama_common/point.h>
#include <lama_common/polygon_utils.h>
#include <pm_fourier/fourier.h>
#include "utils.h"
Go to the source code of this file.
Defines | |
#define | intro if (id==-1) { cerr << myId << " : " << __FUNCTION__ << "\n"; return; } else if (id!=myId) return; |
Functions | |
void | getDissimilarity_fourier (int argc, char **argv, const int id, const int myId) |
void | getDissimilarity_fourier_from_filelist (int argc, char **argv, const int id, const int myId) |
static void | loadPolygon (const char *file, vector< Point2 > &polygon) |
int | main (int argc, char **argv) |
#define intro if (id==-1) { cerr << myId << " : " << __FUNCTION__ << "\n"; return; } else if (id!=myId) return; |
void getDissimilarity_fourier | ( | int | argc, |
char ** | argv, | ||
const int | id, | ||
const int | myId | ||
) |
void getDissimilarity_fourier_from_filelist | ( | int | argc, |
char ** | argv, | ||
const int | id, | ||
const int | myId | ||
) |
static void loadPolygon | ( | const char * | file, |
vector< Point2 > & | polygon | ||
) | [static] |