Related to video tracking in computer vision field.
2
votes
2answers
185 views
pixel correspondence in optical flow
I am somehow new to the concept of optical flow in video sequences and I've read the basics about optical flow and I'm familiar with Horn & Shunck method or Lucas & Kanade's method.
I ...
2
votes
1answer
192 views
OpenGL ES - GLSL returning calculations [closed]
I'm trying to create a face tracker for iPhone using the GPU to perform calculations for performance.
To make the tracking more intelligent, I need to be able to retrieve values from the shader.
...
2
votes
2answers
772 views
Google Analytics Event Tracking
I am trying to implement the google event tracking api into a html5 player, but for some reason it doesn't want to work.. Here is what i am doing:
var _gaq = _gaq || [];
_gaq.push(['_setAccount', ...
2
votes
3answers
244 views
Is there any computer specific information besides the IP address for tracking?
I am developing a program to that only allows the same computer to view a specific page once, and after that I am blocking access to that page.
My question is, the IP address works ok but some users ...
2
votes
2answers
348 views
UPS package tracking API — how to not expose password?
It seems that sending this with every XML request is the only way to use the UPS Tracking API:
<?xml version="1.0" ?>
<AccessRequest xml:lang='en-US'> <AccessLicenseNumber>
...
2
votes
1answer
242 views
Can Google track me if I use Google Web Fonts?
By using Google Web Fonts can/does Google
process the text of the webpage (despite disallowed by robots.txt)
track the visitors of the webpage, and (theoretically) recognize them
track the changes ...
2
votes
1answer
57 views
Is there a technical limitation which requires redirect urls?
A lot of services send your browser to another url when you click a link on their sites.
Google search results and links on Facebook would be two well-known examples.
The slower a connection, the more ...
2
votes
2answers
7k views
Complementary filter (Gyro + accel) with Android
Recently I have made some research to use both the accelerometer + Gyroscope to use those senser to track a smartphone without the help of the GPS (see this post)
Indoor Positioning System based on ...
2
votes
2answers
749 views
Double script tags in Google Analytics tracking code
This is more a curiosity question than anything else...
Google instructs to add the analytics tracking code as follows:
<script type="text/javascript">
var gaJsHost = (("https:" == ...
2
votes
3answers
667 views
Tracking Objects in Videos
Are there any open Source libraries for tracking objects and over-laying graphics in videos ? Specifically, to create effects similar to the products offered in the below link :-
...
2
votes
1answer
1k views
How to implement Marketo tracking code
I'm investigating how to implement Marketo tracking visitor, email, white-paper, webinar,...
I have research about it, but i just know install script munchkin, but i don't know how to get it works?
...
2
votes
1answer
1k views
Kalman filter eye tracking
i'd like to implement a kalman filter using OpenCV to track eye (in particular eye ball). I read something around internet about Kalman Filter. I have to set the state of my filter. What can i use as ...
2
votes
2answers
148 views
software tracking
I have developed a small .NET application and for the BETA I want to add some tracking code so I can monitor the number of times it was installed, how many times it is run and which features are more ...
2
votes
1answer
420 views
How to set tracking on an existing repo to a remote repo with ngit (or jgit)?
I am working on a gui based helper utility that will:
Init a local repo, Init (bare) a remote repo
Add .gitignore based on a project type
Commit all the files locally
Add a remote repo to the local ...
2
votes
6answers
896 views
How to terminate the user session in PHP?
I have tracked the online user session with a img tag with the code below.
<img src="http://www.somedomain.com/track/login.php" alt="" title="" width="1" height="1" />
Using the above code, I ...
2
votes
1answer
762 views
How to get stats of the website's who use my web widget which has an iframe?
I've deployed a web widget which basically has an iframe & an external Javascript.
I added GA to the iframe before deploying it hoping to analyse where my widget is used. However now I get stats ...
2
votes
1answer
370 views
Tracking clicks on outbound links
I have a website based on wordpress. I want to implement a click tracking system on some of external links. Is there any method of doing so without using any external website or google analytic s.
...
2
votes
2answers
500 views
Tracking impressions/visits per web page
I have a site with several pages for each company and I want to show how their page is performing in terms of number of people coming to this profile.
We have already made sure that bots are ...
2
votes
1answer
356 views
Returning a 1x1 .gif as a response in Rails
I'm building a Rails app that does conversion tracking on outside sites. I'd like to allow users to paste an image tag in their conversion pages (like AdWords), and whenever that image is requested, a ...
2
votes
4answers
1k views
GPS tracking system over Radio waves (Ham Radios)?
As I searched in forums I learned that for tacking gps I must send coordinates ovew internet connection or SMS .But as I know we can cominicate via radio waves sending voice ,pics,data .And can I use ...
2
votes
1answer
2k views
nginx/redis and handling tracking params in url
I am using nginx and redis in my website. For several items on my site, I want to add tracking params to their urls so that when a user clicks on an item, I can collect statistics of user usage apart ...
2
votes
2answers
1k views
Monitor clicks/goals Google Analytics with iframes?
We've got a site that shows some content in iframes loaded from another domains. What I'd like to do is setup some Goals to track if this stuff is clicked, is this possible to track these clicks?
I ...
2
votes
2answers
492 views
Particle filter for multi object tracking
I'm on people tracking in computer vision. I have observations (blob as output of blob detection after background subtraction) and i want to infer the objects that have produced this observations.
I ...
2
votes
2answers
184 views
Tracking email opens with a real image
I'm playing with the idea of adding email tracking to a web service I built for a small client business. I was planning on doing the embedded image solution (with reference to an image on my server) ...
2
votes
1answer
178 views
how can cookies track users despite same origin policy?
Article here discusses tactics used by political campaigns.
http://www.nytimes.com/2012/10/14/us/politics/campaigns-mine-personal-lives-to-get-out-vote.html
The part in question is quoted:
The ...
2
votes
1answer
184 views
AS3 Counting TUIO points within specific coordinates
I am writing a flash app for an LED floor using a Kinect to track tuio points. The interactive is split into three zones. When a particular zone has more tuio points than any other zone, it will send ...
2
votes
3answers
252 views
Google Analytics for local pages
I'm making a webpage for the users to open directly from their local drives with Internet Explorer. I want to use Google Analytics on these pages.
I added the Google Analytics tracking code to the ...
2
votes
1answer
353 views
SAP ABAP: updates tracking using change documents
The issue is:
I have Z table that is to be updated frequently. We should track (log) these updates. Tracking was implemented with SAP change documents functionality. All works fine, records in CDHDR ...
2
votes
1answer
63 views
Android how to track user's action
I've got a question more about a strategy to use in order to implement the following requirement.
I need to develop a functionality where a user can perform some actions in the application like ...
2
votes
1answer
62 views
Do you know a tool that allows users to report bugs and suggest features for a website?
I've got a website, and I want users to be able to submit bugs and feature requests easily. I rather that it won't work via email, so users won't re-submit the same features/bugs several times.
I ...
2
votes
1answer
177 views
Exception tracking solutions
is there any alternatives to AirBrake and Exceptional.io ? I've tried both, I think they are more oriented to Ruby/Rails projects. What I'm looking for is a SaaS solution that tracks Java exceptions.
...
2
votes
1answer
168 views
How to store a browser-wide localStorage value?
Say I open Chrome and hop into the javascript console. If I run
localStorage.setItem('test', 'THIS IS A VALUE');
and then close the browser, re-open it, then run
localStorage.getItem('test');
...
2
votes
2answers
389 views
Google Analytics - Keeping pages active
How can I keep a user's "session" active in google analytics? Such as for pages that hardly ever refresh (online games, virtual worlds).
Would just having the google analytics javascript run every ...
2
votes
1answer
361 views
Google Analytics - Download link event tracking
I would like to count my downloads through Google Analytics events. Unfortunately nothing shows up in my statistics.
This is the GA code:
<script type="text/javascript">
var _gaq = _gaq || ...
2
votes
1answer
623 views
Intercepting and logging changes with EF 4.2 code first
I spent some time reading a few posts and articles about audit tracking but still can't figure this out.
What I need is a pretty basic audit system that will give me results such as:
Customer "John ...
2
votes
2answers
1k views
Indoor tracking (IMU + tags)
this is an other question about indoor tracking using inertial (smartphone + aceel + gyro)
Firstly I would like to say that I have read almost every post on stackoverflow talking about this subject.
...
2
votes
2answers
967 views
Tracking a subdomain separately in Google Analytics
So I've been trying to set up Google Analytics to track site's (Tumblr) blog separately from the rest of the site, but I've been having no luck. All of the tutorials online seem to be outdated, and ...
2
votes
1answer
150 views
Tracking Page Popularity in a Time Frame in Rails
I'm very new to web development and this seems like a basic question, so perhaps I just lack the correct terminology to search it on Google.
On my site I plan to have many dynamically generated ...
2
votes
3answers
853 views
How can i check if a link has been clicked already?
I'm working on a PHP Jeopardy game, I need a way to find out how to check if a link to a question has been clicked and hide it once it has.
I also need a way to refresh the gameboard to show all ...
2
votes
1answer
831 views
Google Analytics Event Tracking not working?
I've added the following code to my web app, so that when a user clicks on a button, a google tracking event should be recorded:
//links jquery to button
$(this).click(function() {
//toggles a ...
2
votes
2answers
437 views
Google analytics event tracking integration. Anyone else find a better solution to this?
I haven't tested this in a full production environment, but this little snippet of jQuery seems to be giving me a good way to parse links with customizable class names into an equivalent google ...
2
votes
5answers
393 views
Need issue tracker, for general use, not only software
I'm looking for a free or commercial issue tracker. I've looked at a dozen of them, but I can't find what I need.
These are my requirements:
Not only for software. I need a more general tracker in ...
2
votes
2answers
134 views
How to track RSS feed useage / views?
What's the best way to track how many times items in your RSS have been accessed?
2
votes
4answers
2k views
Track someone's GitHub repo in a branch
I'm pretty new to Git, and like it a lot so far, but am not sure what do do here.
I've forked a github project, and am currently in the process of porting it to another language. For reference, I've ...
2
votes
1answer
73 views
Know the IP - address of devices that downloaded my app and create unique id for devices
I have an app that will be launched soon. I also have a database where I want to insert the ip address and create a unique id for each device that has downloaded or installed my app..I just want to ...
2
votes
1answer
53 views
Need to find equation for moving towards something on a grid
Ok, I wrote a script that let's you move around and what not on a grid made up of a bunch of put together 'x' letters. So you know what it looks like, here is the JS that makes it:
function ...
2
votes
2answers
207 views
Image Sequence Annotation Tool
Let me give you some background information to help express my question clearly.
As part of my PhD thesis I am developing and evaluating tracking algorithms for some special purpose imaging system. I ...
2
votes
2answers
437 views
Implement User Activity Tracking
I am working on an ASP.NET website with sql server 2008 R2.
i need to implement a tracking system to track user activity as which pages the user browsed which item liked and so on
i have a lot of ...
2
votes
2answers
82 views
How to check which sections of a site are tracked by Google Analytics
I'm currently managing a PHP website that "integrates" several independent modules under the same domain. And by independent I mean that they don't share common templates, some small parts even being ...
2
votes
1answer
233 views
Is there a way to track loading of individual resources in an uiwebview for ios
when a UIWebView tries to load a webpage, is there a way to track individual resources like images, js, css being loaded into webview. Basically i am looking for callbacks. Are there callbacks in ios ...

