Alexander Alekhin
|
c4c31f5bba
|
samples: use findFile() in "cpp"
|
6 years ago |
berak
|
182b52d23d
|
fix some samples colliding with std::beta
also add comments explaining the change
|
7 years ago |
luz.paz
|
dbb57cd0ae
|
Misc. ./samples typos
Found via `codespell -q 3 --skip="./3rdparty" -I ../opencv-whitelist.txt`
|
7 years ago |
StevenPuttemans
|
6d34d6b47e
|
update samples: waitKey() usage
Original commit is a5f19f7dd6
|
8 years ago |
Alexander Alekhin
|
8f60740205
|
fix build warning (unreachable code) and exit error codes
|
9 years ago |
Adrien BAK
|
82a5ff8540
|
fix warnings in samples
|
10 years ago |
Adil Ibragimov
|
8a4a1bb018
|
Several type of formal refactoring:
1. someMatrix.data -> someMatrix.prt()
2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
|
10 years ago |
vbystricky
|
4286f60387
|
Extract imgcodecs module from highgui
|
11 years ago |
siddharth
|
f85a615f3f
|
whitespaces removed and other minor changes to fix build error
Update 1
update 2
Update 3
Update 4
Update 5
update 6
Update 7
Update 8
Update 9
Update 10
Update 11
Update 12
Update 13
Update 14
Update 15
Update 16
Update 17
Update 18
Update 19
Update 20
Update 21
Update 22
Removed Headers
Update 23
Update 24
Update 25
Update 26
Update 27
Update 28
|
11 years ago |
siddharth
|
05c7c9325a
|
cloning_gui.cpp updated
|
11 years ago |
siddharth
|
75b76554bf
|
errors in samples/cpp removed
|
11 years ago |
siddharth
|
f8b00e5269
|
renamed
|
11 years ago |
siddharth
|
56ab1c18e6
|
new filters added and all the 3 modules updated
All 3 modules Updated
|
11 years ago |
siddharth
|
1ed0e44090
|
added keyboard control
|
11 years ago |
siddharth
|
e170115ad0
|
new interface added. decolor and cloning module added.
Both modules added
|
11 years ago |
siddharth
|
0802c06571
|
seamless cloning added
update1
update1
update4
|
11 years ago |