package com.hygenics.facialrec; /** * Compares Splines to determine how close they match. Sets a match of residuals, * residuals by proportion, and measures of smoothness. * * @author aevans * */ public class CompareSplines { public CompareSplines(){ } public void run(){ } }