berak
|
6f4012df12
|
xphoto: fix learning_based_color_balance.cpp
|
7 years ago |
Vadim Pisarevsky
|
53986aaa7d
|
Merge pull request #996 from mshabunin:cmakeex
|
7 years ago |
Vadim Pisarevsky
|
e53977f64b
|
Merge pull request #1482 from terfendail:bitexact_resize
|
7 years ago |
Vadim Pisarevsky
|
43ff131c05
|
Merge pull request #1483 from alalek:python_cv2_to_cv
|
7 years ago |
Vitaly Tuzov
|
8c394a4f2e
|
Updated internal calls to linear resize to use bit-exact version
|
7 years ago |
Alexander Alekhin
|
57ff363389
|
python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
|
7 years ago |
Alexander Alekhin
|
b0fc85b1a4
|
Merge pull request #1480 from berak:fix_paillou_sample
|
7 years ago |
berak
|
d4dabfbf3c
|
ximgproc: fix paillou_demo
|
7 years ago |
Vadim Pisarevsky
|
9a64c542b3
|
Merge pull request #1404 from terfendail:Generic_DispFilter
|
7 years ago |
Alexander Alekhin
|
e8ed375339
|
Merge pull request #1477 from berak:fix_non_ascii
|
7 years ago |
berak
|
102c80a2c9
|
remove some non-ascii symbols
|
7 years ago |
Maksim Shabunin
|
18a5391672
|
Fixed exports and removed contrib_world
|
7 years ago |
Alexander Alekhin
|
60a510c2a3
|
Merge pull request #1475 from alalek:stereo_fix_crash
|
7 years ago |
Alexander Alekhin
|
30b97f2b86
|
stereo: fix invalid 'for' range
'(k * (ww) + ii)' overrun allocated buffer (k = height - 1, ii = ww)
|
7 years ago |
Alexander Alekhin
|
0327b79d75
|
Merge pull request #1474 from berak:tracking_fix_kcf
|
7 years ago |
Alexander Alekhin
|
b64c6e1519
|
stereo: fix crash
- uninitialized variable 'previous_size'
- incorrect Mat element access pattern via address arithmetic
|
7 years ago |
berak
|
94c09fe8c8
|
tracking:fix rounding and grayscale for KCF
|
7 years ago |
Maksim Shabunin
|
6520dbaa22
|
Merge pull request #1211 from VladX:lsbp
|
7 years ago |
Maksim Shabunin
|
311feb21ce
|
bgsegm: several fixes:
- descriptor Mat access unsigned -> int
- do not use types uint8_t, etc. from C++11
- fixed uninitialized memory access
- minor cosmetic modifications
|
7 years ago |
Vladislav Samsonov
|
42b0e13aef
|
GSoC: New background subtraction algorithm
|
7 years ago |
Alexander Alekhin
|
79eb46dddc
|
Merge pull request #1452 from mshabunin:fix-gcc7-warnings
|
7 years ago |
Maksim Shabunin
|
b16d9dbcc5
|
Fixed several warnings produced by GCC 7
|
7 years ago |
Vadim Pisarevsky
|
6f07e2fca5
|
Merge pull request #1419 from terfendail:latch_blur
|
7 years ago |
Alexander Alekhin
|
d71da5dfe4
|
Merge pull request #1468 from dkurt:update_priorbox_layer
|
7 years ago |
Dmitry Kurtaev
|
c5c3aa5625
|
Update PriorBox layer
|
7 years ago |
Alexander Alekhin
|
4ba561826a
|
Merge pull request #1456 from alalek:ocl_bioinspired_fixes
|
7 years ago |
Alexander Alekhin
|
d897f8efb2
|
Merge pull request #1466 from egorpugin:patch-1
|
7 years ago |
Alexander Alekhin
|
d47288db32
|
Merge pull request #1463 from Sahloul:affine_feature2d
|
7 years ago |
Alexander Alekhin
|
e878ea952a
|
build: fix defines
|
7 years ago |
Alexander Alekhin
|
6f322a893d
|
bioinspired(ocl): refactor OpenCL conditions
|
7 years ago |
Egor Pugin
|
09c3be3f0f
|
Fix incorrect windows definition.
Old one causes build errors.
|
7 years ago |
Hamdi Sahloul
|
36291faf6c
|
Affine feature2D: Prevent crashing due to invalid covariant matrix
|
7 years ago |
Alexander Alekhin
|
c6f1922ade
|
Merge pull request #1462 from LaurentBerger:UnusedFD
|
7 years ago |
LaurentBerger
|
9c77fa733b
|
Remove unused code
|
7 years ago |
Alexander Alekhin
|
10d567fd89
|
Merge pull request #1459 from alalek:ximgproc_rename_global_FD_functions
|
7 years ago |
fiammante
|
ab51fb06ca
|
Merge pull request #1449 from fiammante:bright_edges
Bright edges source code and demo (#1449)
* Bright edges source code and demo
* Fix mac errors
* Upload again because of null characters
* Convert to UTF-8
* Change cv::WindowFlags::WINDOW_AUTOSIZE
* Remove parameter
* Remove trailing white spaces (documentation builld error
* Remaining white spaces
* Correct warning
* Correct surround
* Add comment
* Moving prototype out of header
* Add ximgproc namespace, fix example.
* Fix namespace for example
* Remove windows desctruction
* Correct Mat declaration
* Removed unused gray
* Change local functions to static
* Remove tabs and replace by 4 spaces
* Add comments
* Fix comments
* Retry for random test stereo failure
|
7 years ago |
Alexander Alekhin
|
e8c03fc1bf
|
ximgproc: rename global functions with generic names
|
7 years ago |
Alexander Alekhin
|
d9f5a629d6
|
Merge pull request #1458 from nszceta:master
|
7 years ago |
Adam Gradzki
|
a6a347e53e
|
ppf_icp.py: Python 3 support
|
7 years ago |
Alexander Alekhin
|
f94610a09f
|
Merge pull request #1455 from alalek:ximgproc_fix_namespace
|
7 years ago |
Alexander Alekhin
|
2700b7d405
|
ximgproc: fix namespace
|
7 years ago |
Vitaly Tuzov
|
97037fba92
|
Updated LATCH accuracy test
|
7 years ago |
Alexander Alekhin
|
a30fb44d61
|
Merge pull request #1447 from sturkmen72:optional_dependencies
|
7 years ago |
Alexander Alekhin
|
ccfca156db
|
Merge pull request #1451 from klchang:master
|
7 years ago |
Maksim Shabunin
|
d394601d95
|
Merge pull request #1450 from mshabunin:fix-ovis-ogre-linux
|
7 years ago |
klchang
|
88847ac766
|
Fix the runtime bug again.
|
7 years ago |
Suleyman TURKMEN
|
90555dbd06
|
makes text module dependency optional
|
7 years ago |
Maksim Shabunin
|
2c97815a24
|
ovis: fixed OGRE search in Ubuntu
|
7 years ago |
Alexander Alekhin
|
09fd78e455
|
Merge pull request #1439 from Sahloul:cvv_parser
|
7 years ago |
Alexander Alekhin
|
be79bcf14e
|
Merge pull request #1441 from sturkmen72:enable-java
|
7 years ago |