Vadim Pisarevsky
f61db41d25
Merge pull request #3453 from mshabunin:doxygen-others
10 years ago
Vadim Pisarevsky
46858c4328
Merge pull request #3463 from Dikay900:fix_sample_video_writer
10 years ago
Vadim Pisarevsky
726ed2632d
Merge pull request #3469 from a-wi:Fill_ellipse_arc_v3
10 years ago
Vadim Pisarevsky
bf5ff7fcd0
Merge pull request #3470 from Dmitry-Me:simplifyOverengineeredCode
10 years ago
Dmitry-Me
c669b7e4cd
Simplify overengineered code
10 years ago
Artur Wieczorek
41afe54696
Fix determining bounding box of the edge collection in FillEdgeCollection().
...
There is necessary to account also x-coordinate of the end of the edge when determining bounding box of the edge collection.
10 years ago
Maksim Shabunin
03e213ccae
Doxygen documentation: BiB references and fixes
10 years ago
Maksim Shabunin
1523fdcc1c
Doxygen documentation: more fixes and cleanups
10 years ago
Maksim Shabunin
f9a83c28e5
Doxygen documentation: mathbbm support
10 years ago
Maksim Shabunin
6dcafe0c2d
Doxygen documentation: cuda submodules reorganized
10 years ago
Maksim Shabunin
397bf7f2b7
Doxygen documentation: viz
10 years ago
Maksim Shabunin
9d89f8d3dc
Doxygen documentation: shape, superres, videostab
10 years ago
Maksim Shabunin
ceb6e8bd94
Doxygen documentation: cuda
10 years ago
Maksim Shabunin
472c210687
Doxygen documentation: flann, photo and stitching modules
10 years ago
Maksim Shabunin
8e9ea0e3d1
Doxygen doucmentation: ml module
10 years ago
Maksim Shabunin
c5a698fb54
Doxygen documentation: calib3d and features2d modules
10 years ago
Maksim Shabunin
dcae7698ad
Doxygen documentation for: highgui, video, imgcodecs and videoio
10 years ago
Vadim Pisarevsky
1f43999f2a
Merge pull request #3428 from 23pointsNorth:patch-6
10 years ago
Vadim Pisarevsky
aadab03b7b
Merge pull request #3452 from Dmitry-Me:fixIncorrectSizeComputation
10 years ago
Vadim Pisarevsky
02f4f2f96d
Merge pull request #3426 from mshabunin:doxygen-imgproc
10 years ago
Vadim Pisarevsky
d368a7ceb4
Merge pull request #3446 from pokeefe:fix-compilation-without-videoio
10 years ago
Vadim Pisarevsky
2f4c11b5e5
Merge pull request #3467 from Dikay900:fix_gpu_surf_perf_test_cpu_part
10 years ago
Vadim Pisarevsky
7106d3e8c2
Merge pull request #3458 from thorikawa:kmeans-index-parallel
10 years ago
Vadim Pisarevsky
6b0952b9bd
Merge pull request #3464 from asuwend1:master
10 years ago
Vadim Pisarevsky
2dd438c230
Merge pull request #3457 from burun:patch-1
10 years ago
Vadim Pisarevsky
88f67ce6b1
Merge pull request #3466 from taka-no-me:ctrl_s_win
10 years ago
Dikay900
44f629f99c
fix gpu sample performance test cpu part
10 years ago
Andrey Kamaev
3fa02787ac
Make Ctrl+S open save dialog on Windows
10 years ago
Ari Suwendi
b14f7c99d2
bug fix for a crash when input image is small
10 years ago
Dikay900
8c919ed248
samples: gpu: fix include of TickMeter
10 years ago
Takahiro Poly Horikawa
553bb7956e
Fix "assignment operator could not be generated" warnings
10 years ago
Takahiro Poly Horikawa
180e54d09d
- Use cv::Mutex to safely update converged flag
...
- Use cv::AutoBuffer rather than new allocation
- Fix "assignment operator could not be generated" warning
10 years ago
Alexander Alekhin
50c9367d7a
Merge pull request #3451 from wangyan42164:ocl_pyrup_unrolled
10 years ago
Takahiro Poly Horikawa
123ca7e1c5
Parallize building kmeans index in flann
10 years ago
burun
c52a3f7634
Update py_colorspaces.rst
...
mask = cv2.inRange(hsv, lower_green, upper_green)
to
mask = cv2.inRange(hsv, lower_blue, upper_blue)
10 years ago
Dmitry-Me
4ff8a3ad92
Fix incorrect size computation
10 years ago
Yan Wang
6e7050555e
Optimize pyrUp_unrolled() by mad function.
...
It could improve performance when image size is large.
E.g. OCL_PyrUpFixture_PyrUp.PyrUp/18
10 years ago
Pat O'Keefe
6d78cfc0d9
Fix compilation when building without the Video I/O module.
10 years ago
Vadim Pisarevsky
73ba435610
Merge pull request #3435 from oresths:filter_anchor_fix
10 years ago
Vadim Pisarevsky
15952d7188
Merge pull request #3436 from oresths:compiler_option
10 years ago
orestis
aad98e545f
Remove redundant -mfpu=neon flag.
...
This flag is already added in line 131.
10 years ago
orestis
a7757b0eb6
Fix anchor for small symmetrical column filters.
...
In the unoptimized version of small symmetrical column filters, when we
try to detect if the kernel, ky, is equal to [1;2;1] or [1;-2;1] we
should take into consideration that the anchor points in the middle
element.
10 years ago
Vadim Pisarevsky
ba9bc2d72f
Merge pull request #3409 from fish2000:patch-1
10 years ago
Vadim Pisarevsky
b009e8d0fb
Merge pull request #3411 from eltermann:master
10 years ago
Vadim Pisarevsky
7ed5284ae6
Merge pull request #3432 from taka-no-me:wintitle
10 years ago
Andrey Kamaev
f4ba8b13c7
Add cv::setWindowTitle to highgui
10 years ago
Andrey Kamaev
1744098438
silence cmake 3.0+ warnings on LOCATION attribute
10 years ago
Maksim Shabunin
555fdf893a
Documenting imgproc module
...
- disabled doxygen tree
- enabled doxygen enum listing
- added imgproc reference to main page
- enabled BiB support
- chenged doxygen root page format
10 years ago
Vadim Pisarevsky
32348604e3
Merge pull request #3431 from PhilLab:patch-3
10 years ago
Philipp Hasper
799646e5d0
Typos in CMake
10 years ago