Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testing opencv 4.10.0 #13

Merged
merged 3 commits into from
Jan 24, 2025
Merged

testing opencv 4.10.0 #13

merged 3 commits into from
Jan 24, 2025

Conversation

kalwalt
Copy link
Member

@kalwalt kalwalt commented Jan 22, 2025

This pull request includes updates to the OpenCV version and related configurations in the build process. The most important changes include updating the OpenCV version in various files, modifying the build.sh script to use the new Emscripten version, and updating submodule commits for opencv and opencv_contrib.

Updates to OpenCV version:

  • .github/workflows/build.yml: Updated OpenCV version from 4.7.0 to 4.10.0 and Emscripten version from 3.1.26 to 3.1.38 in the build and release steps.
  • build.sh: Updated the Emscripten version from 3.1.26 to 3.1.38 in the version status and build configuration. [1] [2]

Submodule updates:

  • libs/opencv: Updated submodule commit to 71d3237a093b60a27601c20e9ee6c3e52154e8b1.
  • libs/opencv_contrib: Updated submodule commit to 8f630101f015bf8a3f6dad735e39f9c3fce298b3.

@kalwalt kalwalt self-assigned this Jan 22, 2025
@kalwalt
Copy link
Member Author

kalwalt commented Jan 22, 2025

Linux compilation went fine but the emscripten build not build imgcodecs and the xfeatures2d modules. I will investigate why this happens.

@kalwalt
Copy link
Member Author

kalwalt commented Jan 23, 2025

i forgot that i had to modify the cmake script in the opencv_contrib/modules/xfeature2d folder, infact it is required the js key: see the last commit 437bf11

@kalwalt
Copy link
Member Author

kalwalt commented Jan 23, 2025

i had to update the opencv_contrib webarkit-4.10.0 branch because i had started from the wrong commit, now it's fixed and start from 4.10.0 tag.

@kalwalt kalwalt merged commit 02531dc into dev Jan 24, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant