You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using your code with a different data set in which the depth images are in 16bit without any scaling. I tried to use the addMap function that receives the image already pre processed and the rgb image as a slpit. This will always create a segmentation error. I also tried to add the #define PREPROCESS_IMAGES in the onlinefusionviewer.cpp and use the test data set in the example and also gives segmentation error in the same place. I will try to overcome this by scaling my images and using the other addMap function that works correctly, but it would be nice if this error was corrected.
Best Regards,
Pablo Aponte
The text was updated successfully, but these errors were encountered:
Hi all,
I am using your code with a different data set in which the depth images are in 16bit without any scaling. I tried to use the addMap function that receives the image already pre processed and the rgb image as a slpit. This will always create a segmentation error. I also tried to add the
#define PREPROCESS_IMAGES
in the onlinefusionviewer.cpp and use the test data set in the example and also gives segmentation error in the same place. I will try to overcome this by scaling my images and using the other addMap function that works correctly, but it would be nice if this error was corrected.Best Regards,
Pablo Aponte
The text was updated successfully, but these errors were encountered: