package test;

import preprocessing.BicubicInterpolation;

public class TestBicubicInterpolation {

	/**
	 * @param args
	 */
	public static void main(String[] args) {
		// TODO Auto-generated method stub
		BicubicInterpolation bic = new BicubicInterpolation();

	}

}
