搜索资源列表
pcsc
- 计算机视觉当中,三维重建,点云程序.具体运行为 java PointCloudsShowCenter [-s scale] <point-cloud-files...>-3D construction in CV pointcloud usage:java PointCloudsShowCenter [-s scale] <point-cloud-files...>
point2Dand3D
- 已知二维空间点Point2D类的定义如下,在此基础上派生出三维空间点Point3D类。根据数学,增加成员变量z,定义三个参数的构造方法和无参数的构造方法(对应原点的对象),重写toString()和getDistance()方法,重写equals()方法。TestPoint类的main()方法定义3个以上点做测试,结果格式如下所示。(The definition of Point2D class of two dimensional space points is as follows. On