Ask Your Question
0

Load and compare ground truth disparity maps with python

asked 2020-09-03 09:45:01 -0600

ncrasta gravatar image

How to use readGT, computeBadPixelPercent, and computeMSE from cv2.ximgproc in Python?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2020-09-03 10:21:05 -0600

berak gravatar image

updated 2020-09-03 10:34:32 -0600

it seems, currently(4.4) you're out of luck, none of those functions are exposed to the python (or java, or js) wrappers

but this is just an omission, there is no reason why it should not happen !!

you could try to rebuild from src, and replace the CV_EXPORTS here with CV_EXPORTS_W

edit flag offensive delete link more

Comments

berak gravatar imageberak ( 2020-09-06 10:44:15 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2020-09-03 09:45:01 -0600

Seen: 418 times

Last updated: Sep 03 '20