diff options
-rw-r--r-- | TODO | 4 | ||||
-rw-r--r-- | pdp_opencv_contours_boundingrect-help.pd | 8 | ||||
-rw-r--r-- | pdp_opencv_surf-help.pd | 12 |
3 files changed, 14 insertions, 10 deletions
@@ -154,6 +154,10 @@ simple edge ... http://www.hci.iastate.edu/575x/doku.php?id=code_samples:edge_de http://www.cs.iit.edu/~agam/cs512/lect-notes/opencv-intro/opencv-intro.html#SECTION00053000000000000000 ############################# sevy ++ +<<<<<<< .mine +one day : stereo calibration ( need two cams and a chessboard ) +======= hough lines/circles camshift ( very greedy ) one day : stereo calibration ( need two cams and a chessboard ) +>>>>>>> .r12151 diff --git a/pdp_opencv_contours_boundingrect-help.pd b/pdp_opencv_contours_boundingrect-help.pd index a209f2b..814a1ec 100644 --- a/pdp_opencv_contours_boundingrect-help.pd +++ b/pdp_opencv_contours_boundingrect-help.pd @@ -1,4 +1,4 @@ -#N canvas 1 49 1424 780 10; +#N canvas 729 49 737 767 10; #X obj 41 -82 cnv 15 621 223 empty empty empty 20 12 0 14 -260097 -66577 0; #X msg 148 -25 open /dev/dv1394/0; @@ -13,7 +13,7 @@ #X msg 371 10 close; #X obj 301 81 pdp_v4l; #X msg 358 -22 open /dev/video0; -#X obj 482 -42 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 +#X obj 482 -42 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1 1; #X obj 482 -15 metro 40; #X msg 563 4 close; @@ -92,11 +92,11 @@ silouets of the objects you want to track.; #X text 318 261 frame tolerance for identification ( default 5 ); #X obj 92 75 pdp_ieee1394; #X msg 211 280 nightmode \$1; -#X obj 301 281 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 +#X obj 301 281 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1 1; #X obj 290 302 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; -#X obj 303 324 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 +#X obj 303 324 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1 1; #X msg 230 301 draw \$1; #X text 317 300 draw bounding rectangle ( default : on ); diff --git a/pdp_opencv_surf-help.pd b/pdp_opencv_surf-help.pd index d19f419..c7c01a1 100644 --- a/pdp_opencv_surf-help.pd +++ b/pdp_opencv_surf-help.pd @@ -9,7 +9,7 @@ #X msg 313 39 close; #X obj 243 110 pdp_v4l; #X msg 300 7 open /dev/video0; -#X obj 412 -20 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1 +#X obj 412 -20 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1; #X obj 412 7 metro 40; #X msg 493 26 close; @@ -61,15 +61,15 @@ #X text 144 623 <-- mark the points you want to track in the video window; #X text 280 527 position of each marked point; -#X text 218 441 make a delaunay with all points; -#X msg 137 439 delaunay on; -#X msg 139 460 delaunay off; -#X text 249 471 make a delaunay with point 1 and a tolerance of 50 +#X text 214 426 make a delaunay with all points; +#X msg 133 424 delaunay on; +#X msg 135 445 delaunay off; +#X text 245 456 make a delaunay with point 1 and a tolerance of 50 ( all points which color is in that range will be included in the delaunay) ; #X obj 168 324 hradio 15 1 0 8 empty empty empty 0 -8 0 10 -262144 -1 -1 0; -#X msg 145 483 pdelaunay 1 50; +#X msg 141 468 pdelaunay 1 50; #X obj 20 499 pdp_opencv_surf; #X text -6 -112 pdp_opencv_surf : SURF ( Speed Up Robust Features ) points detection and tracking; |