Commit dd951a80 authored by jaco's avatar jaco

windows build error fixing

parent 71e18ff0
......@@ -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:
......
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