Xiaolan Ning

Results 4 issues of Xiaolan Ning

![Screen Shot 2019-03-12 at 4 07 11 PM](https://user-images.githubusercontent.com/31196695/54184168-f0832380-44e0-11e9-8b0b-09eef342c24d.png)

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...