made datamatrix build on Windows; fixed unresolved symbols
This commit is contained in:
@@ -697,15 +697,13 @@ struct CV_EXPORTS DataMatrixCode {
|
||||
};
|
||||
|
||||
CV_EXPORTS void findDataMatrix(const Mat& image, std::vector<DataMatrixCode>& codes);
|
||||
void drawDataMatrixCodes(const std::vector<DataMatrixCode>& codes, Mat& drawImage);
|
||||
CV_EXPORTS void drawDataMatrixCodes(const std::vector<DataMatrixCode>& codes, Mat& drawImage);
|
||||
}
|
||||
|
||||
/****************************************************************************************\
|
||||
* Datamatrix *
|
||||
\****************************************************************************************/
|
||||
|
||||
typedef unsigned char uint8;
|
||||
|
||||
struct CV_EXPORTS CvDataMatrixCode {
|
||||
char msg[4];
|
||||
CvMat *original;
|
||||
|
Reference in New Issue
Block a user