Skip to content

Add tests for the new geometry module.#313

Open
asmorkalov wants to merge 1 commit into
mainfrom
geometry_module
Open

Add tests for the new geometry module.#313
asmorkalov wants to merge 1 commit into
mainfrom
geometry_module

Conversation

@asmorkalov
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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_3d with opencv_test_geometry in 5.x test plans and workflows.
  • Replaces opencv_perf_3d with opencv_perf_geometry where 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",
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.

2 participants