-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathChangelog.txt
More file actions
44 lines (36 loc) · 796 Bytes
/
Changelog.txt
File metadata and controls
44 lines (36 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
1.3.4
-----
* GitHub release.
1.3.2
-----
* Minor fixes.
* First release package build.
1.3.1
-----
* Command line parameters for W/H of captured video.
1.3.0
-----
* Added interpolation.
* Contours smooth.
1.2.0
-----
* Counting fixedPos after collecting all the marker points.
* Changed filter order to cvSmooth -> cvErode.
1.1.2
-----
* Fixed empty marker conditions.
* Fixed filtering (cvErode)
* Added min/max marker size.
* Added simple jitter removal.
* Extra window with filters toolbox.
1.0.1
-----
* Lame memory leak fix.
1.0.0
------
* First working version based on color tracking.
0.1-0.9
-------
* First attempt to OpenCV color based tracking (continued as open source).
* First attempt to communicate with maya :)
* First attempt to OpenCV shape based tracking (closed).