Commit Graph

51 Commits

Author SHA1 Message Date
Robert Schumacher
f522ff0811 [opencv] Improve CMake usage instructions 2018-01-19 14:46:52 -08:00
jasjuang
6832578fe3 [opencv] update to 3.4.0 2017-12-22 21:23:57 -08:00
Robert Schumacher
4d274a7bff [opencv] Disable msvcrt check to allow prepackaged ffmpeg 2017-11-25 13:45:33 -08:00
Luiz Paulo
72f10db01c Adding package features for Dlib and OpenCV
Dlib - Package feature for blas (dlib is compatiable with Intel MKL) and CUDA
OpenCV - Added option to integrate GDCM support (to read DICOM files)
2017-11-11 15:31:38 +00:00
Mikhail Paulyshka
32d588aa69 [opencv] add support for MSVS 2017 update 5 (#2132) 2017-11-04 15:11:48 -07:00
Robert Schumacher
66ad158be4 [opencv] Disable MSMF in UWP due to an upstream bug 2017-11-03 14:44:11 -07:00
Tsukasa Sugiura
ee2452f066 Enable Microsoft Media Foundation support for Video I/O
Enable Microsoft Media Foundation support for Video I/O.
2017-11-02 23:11:12 +09:00
Tsukasa Sugiura
82db1b3a2a Enable C++11 features
Enable C++11 features.
2017-11-02 23:08:25 +09:00
Tsukasa Sugiura
726ed9738d Sorting CMake options for maintainability
Sorting CMake options based on grouped of CMake-GUI  for
maintainability.
2017-11-02 04:31:17 +09:00
Tsukasa Sugiura
5a9662c2be Add option to enable Qt GUI support
Add option to enable Qt GUI support.
2017-11-02 04:30:10 +09:00
Tsukasa Sugiura
51661ed675 Enable OpenGL support for GUI
Enable OpenGL support for GUI.
2017-11-02 01:03:34 +09:00
Robert Schumacher
5bfb7dd74c [opencv] Remove ffmpeg from dependencies -- it is not currently possible to use an external ffmpeg with opencv.
Add features for cuda and vtk.
2017-11-01 07:10:41 -07:00
Amin Cheloh
eba3e2d405
[opencv] remove ffmpeg depenency
OpenCV has own prebuilt ffmpeg library
2017-10-29 12:25:50 +07:00
Robert Schumacher
555d030445 [opencv] Fix UWP build. 2017-10-28 03:07:18 -07:00
jasjuang
2149fbdf59 [opencv] update to 3.3.1 2017-10-27 18:15:14 -07:00
Robert Schumacher
79fc7f4de5 [opencv] Centralize download cache -- TODO: prevent opencv from performing downloads. Fix static builds. 2017-09-22 23:20:58 -07:00
Robert Schumacher
b2ab8b4883 [opencv] Enable static CRT 2017-09-22 21:39:20 -07:00
Robert Schumacher
b9f2d7b618 [opencv] Remove protobuf dependency for UWP 2017-09-22 20:52:07 -07:00
Robert Schumacher
e79c36cb8d [opencv] Address changes in opencv's CMake scripts in v3.3.0 2017-09-22 16:51:44 -07:00
Alexander Karatarakis
7f43d10e5b Merge pull request #1857 from jasjuang/master
[opencv] fix hash
2017-09-22 12:24:43 -07:00
Robert Schumacher
e1b0f80946 [opencv] Remove ceres dependency 2017-09-22 10:46:14 -07:00
jasjuang
f643a8422f Merge branch 'master' of https://github.com/jasjuang/vcpkg 2017-09-22 08:16:32 -07:00
jasjuang
9989177fed fix opencv hash 2017-09-22 08:16:06 -07:00
jasjuang
46db0f03fc disable vtk and cuda by default 2017-09-05 15:31:36 -07:00
jasjuang
2b178b3cb6 fix dnn compilation 2017-08-20 10:33:39 -07:00
jasjuang
b501937942 build with ffmpeg 2017-08-20 00:37:08 -07:00
jasjuang
c23e69b008 use vcpkg_from_github 2017-08-20 00:25:43 -07:00
jasjuang
66ac9bb63a fix debug build, fix dll copy problem 2017-08-15 18:20:28 -07:00
jasjuang
17033cc0c6 update opencv to 3.3.0 2017-08-08 14:48:39 -07:00
Robert Schumacher
af677d965e [opencv] Bump version to match flann change. 2017-07-27 11:20:20 -07:00
Cloud Han
97718fb491 fix #1497 2017-07-24 01:27:56 +08:00
Robert Schumacher
1a84896b87 [opencv] Disable FLANN hidden dependency. Fixes #1433. 2017-07-11 14:39:32 -07:00
Robert Schumacher
a24dacfc97 [vcpkg] Hotfix previous commit 2017-06-08 05:35:04 -07:00
Robert Schumacher
44a995d446 [vcpkg] Hotfix previous commit. 2017-06-08 04:36:11 -07:00
Robert Schumacher
f8c44bcd03 [opencv] Disable searching for LAPACK -- Fixes #1011 2017-05-03 04:21:43 -07:00
Robert Schumacher
16a206b781 Merge pull request #817 from zabulus/#562
Fix build of opencv for uwp #562
2017-04-19 04:32:46 -07:00
Robert Schumacher
e1d41a365a [opencv] Further fixes 2017-04-19 04:30:33 -07:00
Tobias Kohlbau
0e5760e5e0 [opencv] make use of added comment within control 2017-04-03 15:17:24 -07:00
Tobias Kohlbau
a9aaead2d1 Merge branch 'master' of github.com:Microsoft/vcpkg into opencv_contrib 2017-03-28 10:51:53 +02:00
Tobias Kohlbau
4fbcf0df4d [opencv] adds opencv_contrib option
Adds the ability to enable opencv_contrib compilation. It is disabled by
default and needs to be enabled by the user (see comments for more
information). In future release it should be an user
selectable option as soon as vcpk supports this functionality.

Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
2017-03-28 10:48:07 +02:00
Hennadii Zabula
efba9e6a23 Fix build of opencv for uwp #562 2017-03-17 20:43:09 +02:00
Tobias Kohlbau
6825509522 [opencv] bump to 3.2.0
Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
2017-02-09 08:46:46 +01:00
Alexander Karatarakis
cadee66ca2 If portfile is not static-enabled yet, warn and then build dynamic
The opposite if portfile is not dynamic enabled
2016-11-08 14:38:47 -08:00
Alexander Karatarakis
1808d461b0 triplet is now automatically included before portfiles.
Also remove trailing whitespaces from portfiles
2016-11-08 14:25:47 -08:00
Alexander Karatarakis
fded91c062 [opencv] Mark as not static ready 2016-10-26 19:24:47 -07:00
Robert Schumacher
b1fe038a83 Remove use of vcpkg_build_cmake() across all portfiles. Fixes #123 2016-10-06 15:29:37 -07:00
Robert Schumacher
39c0c7152f [opencv] Require use of internal tiff, libjpeg, libpng. Partially fixes #81. 2016-09-30 16:48:12 -07:00
Alexander Karatarakis
3679955544 Introduce SOURCE_PATH to almost all portfiles 2016-09-28 17:05:56 -07:00
Robert Schumacher
0ce48afe1c [opencv] Fix URL->URLS, -DWITH_CUDA=OFF, and LICENSE location 2016-09-28 12:12:04 -07:00
Robert Schumacher
cd4d8c110c [opencv] Adjust installation to deploy correct cmake files 2016-09-27 15:49:41 -07:00