Skip to content

Commit

Permalink
feat(camera): Adds new projection helper functions
Browse files Browse the repository at this point in the history
  • Loading branch information
cornerfarmer committed Jan 21, 2024
1 parent 93513c0 commit 61f7092
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blenderproc/api/camera/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
from blenderproc.python.camera.CameraValidation import perform_obstacle_in_view_check, visible_objects, \
scene_coverage_score, decrease_interest_score, check_novel_pose
from blenderproc.python.camera.LensDistortionUtility import set_lens_distortion, set_camera_parameters_from_config_file
from blenderproc.python.camera.CameraProjection import depth_via_raytracing, pointcloud_from_depth, project_points, unproject_points

0 comments on commit 61f7092

Please sign in to comment.