Maksim Shabunin
|
a2bc075924
|
cmake: function for application creation (#11736)
* apps: add Win32 friendly opencv_version app
Improve experience of launching app from explorer:
- application just flash (open/close) the console window
Suggested Win32 application flavor additionally shows MessageBox
and waits for User interaction.
* cmake: added unified application creation function
|
6 years ago |
Ilya A. Volynets-Evenbakh
|
9749afb116
|
Fix crash on exit in opencv_annotation
destroyWindow was called twice during completion of the
annotation procedure, resulting in a crash, and failure to write
an output file
|
7 years ago |
luz.paz
|
d47b1f3b70
|
Misc. ./apps ./doc ./platoforms typos
Found via `codespell -q 3 --skip="./3rdparty" -I ../opencv-whitelist.txt`
|
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 |
StevenPuttemans
|
46fa9a6bd4
|
fix some issues with skipping files and old redundant code
|
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
|
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
|
b47f2600cd
|
missing break statement
|
9 years ago |
Alexander Alekhin
|
c1f3c41bab
|
apps: add missed 'break'
|
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 |
StevenPuttemans
|
d0344cd308
|
add checks for valid input data given to parameters
make the software system dependent
add LICENSE on top
|
9 years ago |
StevenPuttemans
|
ba7bf1ef68
|
add checks on input parameters for valid path and folder
opening a folder is system specific - made system specific code
added license
|
9 years ago |
Maksim Shabunin
|
35b2139929
|
Basic HAL module
|
10 years ago |
StevenPuttemans
|
3419c704a9
|
adding usage information
|
10 years ago |
StevenPuttemans
|
a58bfbf3c7
|
info on how to use the tool
|
10 years ago |
StevenPuttemans
|
cdbb661eab
|
update cmakelists of annotation tool
|
10 years ago |
StevenPuttemans
|
217f628915
|
update cmakelists for annotation tool
|
10 years ago |
StevenPuttemans
|
0833352660
|
add annotation tool master branch
|
10 years ago |
StevenPuttemans
|
387a0f26fb
|
fix annotation tool, add auto make of tool
|
10 years ago |
StevenPuttemans
|
30d46313ec
|
adding a universal OpenCV based annotation tool for cascade classifier training
|
10 years ago |