This website requires JavaScript.
Explore
Help
Sign In
mirror
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
mirror of
https://github.com/opencv/opencv.git
synced
2025-01-22 17:43:12 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
9ac0d4323d
opencv
/
modules
/
core
History
Vadim Pisarevsky
9ac0d4323d
make Mat::Mat(CvMat* m) return empty matrix when m is NULL; added utility Mat::initEmpty() method to replace duplicated matrix initializations in different constructors
2012-04-04 12:52:14 +00:00
..
doc
fixed bug
#1318
. extended RNG::fill with the optional saturateRange parameter
2012-03-29 12:00:34 +00:00
include/opencv2
/core
make Mat::Mat(CvMat* m) return empty matrix when m is NULL; added utility Mat::initEmpty() method to replace duplicated matrix initializations in different constructors
2012-04-04 12:52:14 +00:00
perf
Updated performance tests sanity data; fixed some tests
2012-04-04 10:56:17 +00:00
src
make Mat::Mat(CvMat* m) return empty matrix when m is NULL; added utility Mat::initEmpty() method to replace duplicated matrix initializations in different constructors
2012-04-04 12:52:14 +00:00
test
restored try-catch in the i/o test
2012-04-03 13:05:16 +00:00
CMakeLists.txt
cmake scripts are updated to prefer includes from the OpenCV source tree
2012-03-03 15:49:23 +00:00