Vadim Pisarevsky
ef534537b4
Merge pull request #3478 from akarsakov:rect_fix_typo
10 years ago
Vadim Pisarevsky
bada364eb3
Merge pull request #3481 from mshabunin:python-test
10 years ago
Maksim Shabunin
c28fea32c7
Build separate world-like iOS framework for contrib
10 years ago
Alexander Alekhin
893deb4040
Merge pull request #3483 from wangyan42164:ocl_orb_improve
10 years ago
Alexander Alekhin
1252e870f9
Merge pull request #3482 from wangyan42164:ocl_brute_match_improve
10 years ago
Maksim Shabunin
ecfd056111
Fixed whitespace warnings in new tutorials
10 years ago
Andrey Kamaev
05bc48e8f4
Make Ctrl+S open save dialog on Gtk backend
10 years ago
Andrey Kamaev
fac99de7ec
It turns opengl gheck is not needed for win ctrl+s
10 years ago
Yan Wang
2df606f098
Use sincos instead of sin and cos.
...
Signed-off-by: Yan Wang <yan.wang@linux.intel.com>
10 years ago
Yan Wang
1c9f956b88
Remove unnecesary operations and calculations in loop body.
...
Signed-off-by: Yan Wang <yan.wang@linux.intel.com>
10 years ago
Chuanbo Weng
2d8c89c40b
Remove unnecessary kercn limitation of 4.
...
When accessing global memory by DWORD4, memory bandwidth
can be fully utilized on Intel platform. This patch will
make more image format(e.g. 8UC4) be processed in DWORD4
by work-item. After applying this patch, 3 subcase of
./opencv_perf_core --gtest_filter=OCL_RepeatFixture_Repeat.Repeat/*
can be speedup on HD4000 graphics card with Beignet:
OCL_RepeatFixture_Repeat.Repeat/2, 64% improvement.
OCL_RepeatFixture_Repeat.Repeat/6, 50% improvement.
OCL_RepeatFixture_Repeat.Repeat/8, 56% improvement.
Signed-off-by: Chuanbo Weng <chuanbo.weng@intel.com>
10 years ago
TobyWanKenobi
f54b80d2c8
Re-edition of documentation
...
Re-edited the documentation again.
10 years ago
Maksim Shabunin
84379140ba
Python test: added options to provide local data path
10 years ago
TobyWanKenobi
b3bba3476d
Re-editing Documentation
...
Attempting to re-editing the documentation, to satisfy buildbot error
status.
10 years ago
TobyWanKenobi
270af2ca79
Changing tabs to spaces.
...
Edited previous code to change tabs into spaces.
10 years ago
Alexander Karsakov
bcca34bc96
Fixed typo in description of Rect operations
10 years ago
fhsm
146d66267f
White space and spelling in meanshift tutorial
...
Removed a leading whitespace from a parenthetical comment and corrected the spelling of "maybe"
10 years ago
TobyWanKenobi
a1e04c98aa
Add method in StatModel class, to load from String
...
Added a method "loadFromString" which is based on the "load" one. It
allow to directly pass the XML string which can be usefull and faster
when you have a huge file in a variable.
10 years ago
Maksim Shabunin
6d282ddf72
Documentation: removed mention of Mat(IplImage*) constructor
10 years ago
Dmitry-Me
cb049657e5
Prevent division by zero
10 years ago
Vadim Pisarevsky
be5c910358
Merge pull request #3443 from HelenWong:bug3363Fix
10 years ago
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
Maksim Shabunin
d3beb755df
Doxygen tutorials: support contrib, some minor changes
10 years ago
Dmitry-Me
c669b7e4cd
Simplify overengineered code
10 years ago
Maksim Shabunin
4ccbd44559
User guide converted to doxygen
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
812ce48c36
Doxygen tutorials: python final edits
10 years ago
Maksim Shabunin
875f922332
Doxygen tutorials: python basic
10 years ago
Maksim Shabunin
36a04ef8de
Doxygen tutorials: cpp done
10 years ago
Maksim Shabunin
c5536534d8
Doxygen tutorials: warnings cleared
10 years ago
Maksim Shabunin
8375182e34
Doxygen tutorials: basic structure
10 years ago
Maksim Shabunin
220f671655
Doxygen tutorials: some fixes in RST-docs
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