Conversation
first time using OpenCV
vSebas
reviewed
Oct 3, 2022
Member
vSebas
left a comment
There was a problem hiding this comment.
qué es? si es para training, mejor crea una sección dentro de perception donde se muestre esto
romi2002
requested changes
Oct 6, 2022
|
|
||
|
|
||
| #imread loads an image from a path, supports .jpg, .jpeg, .png, .tiff, .exr, etc... : https://docs.opencv.org/3.4/d4/da8/group__imgcodecs.html#ga288b8b3da0892bd651fce07b3bbd3a56 | ||
| image = cv2.imread('C:\\Users\\oscar\\Downloads\\img1.jpeg',0) # 0 is used to read in grayscale mode |
Member
There was a problem hiding this comment.
cambiar a un folder no especifico
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.
first time using OpenCV