Hi there! Please sign in
help
faq
tags
users
badges
This forum is disabled, please visit
https://forum.opencv.org
ALL
UNANSWERED
Ask Your Question
Revision history [
back
]
1
initial version
answered
2015-02-11 08:59:15 -0600
berak
32993
●
7
●
81
●
312
make sure the path is correct, try an absolute one :
imread("d:/my/images/colorchart.bmp")
make sure, you link debug libs with a debug build (they all should end with 'd'), and release ones for a release build (without d
for all of them
)
Copyright
OpenCV foundation
, 2012-2018. Content on this site is licensed under a
Creative Commons Attribution Share Alike 3.0
license.
Powered by Askbot version 0.10.2
Please note: OpenCV answers requires javascript to work properly, please enable javascript in your browser,
here is how