Artem Lukoyanov
3bf5d34544
Callib3d 4channel image detection
...
3.2 version doesn't support 4 channel color image
detections, unlike 3.1. Now, we don't call
CV_Error() if 4 channel image is given.
resolve #8326
8 years ago
Jose Gómez
6f39f9a6a0
Merge pull request #8168 from jmgomezpoveda:issue_8166
...
* Use the YV12 format in the Android emulator to avoid image issues
* Removed trailing spaces
* Added exception in else case
* Removed tab
8 years ago
Alexander Alekhin
9a92777fc1
Merge pull request #8207 from StevenPuttemans:fix_timing_traincascade
8 years ago
StevenPuttemans
db7922b9ee
fix timing of traincascade
8 years ago
Alexander Alekhin
5d31d6ebbb
Merge pull request #8306 from chacha21:portability
8 years ago
chacha21
74abbd0898
Fix compilation when USE_ZLIB is false
...
create a dummy gzFile type
8 years ago
chacha21
aa1b031274
get rid of warning C4800 under VS2010
...
the "std::basic_ios::operator bool" differs between C++98 and C++11. The
"double not" syntax is portable and covers both cases with equivalent
meaning
8 years ago
Vadim Pisarevsky
8e8da3f5b0
Merge pull request #8282 from vskarlsruhe:patch-3
8 years ago
Vadim Pisarevsky
d00561d396
Merge pull request #8217 from terfendail:ovx_halheader
8 years ago
Vadim Pisarevsky
b46364e436
Merge pull request #7996 from mshabunin:hal-filter-revert
8 years ago
Vadim Pisarevsky
e0ee2f769a
Merge pull request #8116 from mrquorr:master
8 years ago
Vadim Pisarevsky
f46fa6e096
Merge pull request #8283 from ramele1907:master
8 years ago
Vadim Pisarevsky
408ef5c65b
Merge pull request #8288 from Jejos:bugfix_medianBlur_accessviolation
8 years ago
Vadim Pisarevsky
38abc61de5
Merge pull request #8289 from vskarlsruhe:patch-4
8 years ago
Vadim Pisarevsky
c7049ca627
Merge pull request #8293 from alalek:update_rng_in_parallel_for
8 years ago
Vadim Pisarevsky
5f990566c4
Merge pull request #8297 from csukuangfj:csukuangfj-patch
8 years ago
Vadim Pisarevsky
ddfe688be6
Merge pull request #8299 from sovrasov:fs_fix_kpts_dmatch_output
8 years ago
Adeel Ahmad
bc7f6fc44c
Merge pull request #8253 from adl1995:master
...
* Update linux_install.markdown
Grammar improvements, fixed typos.
* Update tutorials.markdown
Improvements in grammar.
* Update table_of_content_calib3d.markdown
* Update camera_calibration_square_chess.markdown
Improvements in grammar. Added answer.
* Update tutorials.markdown
* Update erosion_dilatation.markdown
* Update table_of_content_imgproc.markdown
* Update warp_affine.markdown
* Update camera_calibration_square_chess.markdown
Removed extra space.
* Update gpu_basics_similarity.markdown
Grammatical improvements, fixed typos.
* Update trackbar.markdown
Improvement for better understanding.
8 years ago
Alexander Alekhin
da0b1d8821
Merge pull request #8238 from PkLab:fix_doc_ellipse
8 years ago
Alexander Alekhin
69f1d1ddff
Merge pull request #8296 from ville-v:master
8 years ago
Alexander Alekhin
47c4dcc8a3
Merge pull request #8204 from terfendail:ovx_tlcontext
8 years ago
Vladislav Sovrasov
c321d025c4
Fix DMatch and Keypoint I/O in FileStorage
8 years ago
Fangjun KUANG
34c70e7a1c
Fix typos.
8 years ago
ville-v
0c1bcf354c
Fix issue #8278 : "CV_XADD compile errors with Embarcadero C++ Builder 10.1"
8 years ago
ville-v
1de10f9f86
Add files via upload
...
Fix issue #8280 : "fastmath.h related compile errors with Embarcadero C++ Builder 10.1"
8 years ago
mrquorr
d8425d8881
finished for one sample
...
Finished with several samples support, need regression testing
Gave a more relevant name to function (getVotes)
Finished implicit implementation
Removed printf, finished regresion testing
Fixed conversion warning
Finished test for Rtrees
Fixed documentation
Initialized variable
Added doxygen documentation
Added parameter name
8 years ago
Alexander Alekhin
649bb7ac04
core: parallel_for_(): update RNG state of the main thread
8 years ago
Alexander Alekhin
ebdd74105a
core(test): add regression test for RNG in parallel_for_()
8 years ago
Alexander Alekhin
b28fd79fdc
core: parallel_for_(): propagate RNG state from the main thread
8 years ago
Alexander Alekhin
78784040aa
Merge pull request #8249 from vskarlsruhe:patch-1
8 years ago
Alexander Alekhin
2570a5af38
Merge pull request #8292 from sovrasov:backport_8267
8 years ago
umbraclet16
17ece5861a
Solve issue #8264
...
Fix bug in camera_calibration.cpp that the program tries to
parse input of type VIDEO_FILE as IMAGE_LIST which causes the
program to crash.
8 years ago
vskarlsruhe
6e12391c91
Code cleanup, removed cv:: because using namespace cv is already used.
8 years ago
Jejos
5169c79978
fix medianBlur accessviolation
...
medianBlur called with "empty" source and ksize >= 7 crashes application with accessviolation. With this extra assert this is avoided and the application may normally catch the thrown exception.
8 years ago
Maksim Shabunin
220d1f0b3e
Merge pull request #8231 from paroj:pytype
8 years ago
vskarlsruhe
ed9c924102
Code easier to read now
...
Increase readability by using namespace std
8 years ago
Maksim Shabunin
c4c1c4c9bb
Replaced several hal:: classes with functions, marked old variants deprecated
8 years ago
Vitaly Tuzov
61404dd2ac
imgproc HAL header inclusion moved
8 years ago
Alexander Alekhin
dcbed8d676
Merge pull request #8250 from tomoaki0705:fixNonAsciiChar
8 years ago
Alexander Alekhin
eee638fd81
Merge pull request #8244 from sovrasov:adjust_roi_fix
8 years ago
Alexander Alekhin
c624d82383
Merge pull request #8239 from tomoaki0705:buildUniversalIntrinsicBlend
8 years ago
Alexander Alekhin
0c00242f7a
Merge pull request #8235 from berak:fix_dshow_leak
8 years ago
Vadim Pisarevsky
12d7429ff0
Merge pull request #8064 from terfendail:sgbm_bigbuffer
8 years ago
Tomoaki Teshima
822c67fdee
remove non ASCII character from comment
8 years ago
vskarlsruhe
56cedfc4d2
Update AddingImages.cpp
...
If-condition was always true (alpha = 0.5 is set in Line 19).
Now the user input is checked to be between 0 and 1.
This is correct in the tutorial code for OpenCV 2.4.
8 years ago
PkLab.net
e03c81d90a
Change image e small fix to cv::ellipse() Doc
8 years ago
Tomoaki Teshima
aec59aba34
suppress warnings
...
- brush up the implementation
8 years ago
Alexander Alekhin
ee9c0f5f9c
Merge pull request #8234 from alalek:issue_8121
8 years ago
Maksim Shabunin
a9e33fe54e
Merge pull request #8243 from sovrasov:hal_round_to_cvround
8 years ago
Maksim Shabunin
e192c6842e
Merge pull request #8240 from hewj03:issue_1012_contrib
8 years ago