opencv/modules/viz
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
..
doc/images Removed Sphinx documentation files 2014-12-26 19:12:19 +03:00
include/opencv2 Misc. modules/ typos 2018-02-12 07:09:43 -05:00
src Merge pull request #11353 from eecsninja:3.4 2018-04-20 15:31:47 +03:00
test ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
CMakeLists.txt cmake: disable override warnings in 3rdparty code and viz 2018-03-28 17:57:59 +03:00