Commit Graph

82 Commits

Author SHA1 Message Date
Laex
cc870d718d Refactoring
Signed-off-by: Laex <laex@bk.ru>
2013-08-11 20:27:42 +04:00
Laex
c11e66affe Refactoring
Signed-off-by: Laex <laex@bk.ru>
2013-08-11 20:05:35 +04:00
Laex
41e02595d5 Refactoring
Signed-off-by: Laex <laex@bk.ru>
2013-08-11 19:26:04 +04:00
Laex
0ead41eec3 Added VCL example - Color Detection & Object Tracking
[*] samples/MultiDemo/vclColorTracking/vclColorTracking.dpr

Signed-off-by: Laex <laex@bk.ru>
2013-08-10 10:40:36 +04:00
Laex
ef6a115962 Fixed README.md and README.ru.md
Signed-off-by: Laex <laex@bk.ru>
2013-07-12 22:31:28 +04:00
Michael Grigorev
63ad692cc4 Fixed README.md and README.ru.md
Signed-off-by: Michael Grigorev <sleuthhound@gmail.com>
2013-07-12 08:56:55 +06:00
Laex
a51f1c04fb Some changes...
Signed-off-by: Laex <laex@bk.ru>
2013-07-07 01:45:49 +04:00
Laentir Valetov
753970b143 Update README.md 2013-07-06 17:36:12 +04:00
Laentir Valetov
628b227ea1 Update README.md 2013-07-06 17:31:05 +04:00
Laex
593d6b6f15 Merge branch 'master' of https://github.com/Laex/Delphi-OpenCV
Conflicts:
	README.md
2013-07-06 17:22:13 +04:00
Laex
bd967a4572 Upgrade to version OpenCV 2.4.6
Signed-off-by: Laex <laex@bk.ru>
2013-07-06 17:20:17 +04:00
Michael Grigorev
b3dd4c779f Fixed search path cCameraCapture samples
Signed-off-by: Michael Grigorev <sleuthhound@gmail.com>
2013-06-17 15:34:29 +06:00
Laentir Valetov
1641e3b880 Update README.md 2013-06-14 11:23:31 +04:00
Laex
1f2f28c56d 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
27d56eba2e Augmented reality example - fixed memory leak
Signed-off-by: Laex <laex@bk.ru>
2013-06-10 19:12:46 +04:00
Laentir Valetov
d6ff9a66c9 Update README.md 2013-06-10 08:36:45 +04:00
Laex
bb9f845756 Fixed readme
Signed-off-by: Laex <laex@bk.ru>
2013-06-10 08:26:11 +04:00
Laex
23df8e84a1 Added augmented reality example
Signed-off-by: Laex <laex@bk.ru>
2013-06-10 08:21:02 +04:00
Laex
8070464750 Added sample - two cameras
Signed-off-by: Laex <laex@bk.ru>
2013-06-08 00:35:04 +04:00
Laex
72dd2a3463 Added examples of working with IP cameras
Signed-off-by: Laex <laex@bk.ru>
2013-06-07 22:09:41 +04:00
Laex
7758e1cc93 Add sample cv_GoodFeaturesToTrack
Signed-off-by: Laex <laex@bk.ru>
2013-06-05 11:03:27 +04:00
Laex
81de80c682 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
c17e038cd9 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
d1542b508a Fixed samples VCLChessboardCorners 2013-05-29 13:53:58 +06:00
Michael Grigorev
c8e197fdd9 Merge pull request #9 from SamueleTrentin/master
Added function cvCheckChessboard and samples samples\MultiDemo\VCLChessboardCorners
2013-05-29 00:44:16 -07:00
Samuele
951511fabe VCL chessboard corner demo
Demo based on function: cvFindChessboardCorners
2013-05-29 08:54:10 +02:00
Laex
3e6ad63f96 Tweaked files readme-*.txt
Signed-off-by: Laex <laex@bk.ru>
2013-05-27 19:34:38 +04:00
Michael Grigorev
3652e43c22 Added procedure cvOr, cvXor and cvNot
Signed-off-by: Michael Grigorev <sleuthhound@gmail.com>
2013-05-27 17:11:45 +06: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
Michael Grigorev
5d642921a2 Fixed sample ObjectTracking
Signed-off-by: Michael Grigorev <sleuthhound@gmail.com>
2013-05-21 13:37:49 +06:00
Michael Grigorev
9867f77782 Fixed sample TrackColor
Signed-off-by: Michael Grigorev <sleuthhound@gmail.com>
2013-05-21 13:29:02 +06:00
Michael Grigorev
eb1209851e Update sample MotionDetect
Signed-off-by: Michael Grigorev <sleuthhound@gmail.com>
2013-05-21 12:24:18 +06:00
Laex
3ba0e9bba4 Merge branch 'master' of https://github.com/Laex/Delphi-OpenCV 2013-05-21 03:37:17 +04: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
21264a7c46 Fixed sample FaceDetectAndLockWorkstation 2013-05-17 13:22:43 +06:00
Laex
870861a57a Minor changes and improvements
Signed-off-by: Laex <laex@bk.ru>
2013-05-17 10:10:02 +04:00
Michael Grigorev
33337ea3db 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
174f95f663 Add sample:
[*] samples/MultiDemo/CarNumDetect/CarNumDetect.dpr

Signed-off-by: Michael Grigorev <sleuthhound@gmail.com>
2013-05-16 15:06:00 +06:00
Laex
07de4424fe cvBoundingRect work correctly)
Signed-off-by: Laex <laex@bk.ru>
2013-05-15 19:55:06 +04:00
Michael Grigorev
8cbd8c4604 Update Samples.groupproj
Signed-off-by: Michael Grigorev <sleuthhound@gmail.com>
2013-05-15 18:46:50 +06:00
Michael Grigorev
412832ae63 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
51d00889d3 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
cae153ee1f Fixed some bugs
Signed-off-by: Laex <laex@bk.ru>
2013-05-12 02:43:40 +04:00
Laex
44ea168241 For comment Issue #4
Signed-off-by: Laex <laex@bk.ru>
2013-05-10 19:51:52 +04:00
Laex
231e34d933 Fixed MotionDetect
Signed-off-by: Laex <laex@bk.ru>
2013-04-25 21:41:10 +04:00
Michael Grigorev
7b0e4bb266 Fixed AllocMem in MotionDetect samples. 2013-04-23 12:33:18 +06:00
Michael Grigorev
3afd7a881a Fixed samples HandsDetect and MotionDetect 2013-04-23 12:19:22 +06:00
Michael Grigorev
09628bee17 Add samples
[+] MotionDetect
2013-04-23 12:15:31 +06:00
Michael Grigorev
cbc961fa9a Fixed HandsDetect samples 2013-04-18 15:09:49 +06:00