#include "nabo/nabo.h"
#include "helpers.h"
#include <iostream>
#include <fstream>
#include <stdexcept>
Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
template<typename T , typename CloudType > |
void | validate (const char *fileName, const int K, const int dim, const int method, const T maxRadius) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ validate()
template<typename T , typename CloudType >
void validate |
( |
const char * |
fileName, |
|
|
const int |
K, |
|
|
const int |
dim, |
|
|
const int |
method, |
|
|
const T |
maxRadius |
|
) |
| |