Closed kaline closed 5 years ago
@kaline I can not merge this PR as it. In fact I can't really tell if you have changed anything in the source code except for bundling OpenCV and Eigen. Please add at least the following to .gitignore:
.gitignore
app/.cxx/ openCVLibrary341/ app/src/main/cpp/Eigen/
You should not bundle the OpenCV and Eigen libraries, as part of the source code. There is already instructions on how to build the project in the README: https://github.com/Lauszus/FaceRecognitionApp#advanced-build-instructions.
If you want a project with Eigen and OpenCV bundled, then you should download the latest release: https://github.com/Lauszus/FaceRecognitionApp/releases/download/1.2.3/FaceRecognitionApp-1.2.3.zip.
@kaline I can not merge this PR as it. In fact I can't really tell if you have changed anything in the source code except for bundling OpenCV and Eigen. Please add at least the following to
.gitignore
:You should not bundle the OpenCV and Eigen libraries, as part of the source code. There is already instructions on how to build the project in the README: https://github.com/Lauszus/FaceRecognitionApp#advanced-build-instructions.
If you want a project with Eigen and OpenCV bundled, then you should download the latest release: https://github.com/Lauszus/FaceRecognitionApp/releases/download/1.2.3/FaceRecognitionApp-1.2.3.zip.