Xiaolan Ning
Xiaolan Ning

thanks for your source code. I try to make it, but /usr/bin/ld: cannot find -lippicv error occured what is it? And what should I do to solve it ? please...
启动出错
Out of memory in ..\..\include/QtCore/../../src/corelib/tools/qvector.h, line 564terminate called without an active exception。
I found it didn't work when 'valueRange = maxValue - minValue ' is zero. So I add 'if (maxValue === minValue) maxValue = maxValue +10' to make it work. is...