This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
mirror of
https://github.com/opencv/opencv.git
synced
2024-11-24 19:20:28 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
32bc89f094
opencv
/
modules
/
core
History
Drew Jetter
6bf599b1bc
Fixed bug
#3489
: The code assumed that two global variables would be constructed in a particular order, but global variable initialization order is compiler-dependent.
2014-01-18 23:04:16 -07:00
..
doc
typo
2013-12-17 17:41:28 +04:00
include/opencv2
/core
Fix typo of SparseMat_<_Tp>::SparseMat_(const SparseMat& m)
2014-01-06 02:24:14 +09:00
perf
Add IPP support in meanStdDev, minMaxIdx, norm functions
2013-08-29 21:09:19 +04:00
src
Fixed bug
#3489
: The code assumed that two global variables would be constructed in a particular order, but global variable initialization order is compiler-dependent.
2014-01-18 23:04:16 -07:00
test
Added a test for matrix-to-vector copy and convert.
2014-01-17 14:18:31 +04:00
CMakeLists.txt
Merge pull request
#2037
from GregoryMorse:patch-2
2013-12-27 12:11:52 +04:00