
io.github.rocsg.fijiyama.testromain.RandomTest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fijiyama Show documentation
Show all versions of fijiyama Show documentation
Fijiyama : a versatile registration tool for 3D multimodal time-lapse imaging
package io.github.rocsg.fijiyama.testromain;
import ij.IJ;
import ij.WindowManager;
import io.github.rocsg.fijiyama.registration.ItkTransform;
import math3d.Point3d;
public class RandomTest {
public static void main(String[] args) {
System.out.println("Hello World!");
Point3d[][]pointTab=new Point3d[][]{
{new Point3d(0,0,0), new Point3d(1,0,0), new Point3d(0,1,0), new Point3d(0,0,1), new Point3d(1,0,1), new Point3d(0,1,1)},
{new Point3d(0,0,0), new Point3d(1.5,0,0), new Point3d(0,1.5,0), new Point3d(0,0,1.5), new Point3d(1.5,0,1.5), new Point3d(0,1.5,1.5)}
};
for(int i=0;i
© 2015 - 2025 Weber Informatics LLC | Privacy Policy