Ask Your Question

beowulf's profile - activity

2020-06-26 12:37:21 -0600 received badge  Popular Question (source)
2015-01-29 23:25:15 -0600 received badge  Famous Question (source)
2014-03-27 22:43:52 -0600 received badge  Notable Question (source)
2013-11-12 10:51:30 -0600 received badge  Popular Question (source)
2012-10-30 22:05:22 -0600 received badge  Nice Question (source)
2012-10-25 08:54:26 -0600 commented answer Discover depth of the bite of an apple.

Thank you, I will be trying and posting results here. I bought some books to help me in this journey, lol.

2012-10-24 21:38:51 -0600 asked a question Discover depth of the bite of an apple.

Is there any technique that can be used to discover the depth of the bite of an apple?

image description

Thank you!

2012-10-20 21:17:55 -0600 answered a question link opencv 2.4.2 with QT

Are complicated steps, but nothing impossible.

This tutorial will help you:

http://www.laganiere.name/opencvCookbook/chap1s1_2.shtml

and that video:

http://www.youtube.com/watch?v=dgcXYQijV6c

2012-10-20 13:10:25 -0600 answered a question The Difference between Scalar() and cvScalar

cvScalar is a C function. Scalar is a C++ method.

Scalar have a namespace: cv. Example:

cv::Scalar.

For use only Scalar, declare the namespace.

using namespace cv;

2012-10-20 12:17:41 -0600 asked a question OpenCV Face Recognition Lag

Hello everybody, I managed to do a Face Recognition using my webcam, but unfortunately it is very slow, with a "lag".

Follow the code:

http://pastebin.com/HUmNwiPv

Why is slow? There is another technique better than the Haar Cascade?

Thank you!

2012-10-19 22:12:36 -0600 received badge  Scholar (source)
2012-10-19 22:12:35 -0600 received badge  Supporter (source)
2012-10-19 00:57:44 -0600 received badge  Student (source)
2012-10-18 15:16:25 -0600 asked a question Get video FPS with VideoCapture

How can I get a FPS video opened with VideoCapture.open?

Thank you.

2012-10-18 15:14:00 -0600 answered a question Using OpenCV of ROS in Qt Creator

Are complicated steps, but nothing impossible.

This tutorial will help you:

http://www.laganiere.name/opencvCookbook/chap1s1_2.shtml

and that video:

http://www.youtube.com/watch?v=dgcXYQijV6c