Potentially missing "new" operator in TransformationEstimationForColoredICP Python bindings
- Dominant language
- C++
- Stars
- 14k
- Forks
- 2.6k
- Avg merge
- 5d 18h
- Merged PRs (30d)
- 6
Description
### Checklist
- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [X] For Python issues, I have tested with the [latest development wheel](http://www.open3d.org/docs/latest/getting_started.html#development-version-pip).
- [X] I have checked the [release documentation](http://www.open3d.org/docs/release/) and the [latest documentation](http://www.open3d.org/docs/latest/) (for `master` branch).
### Describe the issue
Shouldn't there be a `new` operator [here](https://github.com/isl-org/Open3D/blob/7a25f3dac4e1ec1b8a81592037ec5c6ffd34eca5/cpp/pybind/t/pipelines/registration/registration.cpp#L235)?
Sorry beforehand if I'm missing something, I don't really have any previous experience with `pybind11`...
```
### Open3D, Python and System information
```markdown
- Operating system: Ubuntu 22.04
- Python version: Python 3.9
- Open3D version: output from python: 0.15.2+30935c8e
- System architecture: arm64
- Is this a remote workstation?: no
- How did you install Open3D?: build from source
- Compiler version (if built from source): gcc 11.2
```
### Additional information
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.