plastimatch
Loading...
Searching...
No Matches
landmark_diff.cxx File Reference
#include "plmutil_config.h"
#include <math.h>
#include <stdlib.h>
#include <stdio.h>
#include "landmark_diff.h"
#include "raw_pointset.h"

Functions

static float get_sd (float *P1, float *P2)
 
static void print_pointset (Raw_pointset *rps)
 
static void print_sd_stats (Raw_pointset *rps0, Raw_pointset *rps1)
 
int landmark_diff (Raw_pointset *rps0, Raw_pointset *rps1)
 

Function Documentation

◆ get_sd()

static float get_sd ( float * P1,
float * P2 )
static

◆ landmark_diff()

int landmark_diff ( Raw_pointset * rps0,
Raw_pointset * rps1 )

◆ print_pointset()

static void print_pointset ( Raw_pointset * rps)
static

◆ print_sd_stats()

static void print_sd_stats ( Raw_pointset * rps0,
Raw_pointset * rps1 )
static