opencv 禁用x86高级指令

This commit is contained in:
luoliangyi 2023-03-15 16:06:36 +08:00
parent 90faa2ef5e
commit d31a2633c0
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
CImageApply::CImageApply(void)
{
cv::setUseOptimized(false);
}
CImageApply::~CImageApply(void)