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

View File

@@ -41,6 +41,7 @@
//
//M*/
#include <iostream>
#include <fstream>
#include <string>
#include "opencv2/opencv_modules.hpp"