1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-16 13:57:05 +08:00

18 Commits

Author SHA1 Message Date
Alexander Smorkalov
d3ca275702 Merge branch 4.x 2025-09-26 11:49:50 +03:00
Vincent Rabaud
d880a9aa28 Remove more C code 2025-09-25 14:32:17 +02:00
Vincent Rabaud
45c86643ef Remove useless C headers
The cvInvSqrt code replacement is taken from 5.x
2025-01-14 16:10:24 +01:00
Maksim Shabunin
974247ce41 C-API cleanup: removed legacy API usage 2024-10-15 19:54:42 +03:00
Maksim Shabunin
0ba0af02e1 C-API cleanup: videoio and highgui interfaces 2024-08-16 17:05:37 +03:00
Maksim Shabunin
6f68a4ebcc Merge pull request #3642 from mshabunin:cleanup-imgproc-1
C-API cleanup: imgproc_c and some constants #3642

* removed all mentions of imgproc C-API headers (imgproc_c.h, types_c.h) - they were empty, included core C-API headers
* replaced usage of several C constants with C++ ones (error codes)
* minor warning fixes in _cvv_ module
2024-03-05 12:59:46 +03:00
Maksim Shabunin
d3630d0fa6 Cleanup old TBB-related guards 2018-04-09 15:45:08 +03:00
Alexander Alekhin
14341291b0 dpm: apply CV_OVERRIDE/CV_FINAL 2018-03-21 18:44:55 +03:00
Vitaly Tuzov
08481a718a Reverted calls to linear resize back to generic version for floating point matrices 2017-12-22 12:47:36 +03:00
Vitaly Tuzov
8c394a4f2e Updated internal calls to linear resize to use bit-exact version 2017-12-14 13:00:09 +03:00
Alexander Alekhin
6d41124d43 remove precomp.cpp files 2017-01-23 18:47:11 +03:00
Maksim Shabunin
bef177c718 Minor documentation fixes:
- dpm, freetype: fixed documentation blocks
- datasets: removed tinyXml from public interface and documentation
2017-01-17 16:33:46 +03:00
MambaWong
e320d7ddca Accelerating convolution by changing the way of memory access. 2016-11-06 01:58:19 +08:00
Sunglok Choi
440a19e96f Resolving an open issue, #456 2016-02-01 16:40:48 +09:00
Vadim Pisarevsky
c373722a9b Merge pull request #448 from stoneyang:stone_port 2015-11-24 12:57:38 +00:00
Yang Fan
4bf3832b32 Fixed issue caused by missing round() in VS before 2013 2015-11-24 10:33:34 +08:00
Maksim Shabunin
189c2b47c6 Fixed warnings for XCode 7.1.1 and cmake 3.3.2, rewrote one method in sliency to avoid clang 7.0.0 crash 2015-11-17 15:28:05 +03:00
jiaolong_x220
c085810035 added dpm module 2015-08-26 08:38:34 +02:00