-
-
-
Calibration.zip
摄像头标定的代码,OPENCV没有提供完整的示例,自己整理了一下,贴出来记录。利用cvFindChessboardCorners找到棋盘在摄像头中的2D位置,
再用cvCalibrateCamera2计算内参,
最后用cvUndistort2纠正图像的变形。
-
-
-
tracking.zip
... need YOU to write good, well documented code that will make this repository complete. The following is the minimal amount of code needed to filter and locate particles in 2d. The version of track here is fully 3D and the 3D feature and bpass are coming.
-
2007202131.rar
... Cosine Transform.
IMCOMPR:
Image compression based on Singular Value Decomposition.
The given codes can be also used in 2D noise suppression.
Notes:
The function "conv2fft" performs a 2D FFT-based convolution.
Type "help conv2fft" on ...
-
Kalman.rar
... files in your matlab directory, In Matlab type
addpath matlab/KPMtools
addpath matlab/Kalman
Demos
-----
See tracking_demo.m for a demo of 2D tracking.
See learning_demo.m for a demo of parameter estimation using EM.
较早版本的kalman滤波matlab源码, ...
-
-
-
-