-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow arbitrary pinhole camera (#2564)
* Function to get view controller from arbitrary pinhole camera parameters. In this function, it is responsibility of the users to verify the validity of the parameters, in contrast to `ConvertFromPinholeCameraParameters()` function. This can be useful to render images or depthmaps without any restriction in FOV, zoom, etc. * make apply-style Style applied to the following files: /home/pablo/MS/Open3D_pablospe_PR/cpp/pybind/visualization/viewcontrol.cpp * Introducing parameter `allow_arbitrary` to allow an arbitrary pinhole camera parameters. This can be useful to render images or depthmaps without any restriction on window size, FOV and zoom. * make apply-style
- Loading branch information
Showing
3 changed files
with
31 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters