iam trying to run scene reconstruction example in visual studio using debug mode but it is taking a huge amount of time can any body tell me what could be the problem ?! [closed]
trying to generate point cloud from set of images
try it in release mode, ofc.
it worked , but another error appears in the recovering point section
and we have to guess the error now ?
the error pops out when trying to push back the vector<ma> points3d_estimated to the vector<vec3f> point_cloud_est
code snippet :
vector<vec3f> point_cloud_est; for (int i = 0; i < points3d_estimated.size(); ++i) point_cloud_est.push_back(Vec3f(points3d_estimated[i]));
we still don't know the error.
i was mistaken something thank you so much for your time