Commit Graph

11 Commits

Author SHA1 Message Date
Laentir Valetov
63e2cd08b0 Up to OpenCV 2.4.9
Signed-off-by: Laentir Valetov <laex@bk.ru>
2014-05-04 15:35:57 +04:00
Laentir Valetov
4f8d961498 Refactoring, new wrapper Opencv classes
Signed-off-by: Laentir Valetov <laex@bk.ru>
2014-04-04 21:14:06 +04:00
Laentir Valetov
b90b80f8f8 Fixed master branch
Signed-off-by: Laentir Valetov <laex@bk.ru>
2013-08-16 09:49:55 +04:00
Laex
c11e66affe Refactoring
Signed-off-by: Laex <laex@bk.ru>
2013-08-11 20:05:35 +04: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
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
c8850ec221 Format code...
Signed-off-by: Laex <laex@bk.ru>
2013-04-09 14:41:27 +04:00
Laex
e6c000a9e1 Cleaned up a bit in the design of the modules
Signed-off-by: Laex <laex@bk.ru>
2013-04-06 01:25:05 +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
06de9955d7 Many changes
[*] Repository rebuilt
[*] CameraCalibrate - now working
[+] Improved cvSave
[+] Implemented macro CV_MAT_ELEM
[+] CvOpenFileStorage
and more ...

Signed-off-by: Laex <laex@bk.ru>
2013-04-02 02:17:25 +04:00
Laex
7d2ac4512f [+] FaceDetect
[+] cvGetSubRect

[*] Changed the names of the projects

Signed-off-by: Laex <laex@bk.ru>
2013-03-28 02:28:02 +04:00