Ask Your Question
0

when i run scene reconstruction example it gives wrong set of points when i checked my openCL comparability i found that my laptop doesnt support openCL, could this be the problem for the wrong 3d points ?

asked 2018-06-16 21:10:14 -0600

gaber gravatar image

updated 2018-06-16 21:11:39 -0600

scene_reconstruction documentation example gives bad results

edit retag flag offensive close merge delete

Comments

1

you could try to toggle opencl usage at runtime, and see:

#include "opencv2/core/ocl.h"

int main() {
    ocl::setUseOpenCL(false);
    ...
berak gravatar imageberak ( 2018-06-17 01:25:40 -0600 )edit

i did so but nothing happened !! what should have happened to tell me if iam right or wrong

gaber gravatar imagegaber ( 2018-06-17 05:32:42 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2018-06-22 14:54:32 -0600

gaber gravatar image

that wasn't the reason it was something wrong in the library build

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-06-16 21:10:14 -0600

Seen: 582 times

Last updated: Jun 22 '18