motion-detection
Opencv C++ finding movement in a thresholded image
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[详细]
2023-03-30 03:50 分类:问答Motion detection regions for Aforge.Net
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?[详细]
2023-03-27 20:28 分类:问答Opencv Motion detection with tracking
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[详细]
2023-03-26 23:32 分类:问答Detect changes in a video
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[详细]
2023-03-25 09:50 分类:问答Android development: OnTouchEvent
I\'m using: @Override public boolean onTouchEvent(MotionEvent event) { I\'m using surfaceview. But when I try:[详细]
2023-03-20 04:50 分类:问答Jenga from Apple Source Code / Motion Detection
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[详细]
2023-03-15 18:49 分类:问答MotionEnded is not called continuously
There is a list of videos in main view. In that main view, i have added a UIWebView as subview to play videos.[详细]
2023-03-15 16:36 分类:问答How to detect Shake Gesture while application in Background?
I\'m currently working on a music player app, and like the iPod application, I would like to shuffle songs with shake gesture.[详细]
2023-03-02 12:00 分类:问答allow text selection on long press touch event in WebView
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[详细]
2023-02-23 19:07 分类:问答Android buttons and touch events
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?[详细]
2023-02-18 03:44 分类:问答