opencv/modules/core
Simon Que 705464258e Merge pull request #11353 from eecsninja:3.4
* Fix CV_Asserts with negation of strings

{!"string"} causes some compilers to throw a warning.

The value of the string is not that important -- it's only for printing
the assertion message.

Replace these calls with:

  CV_Error(Error::StsError, "string")

to suppress the warning.

* remove unnecessary 'break' after CV_Error()
2018-04-20 15:31:47 +03:00
..
3rdparty/SoftFloat Add install component for 3rdparty libraries licenses 2018-03-06 16:32:30 +03:00
doc Large update of videoio doc and samples following mshabunin comments 2016-09-09 18:46:11 +02:00
include/opencv2 Merge pull request #11353 from eecsninja:3.4 2018-04-20 15:31:47 +03:00
misc/java Added interface to check library version during runtime 2018-04-09 12:30:39 +03:00
perf Merge pull request #10406 from seiko2plus:coreUnvintrinCopy 2018-02-20 14:50:17 +00:00
src Merge pull request #11353 from eecsninja:3.4 2018-04-20 15:31:47 +03:00
test Merge pull request #11169 from tomoaki0705:universalRemap 2018-04-13 13:24:06 +00:00
CMakeLists.txt Reduced direct TBB dependencies 2018-04-06 14:21:15 +03:00