-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #309 from BlinkID/jenkins/stable-build
Jenkins/stable build
- Loading branch information
Showing
442 changed files
with
10,902 additions
and
2,395 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Microblink.bundle/BlinkID_MonochromeClassifier_general_6.0.0.strop
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Microblink.bundle/BlinkID_RotationClassifier_general_6.0.0.strop
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
// | ||
// MBDocumentImageMoireStatus.h | ||
// MicroblinkDev | ||
// | ||
// Created by Jura Skrlec on 29/05/2020. | ||
// | ||
|
||
#ifndef MBDocumentImageMoireStatus_h | ||
#define MBDocumentImageMoireStatus_h | ||
|
||
/** | ||
* DocumentImageMoireStatus enum defines possible states of Moire pattern detection. | ||
*/ | ||
typedef NS_ENUM(NSUInteger, MBDocumentImageMoireStatus) { | ||
|
||
// Detection of Moire patterns was not performed | ||
MBDocumentImageMoireStatusNotAvailable = 0, | ||
|
||
// Moire pattern not detected on input image | ||
MBDocumentImageMoireStatusNotDetected, | ||
|
||
// Moire pattern detected on input image | ||
MBDocumentImageMoireStatusDetected | ||
}; | ||
|
||
#endif /* MBDocumentImageMoireStatus_h */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Git LFS file not shown
Oops, something went wrong.