All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.rocsg.fijiyama.testromain.RandomTest Maven / Gradle / Ivy

Go to download

Fijiyama : a versatile registration tool for 3D multimodal time-lapse imaging

There is a newer version: 4.5.0
Show newest version
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