Relative Content

Tag Archive for c++opencv

Unable to read image OpenCV c++

I’m stuck with OpenCV image read function because somehow he can’t read an image. Yes the path is correct and the image exist. I watched some tutorial on Youtube to display an image to find the problem without success. I also try to debug to check if my path was wrong but it seem to work perfectly fine so i’m kinda lost. enter image description here

OpenCV emoji mouth detection

I am trying to detect if an emoji is happy or sad using OpenCV and C++ based on the mouth contour. For now all i get is “Indeterminate” and i am not sure what to do and how to approach this problem. How can i find a way to select which contour is the mouth?