fix:make zerocolor edge

This commit is contained in:
lennlouisgeek
2026-02-04 03:18:20 +08:00
parent ca3545b8b0
commit 001685b633
157 changed files with 31832 additions and 32681 deletions

View File

@@ -17,7 +17,6 @@
#if defined(_MSC_VER)
// disable MSVC warning on "multiple copy constructors specified"
#pragma warning(push)
# pragma warning(disable: 4521)
#endif
@@ -185,7 +184,7 @@ namespace util
#if defined(_MSC_VER)
// Enable "multiple copy constructors specified" back
# pragma warning(pop)
# pragma warning(default: 4521)
#endif
#endif // OPENCV_GAPI_UTIL_ANY_HPP