Commit Graph

172 Commits

Author SHA1 Message Date
Michael Grigorev
53306784d8 Fixed search path cCameraCapture samples
Signed-off-by: Michael Grigorev <sleuthhound@gmail.com>
2013-06-17 15:34:29 +06:00
Laentir Valetov
50fffe060e Update README.md 2013-06-14 11:23:31 +04:00
Laex
ffc9a4e97e Some of the changes
[*] Restructured ProjectGroups
[-] Removed use JVCL

Signed-off-by: Laex <laex@bk.ru>
2013-06-13 18:10:58 +04:00
Laex
60a324ad56 Augmented reality example - fixed memory leak
Signed-off-by: Laex <laex@bk.ru>
2013-06-10 19:12:46 +04:00
Laentir Valetov
d7ef48057e Update README.md 2013-06-10 08:36:45 +04:00
Laex
fd027a41f3 Fixed readme
Signed-off-by: Laex <laex@bk.ru>
2013-06-10 08:26:11 +04:00
Laex
fbe88250fa Added augmented reality example
Signed-off-by: Laex <laex@bk.ru>
2013-06-10 08:21:02 +04:00
Laex
8858662b42 Added sample - two cameras
Signed-off-by: Laex <laex@bk.ru>
2013-06-08 00:35:04 +04:00
Laex
1af0b49dac Added examples of working with IP cameras
Signed-off-by: Laex <laex@bk.ru>
2013-06-07 22:09:41 +04:00
Laex
5e2996ea5f Add sample cv_GoodFeaturesToTrack
Signed-off-by: Laex <laex@bk.ru>
2013-06-05 11:03:27 +04:00
Laex
819c3bcc48 Continued attempts to design components
[*] Modified TocvCamera
[*] Modified TocvView
[+] Added TocvImageOperation (TovcImageOperationSmooth - not working properly)

Signed-off-by: Laex <laex@bk.ru>
2013-06-01 00:29:25 +04:00
Laex
d1fab15b0f Components!?
[+] Added demos of creating and using visual and non-visual component using OpenCV (\ component \ OpenCV.dpk)
[+] Added an example of using components
(samples \ Components \ cCameraCapture \ cCameraCapture.dpr)
[*] Minor changes in the modules

Signed-off-by: Laex <laex@bk.ru>
2013-05-30 05:12:44 +04:00
Michael Grigorev
6b8c7054dc Fixed samples VCLChessboardCorners 2013-05-29 13:53:58 +06:00
Michael Grigorev
f86e2ec755 Merge pull request #9 from SamueleTrentin/master
Added function cvCheckChessboard and samples samples\MultiDemo\VCLChessboardCorners
2013-05-29 00:44:16 -07:00
Samuele
d6eebb411c VCL chessboard corner demo
Demo based on function: cvFindChessboardCorners
2013-05-29 08:54:10 +02:00
Laex
186e816f51 Tweaked files readme-*.txt
Signed-off-by: Laex <laex@bk.ru>
2013-05-27 19:34:38 +04:00
Michael Grigorev
f84db38bba Added procedure cvOr, cvXor and cvNot
Signed-off-by: Michael Grigorev <sleuthhound@gmail.com>
2013-05-27 17:11:45 +06:00
Michael Grigorev
7685a25f02 Added result directory
Signed-off-by: Michael Grigorev <sleuthhound@gmail.com>
2013-05-27 08:42:17 +06:00
Laex
3ae4ef8956 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
abd705a0ca Fixed more samples
Signed-off-by: Michael Grigorev <sleuthhound@gmail.com>
2013-05-21 14:53:30 +06:00
Michael Grigorev
97e1f211fe Fixed sample ObjectTracking
Signed-off-by: Michael Grigorev <sleuthhound@gmail.com>
2013-05-21 13:37:49 +06:00
Michael Grigorev
39ae6e38ba Fixed sample TrackColor
Signed-off-by: Michael Grigorev <sleuthhound@gmail.com>
2013-05-21 13:29:02 +06:00
Michael Grigorev
123f41b336 Update sample MotionDetect
Signed-off-by: Michael Grigorev <sleuthhound@gmail.com>
2013-05-21 12:24:18 +06:00
Laex
0a825b3317 Merge branch 'master' of https://github.com/Laex/Delphi-OpenCV 2013-05-21 03:37:17 +04:00
Laex
f3c4af9f42 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
220a762715 Fixed sample FaceDetectAndLockWorkstation 2013-05-17 13:22:43 +06:00
Laex
e275e10521 Minor changes and improvements
Signed-off-by: Laex <laex@bk.ru>
2013-05-17 10:10:02 +04:00
Michael Grigorev
07830747d4 Add sample:
[*] samples/MultiDemo/FaceDetectAndLockWorkstation/LockWorkstation.dpr

Signed-off-by: Michael Grigorev <sleuthhound@gmail.com>
2013-05-16 15:54:09 +06:00
Michael Grigorev
9380780203 Add sample:
[*] samples/MultiDemo/CarNumDetect/CarNumDetect.dpr

Signed-off-by: Michael Grigorev <sleuthhound@gmail.com>
2013-05-16 15:06:00 +06:00
Laex
2fbe14e387 cvBoundingRect work correctly)
Signed-off-by: Laex <laex@bk.ru>
2013-05-15 19:55:06 +04:00
Michael Grigorev
370ce78217 Update Samples.groupproj
Signed-off-by: Michael Grigorev <sleuthhound@gmail.com>
2013-05-15 18:46:50 +06:00
Michael Grigorev
786cec0771 Moved structure TCvContour
Added function cvBoundingRect (not working correctly)

Signed-off-by: Michael Grigorev <sleuthhound@gmail.com>
2013-05-15 18:35:01 +06:00
Laex
dc95249786 Add sample:
[*] samples/LibTest/CvLatentSvmDetector/latentsvmdetect.dpr

Initiated translation of the C++ part OpenCV library using wrapper in the form of interfaces
An example of technology - see
* Opencv_classes\opencv_classes.sln (VC2010)
* Include\opencv_classes\opencv_classes.pas
* Samples\Classes\Mat\Mat.dpr

Submitted comments and suggestions

Signed-off-by: Laex <laex@bk.ru>
2013-05-15 01:36:16 +04:00
Laex
d5ecc6b0f8 Fixed some bugs
Signed-off-by: Laex <laex@bk.ru>
2013-05-12 02:43:40 +04:00
Laex
ff8a73578b For comment Issue #4
Signed-off-by: Laex <laex@bk.ru>
2013-05-10 19:51:52 +04:00
Laex
54be7a8787 Fixed MotionDetect
Signed-off-by: Laex <laex@bk.ru>
2013-04-25 21:41:10 +04:00
Michael Grigorev
fe53f725a7 Fixed AllocMem in MotionDetect samples. 2013-04-23 12:33:18 +06:00
Michael Grigorev
35c3edec6c Fixed samples HandsDetect and MotionDetect 2013-04-23 12:19:22 +06:00
Michael Grigorev
eecb9bdafb Add samples
[+] MotionDetect
2013-04-23 12:15:31 +06:00
Michael Grigorev
6dee1d9cb2 Fixed HandsDetect samples 2013-04-18 15:09:49 +06:00
Laex
a58d5f3056 Fixed issues #3
Signed-off-by: Laex <laex@bk.ru>
2013-04-18 10:34:16 +04:00
Laex
6e4218414d Add samples
[+] cv_CalcHist
[+] cv_MachTemplate
[+] VCLCameraCapture

Signed-off-by: Laex <laex@bk.ru>
2013-04-16 22:06:29 +04:00
Laex
150e0780f7 [*] Fixed CameraCalibrate.dpr
[+] Add samples/MultiDemo/mmdt/mmdt.dpr

Signed-off-by: Laex <laex@bk.ru>
2013-04-16 10:40:44 +04:00
Michael Grigorev
017d275999 Update core_c and fixed errors in samples CameraCalibrate 2013-04-15 22:14:12 +06:00
Laex
8e4fad20da Add samples
[+] samples/LibTest/cvExtractSURF/cv_ExtractSURF.dpr
[*] some changes in demos
[+] adding files in "include"

Signed-off-by: Laex <laex@bk.ru>
2013-04-14 21:17:55 +04:00
Laex
b748d8cc48 Add samples
[+] samples/LibTest/cvAdaptiveSkinDetector/cv_AdaptiveSkinDetector.dpr
[+] samples/LibTest/cvLinearPolar/cv_LinearPolar.dpr
[+] samples/LibTest/cvLoadHaarClassifierCascade/cv_LoadHaarClassifierCascade.dpr
[+] samples/LibTest/cvMotion/cvMotion.dpr
[+] samples/LibTest/cvPyrSegmentation/cv_PyrSegmentation.dpr
[*] samples/MultiDemo/minarea/minarea.dpr

Signed-off-by: Laex <laex@bk.ru>
2013-04-13 18:59:47 +04:00
Laex
287db70852 Add samples:
[+] cvCreateStructuringElementEx
[+] cv_FindContours2
Signed-off-by: Laex <laex@bk.ru>
2013-04-13 02:05:58 +04:00
Laex
dc56d3b7ea Migration to version 2.4.5
Signed-off-by: Laex <laex@bk.ru>
2013-04-12 23:33:12 +04:00
Laex
2ace9abed7 Add sample:
MultiDemo
[+] ReameRecon

Signed-off-by: Laex <laex@bk.ru>
2013-04-10 03:22:08 +04:00
Laex
35c5b5f04e Add samples:
[+] cvCreateFGDStatModel
[+] cvCreateGaussianBGModel
[+] cvCodeBook

Signed-off-by: Laex <laex@bk.ru>
2013-04-09 21:20:50 +04:00