-
Notifications
You must be signed in to change notification settings - Fork 769
Closed
Milestone
Description
Hi,
I am trying to apply the new registration you did with the new parameters taken directly from the kinect2.
I created the Registration object and took the parameters from the device with the
getIrCameraParams()
getColorCameraParams()
functions.
Now I have to use the apply function of the class, but I am wondering what size the two images should have. Should I resize the rgb to the depth size or can I use the function without resizing the images?
Thanks