Yueci Deng

Results 5 issues of Yueci Deng

This PR adds wrapper for `FarthestPointDownSample`, `HiddenPointRemoval` and `SegmentPlane` to tensor PointCloud. --- This change is [](https://reviewable.io/reviews/isl-org/open3d/5330)

Summary: 1. Add `OrientedBoundingBox` in tensor geometry. 2. Change properties access method for pybind: ```python # Original. min_bound = aabb.get_min_bound() rotation = obb.get_rotation() # Currently, return read only property. min_bound...

1. Add `NormalizeNormals` for both Tensor PointCloud and TriangleMesh. 2. Add normal orientation functions for Tensor PointCloud. 3. Add triangle and vertex normals computation for Tensor TriangleMesh. This change is ...

initialize the workflow for the whole system. Will make it ready for review when complete the migration of python version and performance test. Update: The whole system is nearly identical...

This PR makes `Tensor`, `TensorMap` and tensor based geometry pickling. Current behaviours: - Tensor will be on the same device after de-serialization. - Non contiguous tensor will be converted to...