Ejemplo n.º 1
0
        private void 거리계산ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FastPointCloudManager fpcm = new FastPointCloudManager();

            fpcm.ComputeDistance(model1);
        }
Ejemplo n.º 2
0
        private void 생성ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FastPointCloudManager fpcm = new FastPointCloudManager();

            fpcm.CreateFastPointCloud(model1);
        }