Alexander Alekhin
|
c4c31f5bba
|
samples: use findFile() in "cpp"
|
6 years ago |
Suleyman TURKMEN
|
89480801b8
|
some improvements on tutorials
|
7 years ago |
ValeryTyumen
|
297808e6b9
|
Feature #3957
|
9 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 |
Ilya Lavrenov
|
926cab2baa
|
fixed warnings
|
11 years ago |
siddharth
|
33e6c07485
|
Removed build errors and removed test images
Removed conflict
Error fix 1
Error fix 2
Error fix 3
Error fix 3
Error fix 4
Error fix 5
Error fix 6
Error fix 7
Error fix 8
Error fix 9
Error fix 10
Error fix 11
Error fix 12
Errors fixed
Removed opencv_extra folder inside opencv folder
|
11 years ago |
siddharth
|
75b76554bf
|
errors in samples/cpp removed
|
11 years ago |
siddharth
|
56ab1c18e6
|
new filters added and all the 3 modules updated
All 3 modules Updated
|
11 years ago |