Nerei / kinfu_remake

Optimized and reworked version of Kinfu
BSD 3-Clause "New" or "Revised" License
339 stars 125 forks source link

Segmentation Fault when starting Demo #6

Open VinceDT opened 9 years ago

VinceDT commented 9 years ago

Hi,

I am getting a segmentation fault when trying to start the Demo. Found out that the line 57: cv::imshow("Scene", viewhost); is the first responsible. Had to install OpenCV 2.4.10 instead of 2.4.9. Any ideas?

Thanks for your help and the implementation.

Vincent