Alexander Alekhin
e86287d8ae
cleanup: IPP Async (IPP_A)
...
except header file with conversion routines (will be removed in OpenCV 4.0)
6 years ago
HarshDolhare
8ef2d19337
Adds a small note describing BUILD_opencv_world ( #12332 )
...
* Added a mall note describing BUILD_opencv_world cmake option to the Installation in Windows tutorial.
* Made slight changes in BUILD_opencv_world documentation.
* Update windows_install.markdown
improved grammar
6 years ago
Alexander Alekhin
c1df9ad456
OpenCV version++
...
OpenCV 3.4.3
6 years ago
luz.paz
2003eb1b9b
Misc. typos
...
Found via `codespell -q 3 -I ../opencv-whitelist.txt --skip="./3rdparty"`
6 years ago
Alexander Alekhin
d69a327d6d
OpenCV version++
...
OpenCV 3.4.2
7 years ago
catree
9a7f426b7b
Add LD_PRELOAD instruction to be able to run Java code that calls OpenCV functions that use the Intel MKL library.
7 years ago
Alexander Alekhin
9ba9358ecb
documentation: avoid links to 'master' branch from 3.4 maintenance branch
7 years ago
Alexander Alekhin
c6aa97c9aa
next(android): java3 -> java4
7 years ago
Alexander Alekhin
5b17a60dde
next: drop HAVE_TEGRA_OPTIMIZATION/TADP
7 years ago
Alexander Alekhin
4990506948
cuda: WITH_CUDA=OFF by default (need to enable it explicitly)
7 years ago
Alexander Alekhin
82d2a0873d
cleanup: biicode
...
project is not active anymore
7 years ago
Alexander Alekhin
6ffc48769a
OpenCV version++
...
OpenCV 3.4.1
7 years ago
luz.paz
d47b1f3b70
Misc. ./apps ./doc ./platoforms typos
...
Found via `codespell -q 3 --skip="./3rdparty" -I ../opencv-whitelist.txt`
7 years ago
Alexander Alekhin
cac4a7e5b5
OpenCV version++
...
OpenCV 3.4.0-rc
7 years ago
Alexander Alekhin
d5f152494b
fix file names
7 years ago
Vadim Pisarevsky
eb9fcf4f08
Update windows_visual_studio_Opencv.markdown
7 years ago
Alexander Alekhin
69e5ac6f02
doc: fix youtube videos handling
7 years ago
Alexander Alekhin
bd6fb497bc
OpenCV version++
...
OpenCV 3.3.1
7 years ago
Sebastian Höffner
440e8d4efa
Configuring Doxygen to generate a tag file.
...
Additionally adds a tutorial on how to use the tag file in other
projects to link back to the OpenCV documentation.
The tutorial is also the only place which links to the tag file as of
now.
For more information on tag files and external documentation, check
https://www.stack.nl/~dimitri/doxygen/manual/external.html
7 years ago
Jacob MacRitchie
8f05af8d05
Fixed my additions. For real this time. I think.
...
Oops. Hopefully it works this time.
7 years ago
Raymond Kirk
4059f8b3a3
Fix 'directory does not exist' in windows tutorial
7 years ago
LaurentBerger
82ad0749af
add pushd popd
7 years ago
LaurentBerger
3e9a659f4c
Another way to build opencv
...
update
add anchor
7 years ago
Alexander Alekhin
d195f2775a
cmake: change Pylint integration
7 years ago
tribta
b7fa6d84bc
Using Pylint Tool to Test the python tutorial codes
...
* Adding CMake script to check if pylint is installed
* Adding Pylint config file (to choose the tests that are enabled)
* Adding CMake script to samples/python/tutorial_code
Testing: bad-indentation, mixed-indentation, unnecessary-semicolon, unused-variable
7 years ago
lewisjb
47c9bb7ba8
Update doc build instructions for doxygen
8 years ago
Drew Hintz
f6b6fbf136
change tutorial to use enum name instead of value ( #8783 )
...
* change tutorial to use enum name instead of value
* use enum name instead of value
8 years ago
vskarlsruhe
0bc30d382d
Merge pull request #8752 from vskarlsruhe:patch-7
...
Update windows_install.markdown (#8752 )
8 years ago
Drew Hintz
aea846ad96
Update broken downloads link in documentation ( #8764 )
...
* Update broken downloads link
* Update broken downloads link
* Update broken downloads link
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
Maksim Shabunin
66cdc10010
Minor documentation fixes:
...
- disabled OPTIMIZE_OUTPUT_JAVA
- filtered out *.m scripts
- removed link to old Sphinx documentation
- replaced all mentions of Sphinx with Doxygen
8 years ago
Bryce Evans
a85b4b5805
Merge pull request #7942 from bae43:fix-typos
...
Fix Documentation Typos (#7942 )
8 years ago
Cartucho
fcddfa4f86
GSoC 2016 - Adding ALIASES for tutorial ( #7041 )
...
* GSoC 2016 - Adding toggle files to be used by tutorials.
Add a toggle option for tutorials.
* adds a button on the HTML tutorial pages to switch between blocks
* the default option is for languages: one can write a block
for C++ and another one for Python without re-writing the tutorial
Add aliases to the doxyfile.
* adding alises to make a link to previous and next tutorial.
* adding alias to specify the toggle options in the tutorials index.
* adding alias to add a youtube video directly from link.
Add a sample tutorial (mat_mask_opertaions) using the developed aliases:
* youtube alias
* previous and next tutorial alias
* buttons
* languages info for tutorial table of content
* code referances with snippets (and associated sample code files)
* Removing the automatic ordering.
Adding specific toggles for cpp, java and python.
Move all the code to the footer / header and Doxyfile.
Updating documentation.
8 years ago
Randy J. Ray
dd99b7c1cb
Further editing/refinement of the tutorial.
...
This is based on testing OpenCV 3.1 with VisionWorks, which identified issues.
The tutorial now specifies 3 cherry-pick commands for opencv.
8 years ago
parismita
f55e966210
Update linux_install.markdown
...
Update linux_install.markdown
Update linux_install.markdown
Update linux_install.markdown
Update linux_install.markdown
Update linux_install.markdown
Update linux_install.markdown
8 years ago
Randy J. Ray
036dd8d48f
Contribute a tutorial on building for NVIDIA Tegra ( #7814 )
...
* Contribute a tutorial on building for NVIDIA Tegra
* Clean-up and fixes based on feedback.
8 years ago
StevenPuttemans
80f03f58e7
backport of 7361
8 years ago
StevenPuttemans
e1b4f5aeb6
fix issue 7352
8 years ago
Alexander Alekhin
2d10336601
fix documentation
8 years ago
Asal Mirzaieva
0f8023967c
add reqiured includes to the "Load, Modify, and Save an Image" tutorial
...
resolves #6944
8 years ago
Tomoaki Teshima
531b8e2320
add note of minimum requirement of CUDA
8 years ago
Alexander Alekhin
bb5e25ba7c
migration: github.com/opencv/opencv
8 years ago
Alexander Alekhin
ddc0b42bc3
migration: github.com/opencv/opencv
8 years ago
berak
0b389b24f6
fix changed libraries in eclipse tutorial
9 years ago
renu285
45f9d32866
Removed older libraries pointing to 2.4 in eclipse tutorial docs
9 years ago
shruthikashyap
d64b35f11d
Fix for issue 6146 and some grammar corrections
9 years ago
shruthikashyap
23ba94140e
Fix for issue 6146
9 years ago
Andrey Pavlenko
58e5aca631
Android camera + OpenCL tutorial (for existing code at samples/android/tutorial-4-opencl)
9 years ago
Maksim Shabunin
caffbaafbe
Updated Manager for Android
10 years ago
Maksim Shabunin
55d1f0b7d6
Transition guide: removed one of the version check methods
10 years ago