Related to video tracking in computer vision field.
48
votes
19answers
19k views
Is version control (ie. Subversion) applicable in document tracking?
I am in charge of about 100+ documents (word document, not source code) that needs revision by different people in my department. Currently all the documents are in a shared folder where they will ...
30
votes
5answers
37k views
Reading barcodes with android
Hi I am developing an application for the android htc hero. I am looking into ways of using the inbuilt camer to read 2D barcodes and extract the string returned from the barcode. I have only recently ...
22
votes
3answers
3k views
Find out if resource is used
I am looking for an efficient way to find out if a resource (mostly a drawable) is used in java or in an XML file.
The problem is, that on my current project the drawables are changed often and now I ...
18
votes
6answers
5k views
What is the most reliable way to hide / spoof the referrer in JavaScript?
Normally, the referrer is traceable through:
JavaScript's document.referrer
The request headers, e.g. PHP's $_SERVER['HTTP_REFERER']
I have set up a Codepad demo which shows these properties, for ...
18
votes
3answers
8k views
How to track a Google Adwords conversion onclick?
Google Adwords offers no code to add to your page to count a conversion if somebody clicks on a link. But as it's Javascript, I am sure there is a way to do this.
Here's the code (unaltered) Google ...
17
votes
3answers
2k views
How to trigger Google Analytics events from Python?
I'm developing a site that has a REST API and I'd like to track the API usage using Google Analytics events. Is there a straightforward way to trigger GA events from Python that doesn't involve ...
15
votes
4answers
6k views
Track mass email campaigns
Litmus released an email analytics service last month (may 2010).
See here: http://litmusapp.com/email-analytics
They boast a very cool "read rate" tracking: they can track normal reads, Skims, and ...
14
votes
6answers
3k views
Mass email tracking
Most services offered online today that claim to "track" e-mails, do so by embedding images in the emails. My questions are:
Is this the only way to do it and if not, what are the other methods?
Are ...
14
votes
2answers
3k views
Google Analytics GIF request not sent
I'm having some troubles setting up Google Analytics. I downloaded the Google Analytics Debugging extension for Chrome and if I take a look at the console, the __utm.gif request is never sent. I ...
14
votes
5answers
2k views
Distributed ProjectManagement/Bug Tracking
Now that we have DSCMs, are there any Project Management / Bug Tracking tools
that are distributed?
13
votes
1answer
759 views
Flowplayer Video Progress Tracking?
Using the FlowPlayer API, is there a way to capture Video Progress? I'm looking to capture the progress of the video so I can fire events to the page at certain points in the Video. In Flash, there is ...
13
votes
1answer
456 views
Framework for benchmarking my tracking algorithm
I am currently developing an application based on OpenCV/C++ to track small animals:
Here is a example of the kind of video it should process. The program simply output the x,y position of the animal ...
12
votes
3answers
6k views
How to capture if a visitor is from a google adwords click
When a user signs up on my site I want to be able to store whether or not they came to my site via an Adwords campaign.
I know google uses javascript to track conversions based on a cookie that is ...
12
votes
9answers
18k views
C#: GPS Tracking system
How do I go about building a GPS tracking system with mobile (with GPS) in C#.net ?
The scenario is
Track a user (service engineer, nothing illegal here) via a GPS enabled mobile Phone. What ...
11
votes
23answers
775 views
Is it ethical to monitor users? [closed]
Update: I didn't know I would be getting too many replies so fast. I can provide more details. It is definitely for use within the company. I was looking for some info on whether I should be more ...
11
votes
3answers
2k views
Track changes: svn + latex
In MS Word, there's a nice feature called "track changes" that allows the program to track edits. This is useful when collaborating with others because you can enable various visualization modes ...
10
votes
9answers
280 views
Tracking Users coming from a certain source
I'm giving promotions to users who sends us other visitors. This is done on the client side.
I can do this using dynamic GET parameters, e.g. http://www.mysite.com?app_source=user_id or I can do this ...
10
votes
7answers
4k views
Track php emails with php script?
I am sending email newsletters using php mail() function.
I have to track the newsletter emails status.
The status would be
1. Num.Of Sent.
2. Num.Of Delivered.
3. Delivered date.
4. Total Num.Of ...
10
votes
4answers
1k views
Object Tracking: MATLAB vs. Python Numpy
I will soon be starting a final year Engineering project, consisting of the real-time tracking of objects moving on a 2D-surface. The objects will be registered by my algorithm using feature ...
10
votes
1answer
11k views
Real time GPS Tracker on JUST HTML / JS and Google Maps to be run on a handphone? Is it possible?
I have read up on GPS Real time tracking and found out several things about it, mostly requiring PHP, zope and a database to store the incoming data. Some other methods uses ajax with relations to ...
10
votes
1answer
7k views
Finger tracking / counting using OpenCV convex hull and Convexity Defect functions
I have been working on a basic hand/finger tracking code using OpenCV and the ConvexHull and ConvexityDefects method.
Basically I am able to create a contour of the hand. I now need to be able to ...
10
votes
2answers
237 views
Strategies to detect and delete cluttering aggregations of GPS points?
my problem is that I have a large set of GPS tracks from different GPS loggers used in cars. When not turned off these cheap devices log phantom movements even if standing still:
As you can see in ...
9
votes
8answers
8k views
Tracking changes in a SQL server 2005 database
I have been tasked with developing a solution that tracks changes to a database.
For updates I need to capture:
date of update
old value
new value
field affected
person doing change
record id
table ...
9
votes
2answers
22k views
Help creating an Android GPS tracking application!
Recently I've taken up android development as a hobby and was looking to develop an application that can find and track a users position using Google Maps.
Once the application has a GPS lock, The ...
9
votes
2answers
502 views
Is there a way to send tracking info to Google Analytics from PHP?
I have a PHP code that will return a image.
the link is given to 3rd party. so, i need to keep track where the php request coming from. Because the PHP only return the image, I cannot use the ...
8
votes
12answers
539 views
What are effective ways to log and track programming mistakes?
On occasion I've heard people discuss the benefits of keeping track of programming mistakes, if for no other reason than it increases awareness of common errors. I've started to keep a list of bugs ...
8
votes
1answer
2k views
How to track downloads on iOS5 without UDID
Anyone who knows how to track iOS app downloads (through web ads) without UDID?
I have thought it becomes impossible especially if the user comes from website to AppStore. But a company called WDA ...
8
votes
1answer
3k views
How to track ONE person with Kinect (trackingID)
I would like to track the first person, and use this person's right hand to navigate in the application that I made.
I can take over the cursor, now I just want only one person being tracked. So ...
8
votes
6answers
679 views
What is the best way to handle this: large download via PHP + slow connection from client = script timeout before file is completely downloaded
My client wanted a way to offer downloads to users, but only after they fill out a registration form (basically name and email). An email is sent to the user with the links for the downloadable ...
8
votes
6answers
8k views
How do I dynamically load Google Analytics JavaScript?
Without using any other JS frameworks (dojo, jquery, etc), how would I dynamically load Google Analytic's javascript to be used on a web page for web-tracking?
The typical appropriate to dynamically ...
7
votes
2answers
2k views
What does size and response exactly represent in a SURF keypoint?
I m using OpenCV2.3 for key points detection and matching. But I am a bit confused with the size and response parameters given by the detection algorithm. What do they exactly mean?
Based on the ...
7
votes
3answers
17k views
Running Google Analytics in iframe?
Our company runs a web site (oursite.com) with affiliate partners who send us traffic. In some cases, we set up our affiliates with their own subdomain (affiliate.oursite.com), and they display ...
7
votes
1answer
469 views
Are there different meanings to the concept of 'tracking' in git?
I run 'git branch -r' and get
origin/branch1
origin/branch2
From the man page, the -r option will "list or delete (if used with -d) the remote-tracking branches". So origin/branch1 and ...
7
votes
3answers
668 views
Tracking visitor JS errors?
Is it possible to track JS errors that a visitor encounters? Obviously we do our own testing, but from time to time a visitor will be running a certain browser version, or have a particular plugin, at ...
7
votes
3answers
1k views
Recommendation for click/event tracking mechanisms (python, django, celery, mongo etc)
I'm looking into way to track events in a django application (events would generally be clicks tied to a specific unique user id).
These events would essentially contain an event type like "click" ...
7
votes
1answer
232 views
android corner tracking using opencv
I am trying to track the locations of the corners of a sheet of paper as I move it relative to an Android camera (you can assume the the sheet of paper will be a completely different color than the ...
7
votes
2answers
685 views
Tracking a download button click with Analytics using events
I'm tracking the Download button click on a website featuring a project of mine with this code:
function trackDownload(link) {
try {
_gaq.push(['_trackEvent', 'Downloads', 'Click', 'Setup ...
7
votes
2answers
892 views
git fetch vs. git fetch origin master have different effects on tracking branch
This is mostly of the nature of a curiosity as I'm trying to get familiar with Git. I have looked at the documentation for 'git fetch' but I don't see an obvious explanation for the below. Thanks in ...
7
votes
1answer
1k views
Finding people silhouette in OpenCV C++
I would like to extract the silhouette of a human in a photo and remove the background. The photo could be taken of the full body, only the upper body or only the lower body.
What I have done so far ...
7
votes
2answers
457 views
Are there any desktop application usage tracking systems that target VB6?
We're trying to get some usage metrics on a VB6 application that we are targeting for migration into newer technologies. It is fairly massive (so big that its brushing up against the limits on numbers ...
6
votes
3answers
2k views
Mixpanel anonymous user converts to identified user tracking
I'm adding Mixpanel to my web application and I'm curious about the "process" around what happens when a user transitions from "anonymous" (not logged in/registered) to "identified" (when they ...
6
votes
15answers
4k views
Are there any really simple and usable issue tracking systems for freelance/small teams?
Looking for an uber-simple issue/bug tracking system, as simple as possible. It's just going to be for me to keep track of freelance web development projects. Everything I've found has way too many ...
6
votes
2answers
3k views
How do I get a remote tracking branch to stay up to date with remote origin in a bare Git repository?
I am trying to maintain a bare copy of a Git repository and having some issues keeping the remote tracking branches up to date. I create the remote tracking branches like this:
git branch -t 0.1 ...
6
votes
3answers
213 views
Recursion to find depth of expression
I am trying to use recursion to find the depth of an "expression", i.e., how many layers of nested tuples there are: For example,
depth(('+', ('expt', 'x', 2), ('expt', 'y', 2))) => 2
...
6
votes
5answers
2k views
Analytics - Tracking actions per user
One of our customers has a web application that requires login, and they would like to get Google Analytics to track it per user - to know which users came to their site.
From what I read on Google ...
6
votes
6answers
351 views
Automatic tracking algorithm
I'm trying to write a simple tracking routine to track some points on a movie.
Essentially I have a series of 100-frames-long movies, showing some bright spots on dark background.
I have ~100-150 ...
6
votes
1answer
311 views
What Kalman filter is needed
I am looking to improve gps tracking for an app that i inherited. We track latitude, longitude and altitude. After tracking we give stats on speed, distance and vertical descent. The code ...
6
votes
1answer
3k views
Kinect SDK for finger detection?
I'm a student from Nanyang Technological University (NTU), Singapore. And currently developing a project using Kinect SDK.
And my question is, anyone know how to develop a program to detect a finger ...
6
votes
3answers
7k views
Time tracking for Redmine?
We just deployed Redmine, but got one problem. There is no easy way to track time spent for project/bug.
There is a Redmine Client app, but it is not working with latest redmine. If a developer is ...
6
votes
1answer
395 views
Tracking Users - Custom PHP/MySQL Website Analytics
I run a local directory website (think yelp/yell.com etc) and need to provide analytical data to the businesses listed on the site.
I need to track the following:
1) Number of visitors to specific ...