does anybody know we can translate from real image captured using cameras be converted to the cartoon space ?
I\'m new to OpenCV and image processing in general. I have photos taken with a camera of food labels for a project I\'m working on. I was able to use the cvHoughLines2 function to draw red lines over
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'d like to make an app that takes a video input (e.g. using your webcam), and dynamically render something fun on top of it based on its content. For example, I\'ll detect user\'s face in the video
I\'m using the OpenCV wrapper - Emgu CV, and I\'m trying to implement a motion tracker using Optical Flow, but I can\'t figure out a way to combine the horizontal and vertical information retrieved fr
I want to track objects of simple shapes and rather homogeneous colors. I would like to do it more or less by myself, with minimum copy-paste. Does anyon开发者_如何学编程e know any good book/course/se
I want to get the boxes count in a warehouse by using 开发者_JAVA技巧image processing edge detection techniques. So I used Sobel algorithm to detect edges. Now I need to measure the edge length. Does
I want to develop a system that can track and follow a road. Initially, I\'d like to handle well-defined roads only and maybe later incorporate tracking for开发者_StackOverflow中文版 roads that aren\'
So in general, when we think of Single View Reconstruction we think of working with planes, simple textures and so on... Generally, simple objects from nature\'s point of view. But what about such thi
This question already has an answer here: Displaying webcam feed in cv::Mat format in a picturebox (1 answer)