Commit 245dc992 authored by Alexander Shishkov's avatar Alexander Shishkov

added include precomp

parent 707048f6
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
// //
//M*/ //M*/
#include "precomp.hpp"
#include "opencv2/photo.hpp" #include "opencv2/photo.hpp"
#include "opencv2/imgproc.hpp" #include "opencv2/imgproc.hpp"
...@@ -163,4 +164,4 @@ Point getExpShift(InputArray _img0, InputArray _img1, int max_bits, int exclude_ ...@@ -163,4 +164,4 @@ Point getExpShift(InputArray _img0, InputArray _img1, int max_bits, int exclude_
} }
return shift; return shift;
} }
}; };
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment