Examples of GNImageAligner


Examples of com.googlecode.javacv.GNImageAligner

                projectorFrame.waitLatency();
            }
//        }
        frameGrabber.trigger();
        projectorImageIndex = 1; doCamera.run();
        aligner = new GNImageAligner(transformer, parameters, reflectance, roiPts,
                undistortedCameraImage, alignerSettings);
        handMouse = new HandMouse(aligner, handMouseSettings);
        alternativeResidual = new IplImage[2];

        int timeMax = trackingSettings.getIteratingTimeMax();
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.