Bugfix #3157 : adaptation of tutorial#1136
Merged
opencv-pushbot merged 2 commits intoopencv:2.4from Jul 17, 2013
StevenPuttemans:bugfix_3157
Merged
Bugfix #3157 : adaptation of tutorial#1136opencv-pushbot merged 2 commits intoopencv:2.4from StevenPuttemans:bugfix_3157
opencv-pushbot merged 2 commits intoopencv:2.4from
StevenPuttemans:bugfix_3157
Conversation
There was a problem hiding this comment.
I'm not sure of the usefulness of this note... I mean, headers are always in a different folder from the libraries. Also, "include library" is a confusing term.
Contributor
|
@StevenPuttemans Steven, thanks for the patch! Could you please also add the small fix regarding the libs folder suggested by Pavel at http://code.opencv.org/issues/3157#note-1 |
Author
Author
|
Added the change of libs to lib. However, I dont think it is necessary to place the full directory, specifying vc11, since vc10 works perfectly right? |
Contributor
|
👍 Yes, I agree. Thank you Steven! |
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.
Like suggested in the bugfix, it seems that the include path is set incorrectly.
Changed the command and the image sample.