Commit Graph

13 Commits

Author SHA1 Message Date
Laex
91909414e2 Added samples
Signed-off-by: Laex <laex@bk.ru>
2013-10-30 22:26:57 +04:00
Samuele
951511fabe VCL chessboard corner demo
Demo based on function: cvFindChessboardCorners
2013-05-29 08:54:10 +02:00
Laex
2dcca0b554 Some changes
[*] Rename files of:
- Calib3d.pas in calib3d_s.pas
- Tracking.pas in tracking_s.pas
To ensure conformity with the file names OpenCV library
[!] Modules used in the project without the inclusion of relative paths. Added instructions on how to add the module search path (see readme_en.txt)
[+] Added an example Posit (cvReleasePOSITObject, cvPOSIT and others) (thanks to Frans van Daalen (CLubfitter73))

Signed-off-by: Laex <laex@bk.ru>
2013-05-26 12:50:18 +04:00
Michael Grigorev
f1138b5100 Fixed more samples
Signed-off-by: Michael Grigorev <sleuthhound@gmail.com>
2013-05-21 14:53:30 +06:00
Laex
ac3dd15da8 Added an example
[+] TrackColor
[*] Some changes in modules
[*] To continue the translation of classes

[!] Should change the structure of the modules to the structure of the modules installed OpenCV

Signed-off-by: Laex <laex@bk.ru>
2013-05-21 03:35:54 +04:00
Michael Grigorev
3afd7a881a Fixed samples HandsDetect and MotionDetect 2013-04-23 12:19:22 +06:00
Michael Grigorev
cbc961fa9a Fixed HandsDetect samples 2013-04-18 15:09:49 +06:00
Laex
cf19dc0b3b Fixed issues #3
Signed-off-by: Laex <laex@bk.ru>
2013-04-18 10:34:16 +04:00
Laex
71b883df3a Add samples:
[+] cvCreateStructuringElementEx
[+] cv_FindContours2
Signed-off-by: Laex <laex@bk.ru>
2013-04-13 02:05:58 +04:00
Laex
c8850ec221 Format code...
Signed-off-by: Laex <laex@bk.ru>
2013-04-09 14:41:27 +04:00
Laex
8540f5bd44 Add samples
Multidemo
[+] fback_c (cvCalcOpticalFlowFarneback)
[+] minarea (cvMinEnclosingCircle, cvMinAreaRect2)

Signed-off-by: Laex <laex@bk.ru>
2013-04-06 00:58:24 +04:00
Laex
fde0aa2f53 Add samples
LibTest
[+] cv_CalcOpticalFlowPyrLK
[+] cv_SnakeImage
MultiDemo
[+] CameraShift
[+] Squares

Signed-off-by: Laex <laex@bk.ru>
2013-04-05 15:36:47 +04:00
Laex
37d4e0fd1d Add sample
LibTest
[+] cvMatchShapes
[+] cvWarpAffine
[+] cvWrapPrespective

MultiDemo
[+] HandsDetect

Signed-off-by: Laex <laex@bk.ru>
2013-04-02 21:07:49 +04:00