Vitaliy Lyudvichenko
|
6d3cb8080c
|
Refinement of BlobShape API explicit BlobShape(int,int) constructor was removed
BlobShape::all(int, int) substitutes explicit BlobShape(int,int)
added new intuitive constructors: BlobShape(s0); BlobShape(s0, s1)...
added corresponding tests
|
9 years ago |
Vitaliy Lyudvichenko
|
5baccb7bf1
|
Adding of docs headers for layers list, fixing of layer factory macroses
|
9 years ago |
Vitaliy Lyudvichenko
|
2f6cac69f7
|
Improving of docs for recurrent layers
|
9 years ago |
Vitaliy Lyudvichenko
|
09bbe0fb29
|
Fixing unix build and cmake MKL searching
|
9 years ago |
Vitaliy Lyudvichenko
|
b96fbe4cbb
|
Optimization of InnerProduct layer
|
9 years ago |
Vitaliy Lyudvichenko
|
e099c3992f
|
Adding of RNN layer
|
9 years ago |
Vitaliy Lyudvichenko
|
893a565951
|
Adding of reccurent layers (LSTM)
|
9 years ago |
Vitaliy Lyudvichenko
|
67c825c04f
|
Adding of perf test for DNN module.
|
9 years ago |
Vitaliy Lyudvichenko
|
b1c87936e3
|
adding of BLAS and MKL support into dnn module
|
9 years ago |
Gary Bradski
|
f5deefefe2
|
Extensive changes to master README.md
Extensive changes to README.md opencv_contrib file to bring it up to date.
|
9 years ago |
Wu Jiang
|
9481d44b44
|
Fix a typo
`lenght` --> `length`
|
9 years ago |
Gregory Kramida
|
395db9e721
|
Fix sign() macro redefinition compile-time error
|
9 years ago |
Suleyman TURKMEN
|
55e53ea86b
|
fix for width&height problem in haarcascade_mcs_xxx.xml files
|
9 years ago |
Maksim Shabunin
|
7e11a7e11a
|
Fixed cvv module build
|
9 years ago |
StevenPuttemans
|
784fb55c9b
|
add model location info
|
9 years ago |
berak
|
19b72cc41e
|
tracking: fix selectRoi()
|
9 years ago |
berak
|
4889ec5cdf
|
structured_light: python / java bindings
|
9 years ago |
Balint Cristian
|
6241296f5b
|
Allow vector<Mat> raster bands to SEEDS.
|
9 years ago |
Maksim Shabunin
|
48903ef96d
|
Added python aliases for face predict overloaded functions
|
9 years ago |
StevenPuttemans
|
dd33354fd5
|
fix the CMAKE order for issue #630
ensure that the double pass through CMakeLists.txt files do not generate double output
|
9 years ago |
berak
|
a9d1ab478f
|
ximgproc: fix some mismatched new / free calls
|
9 years ago |
Amro
|
4e0b7f394d
|
quick fix to avoid CMake 3.5 crashing in cl2cpp.cmake
see https://github.com/Itseez/opencv/issues/6370
|
9 years ago |
Balint Cristian
|
cf5224f586
|
Fix issue #623 & doc image reference (ximgproc/slic).
|
9 years ago |
Eric Zavesky
|
64d94e94e0
|
- no ambiguity about last rect (complement #459 and bd20972 );
- remove double-check, make MSVC happy
|
9 years ago |
Maksim Shabunin
|
5e59b83706
|
Using iframe to embed youtube videos in aruco tutorials
|
9 years ago |
Gary Bradski
|
14680a3c4a
|
Update README.md
|
9 years ago |
Gary Bradski
|
2a1a7198df
|
Update README.md
|
9 years ago |
Gary Bradski
|
fc46c0038e
|
Update README.md
|
9 years ago |
Gary Bradski
|
1c7a210df6
|
Update README.md
|
9 years ago |
Gary Bradski
|
2f85f3126a
|
Update README.md
|
9 years ago |
Gary Bradski
|
e27ef09e0b
|
Update README.md
|
9 years ago |
Gary Bradski
|
6c8e7eeb89
|
Update README.md
|
9 years ago |
Gary Bradski
|
28bdfcaaa7
|
Update README.md
|
9 years ago |
Pavel Rojtberg
|
94a2e747ab
|
aruco::estimatePoseSingleMarkers rvec/ tvec memory layout fixes
type should be OutputArray instead of OutputArrayOfArrays.
at<Vec3d> is one dimensional. (fixes debug assert)
fixes #574
|
9 years ago |
Gary Bradski
|
f8e8b210c9
|
Update README.md
|
9 years ago |
Gary Bradski
|
9dd60aeb82
|
Update README.md
|
9 years ago |
Gary Bradski
|
14da93bf03
|
Update README.md
|
9 years ago |
Gary Bradski
|
02d926b5b6
|
Update README.md
|
9 years ago |
Gary Bradski
|
12286945fd
|
Created README.md file for this module
|
9 years ago |
Gary Bradski
|
ad33b046a0
|
Fixed calibration typo and removed white space
|
9 years ago |
Gary Bradski
|
38dc2b7e24
|
minor add of text to README.md
|
9 years ago |
Gary Bradski
|
4a96f1c7ad
|
minor add of text to README.md
|
9 years ago |
Gary Bradski
|
98908b9786
|
Added new packages added since last update
Up to date with new files
|
9 years ago |
Gary Bradski
|
535245d604
|
Edited the english translation
Smoother, more grammatical description.
|
9 years ago |
Gary Bradski
|
23837f1658
|
Minor grammar edit
On analysis
|
9 years ago |
Gary Bradski
|
8a68dae3e4
|
Filled out README.md file for ArUco and ChArUco and diamond markers
|
9 years ago |
aravind
|
e19a449dd0
|
Fixed roiSelector platform dependency bug - lower 8 bits comparison for keypresses.
|
9 years ago |
Daniel Ching
|
40c555e633
|
Corrected spelling of the word 'stabilized'.
|
9 years ago |
Bleach666
|
9677bd7fca
|
fix vs2010 samples build
|
9 years ago |
lluisgomez
|
f07a00cfae
|
remove trailing whitespace
|
9 years ago |