1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

expanded cv::threshold parallelization to other threading frameworks; fixed potential bug with unprocessed bottom of the image; fixed build problem in stitching

This commit is contained in:
Vadim Pisarevsky
2012-10-09 22:38:04 +04:00
parent e365726c4a
commit 044d38a051
2 changed files with 16 additions and 19 deletions
+1
View File
@@ -41,6 +41,7 @@
//
//M*/
#include <iostream>
#include <fstream>
#include <string>
#include "opencv2/opencv_modules.hpp"