cv::unload 暂只在windows平台提供

This commit is contained in:
gb 2023-08-21 14:18:02 +08:00
parent 6ba36aedc2
commit 2ecaadbdef
1 changed files with 2 additions and 0 deletions

View File

@ -230,7 +230,9 @@ namespace hg_imgproc
~imgproc() ~imgproc()
{ {
free_auto_txt_hanld(); free_auto_txt_hanld();
#ifdef FREE_GLOBAL_OBJECTS
cv::unload(); cv::unload();
#endif
} }
// load data // load data