Drop cv:: prefix from cv::String used inside the cv namespace
This commit is contained in:
@@ -243,10 +243,10 @@ const Ncv32u K_LOG2_WARP_SIZE = 5;
|
||||
//==============================================================================
|
||||
|
||||
|
||||
NCV_EXPORTS void ncvDebugOutput(const cv::String &msg);
|
||||
NCV_EXPORTS void ncvDebugOutput(const String &msg);
|
||||
|
||||
|
||||
typedef void NCVDebugOutputHandler(const cv::String &msg);
|
||||
typedef void NCVDebugOutputHandler(const String &msg);
|
||||
|
||||
|
||||
NCV_EXPORTS void ncvSetDebugOutputHandler(NCVDebugOutputHandler* func);
|
||||
|
Reference in New Issue
Block a user