Update config_reference.markdown#20440
Merged
alalek merged 3 commits intoopencv:masterfrom Jul 24, 2021
Merged
Conversation
Added description for `WITH_CLP` build option.
asmorkalov
requested changes
Jul 22, 2021
| | `OPENCV_CMAKE_HOOKS_DIR` | _empty_ | OpenCV allows to customize configuration process by adding custom hook scripts at each stage and substage. cmake scripts with predefined names located in the directory set by this variable will be included before and after various configuration stages. Examples of file names: _CMAKE_INIT.cmake_, _PRE_CMAKE_BOOTSTRAP.cmake_, _POST_CMAKE_BOOTSTRAP.cmake_, etc.. Other names are not documented and can be found in the project cmake files by searching for the _ocv_cmake_hook_ macro calls. | | ||
| | `OPENCV_DUMP_HOOKS_FLOW` | _OFF_ | Enables a debug message print on each cmake hook script call. | | ||
|
|
||
| ## Thirdparty modules |
Contributor
There was a problem hiding this comment.
It's better to name it "Math Libraries" or something like that. Eigen and LAPACK should be there too.
Contributor
Author
There was a problem hiding this comment.
How about Contrib Modules? Since to the best of my knowledge, it's only utilized in opencv_contrib:videostab module. But I agree with the naming for Eigen and LAPACK ...
Contributor
There was a problem hiding this comment.
You can add reference to contrib to the option description.
Contributor
Author
There was a problem hiding this comment.
Added in 79d03fd
There is a bit of an issue though ... can't cross-reference to other sections of the document using anchors. Do Github's markdown engine support id extensions?
Can't cross-reference with anchors to other sections of the markdown file due to the presence of markdown link extension in the form of
`## Header {#id-of-header}`
asmorkalov
approved these changes
Jul 24, 2021
Member
|
Need to fix trailing whitespace issues: |
Merged
a-sajjad72
pushed a commit
to a-sajjad72/opencv
that referenced
this pull request
Mar 30, 2023
* Update config_reference.markdown
Added description for `WITH_CLP` build option.
* Added extra description
Can't cross-reference with anchors to other sections of the markdown file due to the presence of markdown link extension in the form of
`## Header {#id-of-header}`
* Fixed trailing space issue
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.
Added description for
WITH_CLPbuild option.Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.