Add tests for the new geometry module.#313
Open
asmorkalov wants to merge 1 commit into
Open
Conversation
9 tasks
There was a problem hiding this comment.
Pull request overview
This PR updates OpenCV 5.x CI configurations to run the renamed/new geometry module test and performance binaries instead of the old 3d binaries.
Changes:
- Replaces
opencv_test_3dwithopencv_test_geometryin 5.x test plans and workflows. - Replaces
opencv_perf_3dwithopencv_perf_geometrywhere performance tests are run. - Applies the update across OpenCV and OpenCV Contrib Windows, macOS, and ARM64 workflows.
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
scripts/test-plan-win-5.x.json |
Updates Windows 5.x test plan entries to geometry binaries. |
scripts/test-plan-riscv-5.x.json |
Updates RISC-V 5.x test plan to use the geometry test binary. |
scripts/test-plan-5.x.json |
Updates main 5.x test plan entries to geometry binaries. |
.github/workflows/OCV-PR-5.x-W10.yaml |
Updates Windows OpenCV PR workflow commands to geometry binaries. |
.github/workflows/OCV-PR-5.x-macOS-x86_64.yaml |
Updates macOS x86_64 OpenCV PR workflow commands to geometry binaries. |
.github/workflows/OCV-PR-5.x-macOS-ARM64.yaml |
Updates macOS ARM64 OpenCV PR workflow commands to geometry binaries. |
.github/workflows/OCV-PR-5.x-ARM64.yaml |
Updates ARM64 OpenCV PR workflow commands to geometry binaries. |
.github/workflows/OCV-PR-5.x-ARM64-Debug.yaml |
Updates ARM64 Debug OpenCV PR accuracy command to geometry binary. |
.github/workflows/OCV-Contrib-PR-5.x-W10.yaml |
Updates Windows OpenCV Contrib PR workflow commands to geometry binaries. |
.github/workflows/OCV-Contrib-PR-5.x-macOS-x86_64.yaml |
Updates macOS x86_64 OpenCV Contrib PR workflow commands to geometry binaries. |
.github/workflows/OCV-Contrib-PR-5.x-macOS-ARM64.yaml |
Updates macOS ARM64 OpenCV Contrib PR workflow commands to geometry binaries. |
.github/workflows/OCV-Contrib-PR-5.x-ARM64.yaml |
Updates ARM64 OpenCV Contrib PR workflow commands to geometry binaries. |
.github/workflows/OCV-Contrib-PR-5.x-ARM64-FastCV.yaml |
Updates ARM64 FastCV OpenCV Contrib PR workflow commands to geometry binaries. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "opencv_test_imgproc", | ||
| "opencv_test_calib", | ||
| "opencv_test_3d", | ||
| "opencv_test_geometry", |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.