Python Opencv project: "terminate called after throwing an instance of 'std::out_of_range' -


i got following error message python + opencv project:

"terminate called after throwing instance of 'std::out_of_range' what(): basic_string::substr: __pos (which 140) > this->size() (which 0) aborted"

projects failing @ command cv2.imread. projects running previously. have tried reinstall opencv , cmake, still have issue. (i using kubuntu 16.04) idea causes problem?


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -