luz.paz
d47b1f3b70
Misc. ./apps ./doc ./platoforms typos
...
Found via `codespell -q 3 --skip="./3rdparty" -I ../opencv-whitelist.txt`
7 years ago
Alexander Alekhin
c8930cc279
opencv_version: dump detected HW features
7 years ago
Alexander Alekhin
01f4a173ab
opencv_version: dump OpenCL information via opencv_version
...
fix missing "opencv2/core/opencl" headers from core module (updated install list)
7 years ago
Vitaly Tuzov
29faf164b9
Fixed exception when ROI for generated sample is evaluated out of image borders
7 years ago
Suleyman TURKMEN
c5ed507737
Merge pull request #10287 from sturkmen72:update_createsamples_cpp
...
* update createsamples
adds command-line option -rngseed
replaces rand() -> theRNG()
* Update utility.cpp
* apps(createsamples): fix warpPerspective pixels access bug
7 years ago
Vitaly Tuzov
51cb56ef2c
Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. ( #9468 )
7 years ago
Vitaly Tuzov
92d23fb1a8
updated createsamples app utility functions to new c++ API from old c
7 years ago
Pavel Rojtberg
6fb9d42c3f
Hid symbols in static builds, added LTO flags, removed exports from ts
7 years ago
Shresth Verma
ffe49bdebe
fixed createsamples info message
7 years ago
Maksim Shabunin
184daa155f
Fixed minor issues reported by GCC 7.2
7 years ago
Bhanudutta
dcaad315e7
Edit spelling mistake in my previous pull request
7 years ago
Bhanudutta
c95f3eff6e
Added a couple of comments to the interface of traincascade.cpp in order to tell user about the usage of traincascade.cpp file and to learn how Github submitting works
7 years ago
Alexander Alekhin
58dc58aa51
cmake: drop INSTALL_NAME_DIR
7 years ago
Alexander Alekhin
006966e629
trace: initial support for code trace
8 years ago
Vladislav Sovrasov
a56bd1fbba
Make aruco dependency optional for interactive calibration app
8 years ago
StevenPuttemans
db7922b9ee
fix timing of traincascade
8 years ago
StevenPuttemans
46fa9a6bd4
fix some issues with skipping files and old redundant code
8 years ago
Kevin Hughes
0d32bec5c3
add the type_id to the old save format
8 years ago
Alexander Alekhin
cc09f5a7de
Merge pull request #7854 from alalek:backports_2016
...
(2.4) Backports from master branch (#7854 )
8 years ago
StevenPuttemans
6d34d6b47e
update samples: waitKey() usage
...
Original commit is a5f19f7dd6
8 years ago
mshabunin
695c518384
Updated TBB search script and code checks
8 years ago
Alexander Alekhin
19270eeab4
warnings
8 years ago
viodetools
114d378cfc
Bugfix #7438
8 years ago
Alexander Alekhin
5da8d65371
eliminate compiler warnings
8 years ago
sourin
a34fbf7bb1
Fixed identifiers warns
8 years ago
Vladislav Sovrasov
ec40b85e75
Add license to interactive-calibration app sources
8 years ago
Alexander Alekhin
2935fcea62
apps: add opencv_version command line tool
8 years ago
Vladislav Sovrasov
d5603caa0b
Delete direct lapack calls, minor fixes in UI
8 years ago
sourin
d2e23008ab
Fixed traincascade read issue
8 years ago
Bleach
b4b83f2f29
casting to fix vs2010 compile error
8 years ago
Vladislav Sovrasov
5590421a5d
Fix build interactive-calibration app
8 years ago
StevenPuttemans
d8698fc359
allow for screen size related resizing
8 years ago
StevenPuttemans
e0f19ec48a
change parameter input to the CommandLineParser interface
8 years ago
StevenPuttemans
6df12a0507
add limits of tool to help message
8 years ago
berak
20b9ff4ff6
opencv_visualization: check cmdline args
8 years ago
StevenPuttemans
02fe93a399
add a cascade classifier model visualisation tool for master branch
9 years ago
Julien Nabet
a29c814bd8
cppcheck: fix some reports
...
All of these: (performance) Prefer prefix ++/-- operators for non-primitive types.
[modules/calib3d/src/fundam.cpp:1049] -> [modules/calib3d/src/fundam.cpp:1049]: (style) Same expression on both sides of '&&'.
9 years ago
Vladislav Sovrasov
5a0c04409b
Add interactive calibration app
9 years ago
Bob Paulin
bb8faec885
#6443 Cast maxscale from double to float for scale calculation.
9 years ago
Bob Paulin
b973b73ae7
Add -maxscale parameter to limit the amount sample images can scale in background images
9 years ago
StevenPuttemans
9d71c19939
add visualisation tool for 2.4 branch
9 years ago
StevenPuttemans
b922d49a28
vectorize process + enable early quitting/storage + enable delete annotion option
9 years ago
StevenPuttemans
5164c4ba31
vectorize process + enable early quitting/storage + enable delete annotation option
9 years ago
StevenPuttemans
2a0a27d3f2
add cascade classifier info - total number of unique features passed to boosting process
9 years ago
StevenPuttemans
b5fbb2b1c8
add cascade classifier info - total number of unique features passed to boosting process
9 years ago
StevenPuttemans
b47f2600cd
missing break statement
9 years ago
Alexander Alekhin
c1f3c41bab
apps: add missed 'break'
9 years ago
Pranav Ganorkar
4a5ed70175
removed dirname variable
9 years ago
Matt Leotta
912592de4c
Remove "INSTALL_NAME_DIR lib" target property
...
The INSTALL_NAME_DIR property of a target specifies how a dynamic library should
be found on OS X. If INSTALL_NAME_DIR is not specified the loader will search
relative to the standard search paths. If specified it should either be
an absolute path or relative path prefixed with either @executable_path ,
@load_path , or @rpath . Specifying "lib" does not make sense here and
causes linking error as documented here:
http://answers.opencv.org/question/4134/cmake-install_name_tool-absolute-path-for-library-on-mac-osx/
and here
http://stackoverflow.com/questions/26978806/dyld-library-not-loaded-lib-libopencv-core-3-0-dylib-reason-image-not-found
This patch removes INSTALL_NAME_DIR everywhere it is set to "lib".
An alternate solution would be to set an absolute path like
"${CMAKE_INSTALL_PREFIX}/lib" or relative path like
"@executable_path/../lib". However, if there is not specific need for
specifying a path, it is probably best left unset.
9 years ago
Teng Cao
25b044e6c3
fix a bug in updateTrainingSet
...
In case fillPassedSamples find zero passed negatives and leafFA is achieved, function updateTrainingSet will return false and print misleading information, this PR fix the case.
9 years ago