Method RaycastEx
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
RaycastEx(InputArray, int, int, InputArray, OutputArray, OutputArray)
Renders the volume contents into an image of the given size with the given intrinsics.
public void RaycastEx(InputArray cameraPose, int height, int width, InputArray K, OutputArray points, OutputArray normals)
Parameters
cameraPoseInputArraythe pose of camera in global coordinates.
heightintthe height of result image.
widthintthe width of result image.
KInputArraycamera raycast intrinsics.
pointsOutputArrayimage to store rendered points.
normalsOutputArrayimage to store rendered normals corresponding to points.