Ask Your Question

naeluh's profile - activity

2017-03-29 18:40:25 -0600 answered a question novice to opencv2.3

I would recommend using pyimagesearch and github. There are many great resources out there to get you started. Try those routes and see if that helps at all.

2017-03-29 18:33:20 -0600 commented question Wrong PYTHONPATH after updating .bash_profile for Mac

Here is a really nice tutorial to help you with the install process http://www.pyimagesearch.com/2016/12/19/install-opencv-3-on-macos-with-homebrew-the-easy-way/ (http://www.pyimagesearch.com/2016/12/...)

2017-03-08 12:40:48 -0600 commented question Detecting color and shape while excluding human in frame ?

Right now I am looking through some of the code I found here -> http://www.pyimagesearch.com/. I suppose I was looking if there is a standard way of doing this or what options I have ? Does that help ? I just did not want to start going down the wrong road early if you know what I mean ! Haha

2017-03-01 15:18:11 -0600 asked a question Detecting color and shape while excluding human in frame ?

I am looking a good way to to detect color and shape on a 2d surface from a webcam, while excluding human parts such as a hand or arm.

Once I have the detected zones I would like to draw a simplified vector line around it and id it.

I am trying to execute this with torch or python.

Let me know if I can clarify.

thanks