mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-12 07:10:41 -06:00
feat: Add document scanner package
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#include <opencv2/opencv.hpp>
|
||||
|
||||
using namespace cv;
|
||||
using namespace std;
|
||||
|
||||
class ConversionUtils {
|
||||
public:
|
||||
static uint8_t *matrix_to_bytearray(Mat mat);
|
||||
static Mat bytearray_to_matrix(uint8_t *bytes, int byteCount);
|
||||
};
|
||||
Reference in New Issue
Block a user