Exemplo n.º 1
0
        public void Cube8_RotateShuffle()
        {
            this.icp.Settings_Reset_GeometricObject();
            IterativeClosestPointTransform.Instance.ICPSettings.FixedTestPoints = false;


            meanDistance = ICPTestData.Test10_Cube8pRotateShuffle(ref pointCloudTarget, ref pointCloudSource, ref pointCloudResult, cubeSizeX);

            this.ShowResultsInWindow_Cube(true);


            CheckResult_MeanDistance(1e-7f);
        }