SPIM videos
Compiling mexopencv in OS X 10.9 with Xcode 5 and Matlab R2013b – Stack Overflow
An update on getting Opencv & Matlab working
Compiling mexopencv in OS X 10.9 with Xcode 5 and Matlab R2013b – Stack Overflow.
Getting Matlab 2012b to work with XCode 5 (OS X 10.9 Maverick)
Mathworks haven’t issued a patch for 2012b and OS X 10.9 so I ran the 10.9 patch (from http://www.mathworks.com/matlabcentral/answers/94092) and ran
mex -setup
I then modified the mexopts.sh file (mex -setup tells you where this is, on my system its
edit ~/.matlab/R2012b/mexopts.sh
In the section called
#PATCH: MacOSX10.8
remove the version numbers from CC and CXX and correct the SDKROOT. I also changed the deployment target to 10.9
#PATCH: MacOSX10.8
CC='llvm-gcc'
CXX='llvm-g++
SDKROOT='/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/'
MACOSX_DEPLOYMENT_TARGET='10.9'
After a restart, mex worked fine.
Caltech Pedestrian Detection Benchmark
INRIA Person dataset
Stable Multi-Target Tracking in Real-Time Surveillance Video
Zsolt @ Heriot-Watt University, Edinburgh
Zsolt @ Heriot-Watt University, Edinburgh. A list of datasets
PETS 2007
PETS 2007. Video datasets
14th IEEE International Workshop on Performance Evaluation of Tracking and Surveillance
A useful tracking dataset – PETS 2012
14th IEEE International Workshop on Performance Evaluation of Tracking and Surveillance.