Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Updated version of main README#3872

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
ronaldosc wants to merge8 commits intoopencv:4.x
base:4.x
Choose a base branch
Loading
fromronaldosc:4.x
Open

Conversation

@ronaldosc
Copy link

This PR is a correction in some commands in main documentation.

Were edited the commands for bash for default and deleted the "$" for best copy & paste.

@ronaldoscronaldosc changed the titleUpdated version of READMEUpdated version of main READMEJan 16, 2025
Copy link

@opencv-alalekopencv-alalek left a comment

Choose a reason for hiding this comment

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

We don't accept PRs with massive "changes for changes" without significant "added value".

As the result, OpenCV will be built in the`<opencv_build_directory>` with all
modules from`opencv_contrib` repository. If you don't want all of the modules,
use CMake's`BUILD_opencv_*`options. Like in this example:
use CMake's`BUILD_opencv_*`option where * is the given name of a module as <reponame> in this example:

Choose a reason for hiding this comment

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

reponame

This is not accurate. This just confuses user.
<module> should be used instead.

Ref:https://docs.opencv.org/4.x/db/d05/tutorial_config_reference.html#tutorial_config_reference_general_modules

Copy link
Author

@ronaldoscronaldoscFeb 16, 2025
edited
Loading

Choose a reason for hiding this comment

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

Sure, you're correct. The name of repo consists in the same name's module, right?
Can you suggest more clear text explanation for this line ?

$make -j5
```bash
cd<opencv_build_directory>
cmake -D OPENCV_EXTRA_MODULES_PATH=<opencv_contrib>/modules<opencv_source_directory>

Choose a reason for hiding this comment

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

This is not a mistake.

Copy link
Author

Choose a reason for hiding this comment

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

I know that. But for the best practices and DX the -D separated is more readable.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@opencv-alalekopencv-alalekopencv-alalek left review comments

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@ronaldosc@opencv-alalek

[8]ページ先頭

©2009-2025 Movatter.jp