Ask Your Question

zlatan14's profile - activity

2015-08-12 09:13:40 -0600 received badge  Notable Question (source)
2015-07-02 15:22:12 -0600 received badge  Famous Question (source)
2014-09-25 06:19:48 -0600 received badge  Notable Question (source)
2014-09-15 22:46:06 -0600 received badge  Popular Question (source)
2014-01-26 20:50:29 -0600 received badge  Popular Question (source)
2013-05-29 15:48:30 -0600 asked a question openmp and thread with opencv

I have 2 questions about openmp and thread.

1.When I running program when I use multithreading in program are all of my CPU core(i3,i5,i7) running all like openmp?

2.What advantage of openmp and thread?

Sorry for bad language. Thank you Chairat Kraichan Thailand

2013-04-27 21:11:55 -0600 commented answer Super Resolution with opencv

Thank you I will do it with the real time camera. :)

2013-04-27 05:01:43 -0600 received badge  Student (source)
2013-04-27 02:40:28 -0600 commented answer Super Resolution with opencv

Is there another example code? best thank

2013-04-26 20:57:03 -0600 asked a question Super Resolution with opencv

I read from this link http://docs.opencv.org/modules/superres/doc/super_resolution.html I have 3 questions.

  1. In opencv 2.4.3 is it have super resolution library? or I must to use 2.4.5.
  2. Are there examples code of super resolution? Please show me the examples code.
  3. What type of super resolution in opencv? Such as Sparse Representation or ...?

Sorry for bad language Best Regard Ningnong (Thailand)

2013-04-21 01:25:39 -0600 asked a question Eye detection with haarlike feature

I have use this haarlike feature as eye detection code from this link http://docs.opencv.org/doc/tutorials/objdetect/cascade_classifier/cascade_classifier.html

If I run this code the image isn't smooth. I just modified this code if I get the for-loop out the camera is working smooth. So how can I modified this code to detect eye and face with smooth running camera? Please show example to modified this code.

Best Thank Ningnong

2013-04-19 18:00:56 -0600 answered a question Native' has exited with code -1073741805 (0xc0000013)

Thank You Now I just solve that problem.

2013-04-11 13:48:46 -0600 received badge  Editor (source)
2013-04-11 13:47:38 -0600 asked a question Native' has exited with code -1073741805 (0xc0000013)

I got the tutorial from this video link http://www.youtube.com/watch?v=cgo0UitHfp8

Now when I use that code it will show It will show this application was unable to start correctly (0xc0000013) ...

This is my output from my visual studio 2010

'MynewOpencv.exe': Loaded 'C:\Users\Ningnong\Documents\Visual Studio 2010\Projects\MynewOpencv\Debug\MynewOpencv.exe', Symbols loaded.
'MynewOpencv.exe': Loaded 'C:\Windows\System32\ntdll.dll', Symbols loaded (source information stripped).
'MynewOpencv.exe': Loaded 'C:\Windows\System32\kernel32.dll', Symbols loaded (source information stripped).
'MynewOpencv.exe': Loaded 'C:\Windows\System32\KernelBase.dll', Symbols loaded (source information stripped).
The program '[4940] MynewOpencv.exe: Native' has exited with code -1073741805 (0xc0000013).

My window is win7 32bit ultimate. My visual studio ultimate is 2010 32 bit. My matlab is 2012 32 bit.

Please help me I ve got stuck for 3 weeks.

Best Regard Ningnong