Related to detection of motion related to programming issues, like computer vission, sensor control, etc.

learn more… | top users | synonyms

0
votes
0answers
14 views

Biovision Hierarchical File (BVH) Euler angle specification differences

I am trying to get features out of a BVH file by parsing it. The BVH file is exported through NUICapture, a software that captures body movement through Kinect (http://nuicapture.com/) All BVH ...
0
votes
0answers
36 views

Matlab - background subtraction for motion detection

I am currently using vision.ForegroundDetector for motion detection. It returns the foreground image. Is there any way to also get the background image that it has learnt?
0
votes
0answers
33 views

Android Motion detection

I'm developing an app in which I require the app to be launched when the phone is moved in a particular pattern{ even when the phone is screen locked / pattern locked }. Say first horizontally, then ...
2
votes
0answers
32 views

Which motion sensor would consume less battery [duplicate]

As long as my app is active, I need to detect movement, meaning, when the device has started to move. I'm requesting updates in a fixed frequency, and the tracking of sensors is working when the ...
0
votes
0answers
58 views

What method should I use to track a moving object with a moving camera (using resources of RaspberryPi)

I'm playing around with motion detection through a webcam connected to RaspberryPi using OpenCV and cvBlob in C++. I want to kick it up a notch and make a robot that detects and tracks movement ...
-4
votes
1answer
62 views

Finding threshold in real time video frames using matlab [closed]

I have developed a motion detection system in real time. In that I have set the threshold using trial and error method.But in case of security system I need to find any intruders other than the ...
0
votes
0answers
22 views

Motion detection versus conserving battery

In my app, I have a service that is constantly running in the background, in time ranges the user determines. In theory, I need to constantly know the user's distance from some destination. So for ...
0
votes
0answers
23 views

Tz search for motion estimation on GPU

why all papers and thesis talk about parallel full search with no thesis or paper ever try to run the fast search(Diamond search) on parallel architecture whether it was multicore/many core. i have a ...
0
votes
1answer
124 views

OpenCV Motion Tracking Using Feature Detector

I was wondering If I can detect motion more reliably by using Feature Detectors (like SURF, ORB, etc...)... Will it work for human beings in a video stream?
0
votes
1answer
94 views

iOS Camera Color Recognition in Real Time: Tracking a Ball

I have been looking for a bit and know that people are able to track faces with core image and openGL. However I am not that sure where to start the process of tracking a colored ball with the iOS ...
0
votes
0answers
22 views

Inverse Interpolation to find “keyframe” points?

The Question Given a continuous piecewise function and a method of interpolation, is it possible to calculate "keyframe" points such that using those keyframe points you can use the given ...
1
vote
1answer
346 views

Opencv and Image Processing: Extracting contour of the body frame

I am a beginner in image processing and just started fiddling with OpenCV for a project. I have a video signal of pedestrian walking.I am running the pedestrain.cpp program whic does th bckgound ...
2
votes
1answer
57 views

Determine Direction of Circular Motion

I'm doing a motion detection program and want to determine if a person is moving their hand in a clockwise or counterclockwise motion. Would someone know the best way to do this? (I'm coding in AS3, ...
0
votes
0answers
43 views

AirKinect: possible to develop on Macintosh Lion? Possible to publish to SWF?

I'm trying to get a Kinect box to interface with AS3 code -- I was looking at AS3Kinect but it seems the project is dormant/dead, and the last release was still beta. I am not a hardware/driver ...
0
votes
0answers
213 views

Opencv : Implementaion issues for motion detection and conceptual queries

I am at a beginners level in Image Processing and computer vision. I came across this code motion based on a research paper by Bradsky et al.I wish to modify this code but do not know how so that I ...
1
vote
1answer
136 views

Detecting positions of two moving fingers

I'm trying to detect the moving objects with my webcam, where I want to detect the position on my two fingers moving, so I can scale an image according to the move of my fingers, like if it was a ...
0
votes
0answers
332 views

opencv motion tracking: need to make path for moving objects

I am trying to write c++ code to track the motion of two objects. I need to highlight the paths that the objects move on. here is the code I have written so far. I have been able to track the ...
0
votes
0answers
12 views

Displacement vectors camera osx

I'm looking for software that runs on linux or osx that can draw displacement vectors based on a video input. Realtime is better. Used this in the university lab 15 years ago, but forgot its name ...
1
vote
1answer
563 views

OpenCV : How to find the center of mass/centroid for motion information

The thing is I am unable to implement the center of mass with the existing code, which image object to use etc after the detected object is bounded by the rectangle so that I may get the trajectory of ...
1
vote
1answer
70 views

Traffic Motion Recognition

I'm trying to build a simple traffic motion monitor to estimate average speed of moving vehicles, and I'm looking for guidance on how to do so using an open source package like OpenCV or others that ...
2
votes
3answers
388 views

Android turn screen off while running tasks in background

I have a requirement in android application where i want to turn off screen when no motion has been detected(Motion detection is done using camera). But the camera should be running in background ...
0
votes
0answers
62 views

Detect slight motion of iPhone

I'm trying to detect a slight movement of the device. If the movement is over a certain threshold, the user cannot take a picture, otherwise a picture is captured. What would be the best way to go ...
0
votes
1answer
88 views

setting RGB colors to detect change when white objects are placed in front of the camera, Android

I have an android phone that has the camera facing a brown wooden desk. I want it to fire an intent when someone places a white piece of paper on the desk. on the wooden desk the RGB values ...
0
votes
1answer
250 views

Motion detection code {EDIT}

EDIT Human walk motion Detect link explains how to detect human motion with Opencv 2.3 on Visual Studio 2010 with C++. I downloaded the source code motemp9.c along with the text files walkImgs.txt and ...
0
votes
0answers
269 views

Algorithms for Motion Detection in python with opencv?

I have been finding out about Motion Detection algorithm for very long but unable to decide which algorithm will give me best performance. I am uisng a IP camera to capture video stream using opencv ...
3
votes
2answers
349 views

Visual Odometry (aka. Egomotion estimation) with OpenCV

I'm planning to implement an application with augmented reality features. For one of the features I need an egomotion estimation. Only the camera is moving, in a space with fixed objects (nothing or ...
-8
votes
1answer
309 views

Video Processing In C#. Net [closed]

I want to detect moving vehicles from the road in a video. e.g At toll naka to detect the incoming vehicle. How can I detect that in C# .Net and give focus on that vehicle? edited Section Please ...
-2
votes
1answer
189 views

How to detect vertical motion using sensors in android and use it to locate potholes in a locality [closed]

I have made a program to get the latitude and longitude of a place (GPSTracker). Now using it i want to locate points in a locality which have holes / small pits. I think this will be possible through ...
0
votes
1answer
178 views

iphone: Hands free gestures

In my iPhone app, I require to recognize the gesture or motion made by the user on the view without touching it. I want the hand free gestures to be recognized and perform a function on view. I need ...
0
votes
2answers
357 views

Is it possible to use ViBe algorithm, implemented in opencv, for systema without GPU?

I want to test ViBe algorithm for Background Subtraction. Currently I am using opencv libraries. I found out a sample implementation in opencv/samples/gpu/bgfg_segm.cpp and bgfg_vibe.cpp files. These ...
0
votes
2answers
260 views

Trying to detect a shake, motionEnded is never called

I'm trying to detect a shake in iOS6, seems every single example ever was written back in 2009 or so for iOS3, and nothing's working as it should. Here's my method: - (void) motionEnded: ...
1
vote
1answer
109 views

How to track motion between images in a stream

I've got a ConcurrentQueue which is being populated with a stream of images. For simplicity's sake, assume they're frames from a webcam. What I'd ideally like to do is detect if there's any motion ...
0
votes
0answers
179 views

Glitch in a simple motion detection program?

So I have a simple motion detection program that detects motion on your desktop - not from a camera. So essentially what my program does is take a screen shot at a certain time interval, read the ...
2
votes
0answers
1k views

motion detection opencv

I am attempting to use a straightforward motion detection code to detect movement from a camera. I'm using the OpenCV library and I have some code that takes the difference between two frames to ...
6
votes
2answers
619 views

Editing android VideoView frames

Environment: Nexus 7 Jelly Bean 4.1.2 Problem: I'm trying to make a Motion Detection application that works with RTSP using VideoView. I wish that there was something like an onNewFrameListener ...
5
votes
1answer
456 views

xcode ios 6 shake motion calls IBaction from previous view

I'm a bit new to app development. In a viewController ( VPviewController ) i have the following code: - (void) motionBegan:(UIEventSubtype)motion withEvent:(UIEvent *)event{ if (motion == ...
0
votes
1answer
661 views

Calculate white areas pixels in contours using opencv and Javacv

I have develop a program to detect motions using JavaCV. up to now i have completed cvFindContours of the processed image. source code is given below, public class MotionDetect { public static void ...
1
vote
1answer
86 views

Motion recognition basics?

Scenario: I want to take input from the laptop camera and detect the user moving his finger at a virtual point in the air. I have not idea where to start :) What library to do the heavy lifting would ...
-8
votes
1answer
158 views

Is there any sample or guideline for “Try On Clothes VIRTUALLY With Xbox 360 Kinect” ?? I can't find one. For SDK1.5 [closed]

Is there any sample or guideline for "Try On Clothes VIRTUALLY With Xbox 360 Kinect" ?? I can't find one. For Kinect SDK 1.5.... Thank you...
0
votes
1answer
219 views

How to make SkeletonFrames avaible in my click event?

I want my SkeletonFrames avaible in my click event. Is there anyway to make it possible? I was planning to create a Kinect to place image on skeleton joints. Here's my coding. private void ...
0
votes
0answers
114 views

Motion tracking with Correlation matching [closed]

I'm studying this algorithm and I need to read some source code to understand it better. Someone knows where I can find it? possibly an imageJ plugin
2
votes
0answers
395 views

Motion detection on IP video input stream - Android/Java

As described in post title, I'm looking for a way to detect motion/movement on the input stream from CCTV camera (IP/WiFi). Anyone know best way how I can connect to IP video stream and monitor for ...
0
votes
0answers
273 views

Looking for a function for motion detection on emgucv

I am new to emgu cv; I'm trying to find a code that makes motion detection. I tried this: CvInvoke.cvAbsDiff(frame, _backgroundImage, BgDifference); CvInvoke.cvThreshold(BgDifference, thresholded, ...
0
votes
0answers
68 views

Applying Pixasstic image filters - changing based on movement

I am using the pixastic image filtering library to apply filters to an image on a canvas on html5 whenever the phone is tilted in a particular direction. I am new to html5 and this pixastic library ...
2
votes
1answer
931 views

iphone Camera: how to detect movement of object on camera screen?

I have an application which requires functionality, to detect the movement of object or image which is shown on camera screen. Is it be possible with iphone?
0
votes
3answers
382 views

Shake Motion events not working

So let me clarify first off with showing what code i have implemented -(BOOL)canBecomeFirstResponder { return YES; } - (void) viewWillAppear:(BOOL)animated { [super ...
0
votes
0answers
249 views

Disable Motion Sensor

Is there any way to disable the motion sensor? For example, I don't want my app to do anything if user shake it. However the app can support orientation changes since I put different layouts in ...
0
votes
2answers
781 views

Android Gyroscope verse Accelerometer

I am building an Android game and I want to figure out whether the user tilts the device to the left or the right (Similar to how Temple Run works when you move the man from side to side). I have ...
0
votes
0answers
79 views

How to differentiate the car types by programming?

I would like to differentiate the type of cars (SUV, saloon, MPV, bus, taxi[speical case])which pass by (slowly) a place. One option could probably be using of predefined car type images to match ...
4
votes
4answers
431 views

Motion detection on screenshots

I'd like to know if there is a fast algorithm that can detect parts that moved between two sequential screenshots. The algorithm should take two images and output a set of (rectangular) regions in one ...

1 2 3 4