I am using openCv with C++ and I am trying to find a moving ball under different lighting conditions. So far I am able to filter an image by thresholding it using HSV color space. The problem with thi
I am using AForge for motion detection and I know that motion regions can be set. Is it possible tomake that it triggers only when there are motions in ALL the defined regions?
I need a robust mot开发者_开发问答ion detection and tracking in web cam\'s video frames. The background is always the same. The aim is to identify the position of the object, if possible without the s
I have a friend whose job is to watch a video and take note of times when something happens on the screen.Most of the time it\'s just a blue/white screen, so there is very little change.It is an outsi
I\'m using: @Override public boolean onTouchEvent(MotionEvent event) { I\'m using surfaceview. But when I try:
Hello I was watching Apple WWDC 2010 and saw Steve playing jenga... Now 开发者_JAVA技巧I am die to see what is under the hood. Is there an code sample from Apple of that game? I was looking and can\'t
There is a list of videos in main view. In that main view, i have added a UIWebView as subview to play videos.
I\'m currently working on a music player app, and like the iPod application, I would like to shuffle songs with shake gesture.
I am really new at Java. I have been trying to allow text selection in a WebView on a long press or long touch event. I have it working like this, but it is interfering with the zoom functions of the
Hi I am developing the pattern locker for android. How or what method can I use to put the circles (pattern) i have drawn on the screen to be listened to, when touched and place them in an array?