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
2017-12-15 15:05:18 +03:00
Vitaly Tuzov
51cb56ef2c
Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. ( #9468 )
2017-12-13 15:00:38 +03:00
Vitaly Tuzov
92d23fb1a8
updated createsamples app utility functions to new c++ API from old c
2017-12-08 12:23:44 +03:00
Pavel Rojtberg
6fb9d42c3f
Hid symbols in static builds, added LTO flags, removed exports from ts
2017-12-07 10:26:48 +03:00
Shresth Verma
ffe49bdebe
fixed createsamples info message
2017-12-05 23:24:22 +05:30
Maksim Shabunin
184daa155f
Fixed minor issues reported by GCC 7.2
2017-11-03 18:06:39 +03:00
Bhanudutta
dcaad315e7
Edit spelling mistake in my previous pull request
2017-10-22 12:37:19 +05:30
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
2017-10-21 10:19:38 +05:30
Alexander Alekhin
58dc58aa51
cmake: drop INSTALL_NAME_DIR
2017-08-22 15:26:20 +03:00
Alexander Alekhin
006966e629
trace: initial support for code trace
2017-06-26 17:07:13 +03:00
Vladislav Sovrasov
a56bd1fbba
Make aruco dependency optional for interactive calibration app
2017-03-22 16:20:19 +03:00
StevenPuttemans
db7922b9ee
fix timing of traincascade
2017-03-03 10:06:35 +01:00
StevenPuttemans
46fa9a6bd4
fix some issues with skipping files and old redundant code
2017-01-06 12:35:56 +01:00
Kevin Hughes
0d32bec5c3
add the type_id to the old save format
2016-12-19 09:40:32 -05:00
StevenPuttemans
6d34d6b47e
update samples: waitKey() usage
...
Original commit is a5f19f7dd6
2016-12-15 15:39:47 +03:00
mshabunin
695c518384
Updated TBB search script and code checks
2016-12-01 16:58:38 +03:00
Vadim Pisarevsky
4acda3f609
Merge pull request #7428 from alalek:cmake_fix_compiler_flags_detection
2016-10-12 19:38:25 +00:00
viodetools
114d378cfc
Bugfix #7438
2016-10-11 19:42:50 -03:00
Alexander Alekhin
5da8d65371
eliminate compiler warnings
2016-10-08 02:19:43 +03:00
Alexander Alekhin
1c18b1d245
Merge pull request #7370 from souch55:Fixxn
2016-10-01 10:44:56 +00:00
sourin
a34fbf7bb1
Fixed identifiers warns
2016-09-30 15:16:29 +05:30
Vadim Pisarevsky
52535d3ef1
Merge pull request #7278 from alalek:opencv_version
2016-09-14 11:56:11 +00:00
Vladislav Sovrasov
ec40b85e75
Add license to interactive-calibration app sources
2016-09-14 12:52:06 +03:00
Alexander Alekhin
2935fcea62
apps: add opencv_version command line tool
2016-09-14 09:28:10 +03:00
Vladislav Sovrasov
d5603caa0b
Delete direct lapack calls, minor fixes in UI
2016-09-08 13:00:36 +03:00
Alexander Alekhin
d4ae7f32e3
Merge pull request #7205 from souch55:Fixtrans
2016-08-31 09:51:45 +00:00
sourin
d2e23008ab
Fixed traincascade read issue
2016-08-31 11:29:15 +05:30
Bleach
b4b83f2f29
casting to fix vs2010 compile error
2016-08-20 16:29:15 +03:00
Vladislav Sovrasov
5590421a5d
Fix build interactive-calibration app
2016-08-09 15:29:57 +03:00
StevenPuttemans
d8698fc359
allow for screen size related resizing
2016-08-02 10:44:01 +02:00
Alexander Alekhin
6cff909bc8
Merge pull request #7004 from StevenPuttemans:cmd_parser_opencv_annotation
2016-07-27 18:24:17 +00:00
StevenPuttemans
e0f19ec48a
change parameter input to the CommandLineParser interface
2016-07-27 14:02:28 +02:00
StevenPuttemans
6df12a0507
add limits of tool to help message
2016-07-27 11:42:22 +02:00
Vadim Pisarevsky
77f9bb7b76
Merge pull request #6831 from bobpaulin:master
2016-07-18 15:24:35 +00:00
Vadim Pisarevsky
4da91f9e6d
Merge pull request #6861 from teng88:patch-1
2016-07-18 14:43:23 +00:00
berak
20b9ff4ff6
opencv_visualization: check cmdline args
2016-07-12 19:40:46 +02:00
StevenPuttemans
02fe93a399
add a cascade classifier model visualisation tool for master branch
2016-05-11 08:56:42 +02:00
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 '&&'.
2016-04-29 15:41:39 +02:00
Alexander Alekhin
6e5e5d87df
Merge pull request #6448 from alalek:merge-2.4
2016-04-25 16:56:51 +00:00
Vladislav Sovrasov
5a0c04409b
Add interactive calibration app
2016-04-25 11:58:19 +03:00
Alexander Alekhin
67a734ce73
Merge branch '2.4' into master
...
Commits:
67fe57a
add fixed video
db0ae2c
Restore 2.4 source branch for bug fix 6317.
97ac59c
Fix a memory leak indirectly caused by cvDestroyWindow
eb40afa
Add a workaround for FFmpeg's color conversion accessing past the end of the buffer
421fcf9
Rearrange CvVideoWriter_FFMPEG::writeFrame for better readability
912592d
Remove "INSTALL_NAME_DIR lib" target property
bb1c2d7
fix bug on border at pyrUp
2016-04-21 20:15:08 +03:00
Bob Paulin
bb8faec885
#6443 Cast maxscale from double to float for scale calculation.
2016-04-21 07:47:13 -05:00
Bob Paulin
b973b73ae7
Add -maxscale parameter to limit the amount sample images can scale in background images
2016-04-20 21:53:52 -05:00
StevenPuttemans
9d71c19939
add visualisation tool for 2.4 branch
2016-04-14 11:33:37 +02:00
StevenPuttemans
b922d49a28
vectorize process + enable early quitting/storage + enable delete annotion option
2016-04-13 10:20:18 +02:00
StevenPuttemans
5164c4ba31
vectorize process + enable early quitting/storage + enable delete annotation option
2016-04-13 09:10:24 +02:00
StevenPuttemans
2a0a27d3f2
add cascade classifier info - total number of unique features passed to boosting process
2016-03-17 13:34:01 +01:00
StevenPuttemans
b5fbb2b1c8
add cascade classifier info - total number of unique features passed to boosting process
2016-03-17 13:33:11 +01:00
StevenPuttemans
b47f2600cd
missing break statement
2016-03-04 09:41:13 +01:00
Alexander Alekhin
c1f3c41bab
apps: add missed 'break'
2016-03-03 14:23:59 +03:00