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
logic1988
a8e5d1d9fd
Merge pull request #7978 from logic1988:master
...
Fix error usage in HitMiss tutorial, and improved the visualization results (#7978 )
* Fix error usage in HitMiss tutorial, and improved the visualization results
Fix error usage in HitMiss tutorial, and improved the visualization results
* Update HitMiss.cpp
* Update HitMiss.cpp
8 years ago
catree
e16e141c38
Add OpenCV parallel_for_ tutorial.
8 years ago
catree
a891caa755
Use directly the doxygen snippet command for the Changing the contrast and brightness of an image tutorial. Extend the tutorial with a pratical example and with a gamma correction method to adjust the brightness of an image.
8 years ago
Lorena García
3650ec02be
HitMiss tutorial
8 years ago
StevenPuttemans
6d34d6b47e
update samples: waitKey() usage
...
Original commit is a5f19f7dd6
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
Alexander Alekhin
11b642fb8c
viz: eliminate warnings from tutorial code
8 years ago
Alexander Alekhin
c31f89f0de
viz: eliminate warnings from tutorial code
8 years ago
Asal Mirzaieva
ec5ae4af1d
add explanation to the Bounding Box and Circles tutorial
...
- also some minor changes to the respective sample cpp file
8 years ago
Cartucho
d482b5c102
Update hull_demo.cpp
...
The Mat "src_copy" is never used.
8 years ago
Suleyman TURKMEN
bb6f65c199
Update documentation ( tutorials )
8 years ago
Vladislav Sovrasov
46c8b09453
Improvements in camera_calibration tutorial code
8 years ago
Arthur Cinader
0ed250cb5d
Implement PR feedback:
...
1. Explain grayscale input still read as three channel
2. Fix typo
3. Add more details to image match explanation to include the use of masks
9 years ago
Arthur Cinader
2b08f29543
Allow for an optional mask for MatchTemplate_Demo
9 years ago
Alexander Alekhin
8184535de1
samples: repair viz tutorial
9 years ago
sarthak
43dca117b9
opencv viz bug
...
removed binary
update
9 years ago
Suleyman TURKMEN
11ca1c95f8
update cpp samples and tutorials
9 years ago
berak
a2b353d178
Update non_linear_svms.cpp
...
fix for #6598
9 years ago
Maksim Shabunin
ba3b1de93f
Updates for XCode 7.3
9 years ago
rishirajsurti
4a9170ba42
Thresholding Tutorial using inRange function on a video
9 years ago
berak
e0c65499fd
remove opencv_contrib dependancy from planar_tracking.cpp
9 years ago
Eric Zavesky
77fa8d9d5a
- fix windows-based warnings for type casts
9 years ago
Eric Zavesky
335f7e7916
- trim whitespace, as required by build machine
9 years ago
Eric Zavesky
d7e57f2152
- fix typo from last minute change
9 years ago
Eric Zavesky
4c5af4f361
- add ROI selection, allow device input, use BB for area exclusion
...
- previously BB was ignored for first frame, now masks analysis area
- also allow real-time feedback of processing
9 years ago
Eric Zavesky
4546139844
- remove zero threshold that prevents ORB from finding any local features
9 years ago
Maksim Shabunin
6c0c0466c6
Tutorials: moved Megamind.avi files to samples/data folder
9 years ago
Maksim Shabunin
359acc0d33
Tutorials: moved imgcodecs and videoio tutorials to separate pages
9 years ago
Ishank gulati
24da1ba3dc
added videoio docs and tutorials
9 years ago
Deanna Hood
0d706f6796
Return uncompressed support vectors for getSupportVectors on linear SVM (Bug #4096 )
9 years ago
Dan
01f40cfafc
Corrected the case where channel == -1
9 years ago
Alexander Smorkalov
2e78a3e5e9
Fixed samples build with nonfree.
...
(cherry picked from commit 341e7b3be2
)
9 years ago
Alexander Smorkalov
966d35a9fb
Made samples build independent from nonfree module.
...
(cherry picked from commit bba8c0beac
)
9 years ago
Alexander Smorkalov
341e7b3be2
Fixed samples build with nonfree.
9 years ago
Alexander Smorkalov
bba8c0beac
Made samples build independent from nonfree module.
9 years ago
Dan Moodie
f332f98757
Removed last trailing whitespace. Can't believe I missed it.
9 years ago
Dan
e4184195a2
Looks like something automatically added tabs back in after I already fixed the white space. :/
9 years ago
Dan
ab84de967e
More whitespace fixes.
9 years ago
Suleyman TURKMEN
69d84c8f3e
Update how_to_scan_images.cpp
9 years ago
Dan Moodie
7376c5311b
Fixed tabs in whitespace.
9 years ago
Dan
12dcb1555e
Missed one conversion of CV_TYPE to cv::DataType
9 years ago
Dan
00c2930709
improved comments.
9 years ago
Dan
23fc5930b7
Improved thrust interop tutorial.
9 years ago
Dan
09d392f09d
Added thrust tutorial.
9 years ago
Dan
a80e0cf8bd
Added tutorials for using thrust.
9 years ago
Enes Ateş
5df2713b16
XML file path correction
...
in documentation exact path is images/CameraCalibration/VID5
see also PR #5393
9 years ago
Enes Ateş
769fe82743
XML file path correction
...
in documentation exact path is images/CameraCalibration/VID5
9 years ago
berak
602bd60c3a
Update cloning_gui.cpp
9 years ago
Pavel Rojtberg
d0e16b21d4
add support for fisheye camera model
9 years ago