#include <math.h>
#include <string.h>
#include <gsl/gsl_matrix.h>
#include <gpc/gpc.h>
#include <egsl/egsl_macros.h>
#include "../csm_all.h"
#include "icp.h"
Go to the source code of this file.
Function Documentation
Marks a ray invalid if reading is outside range [min_reading, max_reading].
Definition at line 19 of file icp.c.
This sets the stage.
Mark as invalid the rays outside of (min_reading, max_reading]
Definition at line 29 of file icp.c.
Mark as invalid the rays outside of (min_reading, max_reading]
Definition at line 198 of file icp.c.
Definition at line 14 of file icp.c.