Posts by JSouza • 11 points
3 posts
-
0
votes1
answer1579
viewsQ: Histogram Python Opencv
Hello, I would like to define a histogram of a function I created to detect an image region. That’s the job of. def points (imagem, pontosFaciais): p68 =[[47, 35, False], [35, 12, False], [12, 13,…
-
0
votes1
answer123
viewsQ: Doubt Points Recognition with Opencv and Dlib
Hi, I’m looking to do facial recognition with Dlib and Open via Webcam but I’m having a mistake with Numpy that I can’t solve, if someone can give me a hint would be of great help. My Code. import…
-
1
votes2
answers1545
viewsQ: How to increment the value of a variable according to the user’s response?
I would like to ask the user a question to answer "yes" or "no". If the answer is "yes" add 10 weights to the variable peso and if "no", do not add. I have a question about how to convert the string…