1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 21:40:49 +08:00

windows build error fixing

This commit is contained in:
jaco
2014-08-21 13:41:55 +02:00
parent 71e18ff042
commit dd951a80db

View File

@@ -46,6 +46,7 @@
#include <cstdio>
#include <string>
#include <iostream>
#include <stdint.h>
namespace cv
{
@@ -187,8 +188,6 @@ private:
Mat matchTemplate( const Mat &mag1u );
float dot( const int64_t tig1, const int64_t tig2, const int64_t tig4, const int64_t tig8 );
public:
void reconstruct( Mat &w );// For illustration purpose
private: