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:
@@ -46,6 +46,7 @@
|
|||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
namespace cv
|
namespace cv
|
||||||
{
|
{
|
||||||
@@ -187,8 +188,6 @@ private:
|
|||||||
Mat matchTemplate( const Mat &mag1u );
|
Mat matchTemplate( const Mat &mag1u );
|
||||||
|
|
||||||
float dot( const int64_t tig1, const int64_t tig2, const int64_t tig4, const int64_t tig8 );
|
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
|
void reconstruct( Mat &w );// For illustration purpose
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Reference in New Issue
Block a user