2018-08-08 01:50:23 -0600 | received badge | ● Notable Question (source) |
2017-08-11 02:07:11 -0600 | received badge | ● Popular Question (source) |
2017-05-23 15:34:29 -0600 | received badge | ● Notable Question (source) |
2015-12-17 16:25:07 -0600 | received badge | ● Popular Question (source) |
2014-07-11 16:32:58 -0600 | received badge | ● Student (source) |
2013-08-21 17:25:55 -0600 | commented question | 4 Cameras Simultaneously @StevenPuttemans I understand, you are right. sorry. |
2013-08-21 17:19:59 -0600 | commented answer | 4 Cameras Simultaneously @berak Thank you. I could run the code with 2 cameras (no resize or manipulation) and there is no problem. Unfortunately I don't have 4 cameras at the time to test with them. |
2013-08-19 06:56:16 -0600 | asked a question | 4 Cameras Simultaneously Hi, Based on this tutorial, Is it possible to run this code by using 4 cameras simultaneously and save all 4 results separately? How? (It would be great if somebody knows the solution in Java ,if not, C++ version also will be helpful) Thank you in advance. |
2013-08-16 03:51:42 -0600 | commented answer | How to get coordinates? Thank you in advance for your help. |
2013-08-15 19:22:48 -0600 | commented answer | How to run the code repetitively and save result separately ? @Moster Thank you man. The loop is the way which I already guessed, but I couldn't implement it in the code. This time I will try again with your idea. |
2013-08-15 19:18:02 -0600 | commented answer | How to run the code repetitively and save result separately ? @Spas Hristov Thank you. Since I want to run it consecutively, there would be huge number of images that after a while I should compare them and delete the repetitive. So it seems the second one is better but I am not sure where I can add these to the source code. |
2013-08-15 19:04:21 -0600 | received badge | ● Scholar (source) |
2013-08-15 18:55:02 -0600 | received badge | ● Supporter (source) |
2013-08-15 18:54:46 -0600 | commented answer | How to get coordinates? @StevenPuttemans Thank you for your help. Could you please tell me how I can get the center pixel of the circle (not eyes) as an output? |
2013-08-14 18:57:58 -0600 | asked a question | How to run the code repetitively and save result separately ? Hi, I am a beginner in Opencv and C++ programing. According to this tutorial, it is necessary to run the code manually and after all you will have just one pic saved. I have a very basic problem, I want to run the code every second automatically and in every cycle store the pics somewhere. Could any body help me in this field? Thank you in advance. |
2013-08-14 17:55:58 -0600 | asked a question | How to get coordinates? How to get the coordinates of the face? Hi, according to this tutorial,I am trying to get some information from the faces which will be detected. Could any body tell me how I can get the coordinates of each circle around the faces? Thank you in advance |
2013-07-21 19:28:11 -0600 | commented question | Camera is not detected by opencv only ? @Alexander Shishkov, @StevenPuttemans I have also the same problem still with version 2.4.6.1 in Windows7. Actually the camera seems detected but as soon as it tries to turn on dies. Do you have any idea in this case? |