Examples of OvalRoi


Examples of ij.gui.OvalRoi

            case RECTANGLE:
                roi = new Roi(x, y, width, height);
                break;
            case OVAL:
                roi = new OvalRoi(x, y, width, height);
                break;
            case CROSS:
                // Creation de 2 lignes

                // Horizontal line of the cross
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.