v1.4.t5
Fixed the compile error in the previous commit.
This commit is contained in:
parent
cd4a2d0f98
commit
c7a1dd3c84
|
@ -35,7 +35,7 @@ using namespace std;
|
||||||
using namespace std::filesystem;
|
using namespace std::filesystem;
|
||||||
|
|
||||||
#define BUF_SZ 10
|
#define BUF_SZ 10
|
||||||
#define APP_VER "1.4.t4"
|
#define APP_VER "1.4.t5"
|
||||||
|
|
||||||
struct shared_t
|
struct shared_t
|
||||||
{
|
{
|
||||||
|
|
|
@ -24,7 +24,7 @@ struct sec_t
|
||||||
int pixDiff;
|
int pixDiff;
|
||||||
};
|
};
|
||||||
|
|
||||||
void secDiff(Mat imgA, Mat imgB, int rows, int cols, int rowOffs, int colOffs, vector<sec_t> *results, mutex *secMutex, shared_t *share);
|
void secDiff(const Mat &imgA, const Mat &imgB, int rows, int cols, int rowOffs, int colOffs, vector<sec_t> *results, mutex *secMutex, shared_t *share);
|
||||||
bool pixDiff(const uchar &pixA, const uchar &pixB, shared_t *share);
|
bool pixDiff(const uchar &pixA, const uchar &pixB, shared_t *share);
|
||||||
bool imgDiff(Mat prev, Mat next, Rect *block, shared_t *share);
|
bool imgDiff(Mat prev, Mat next, Rect *block, shared_t *share);
|
||||||
bool moDetect(const string &buffFile, Rect *block, Mat *img, shared_t *share);
|
bool moDetect(const string &buffFile, Rect *block, Mat *img, shared_t *share);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user