disable windows build warning for connectedcomponents template argument comparisons

This commit is contained in:
Jason Newton 2012-12-15 03:37:24 -08:00
parent 68e77ac051
commit ad0bfdfb25

View File

@ -43,6 +43,10 @@
#include "precomp.hpp"
#include <vector>
#if defined _MSC_VER
#pragma warning(disable: 4127)
#endif
namespace cv{
namespace connectedcomponents{