opencv/modules/core/src
2010-12-04 15:35:34 +00:00
..
alloc.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 2010-05-11 17:44:00 +00:00
arithm.cpp fixed some more tests on Windows; changed inheritance Matx -> Vec to Vec -> Matx 2010-11-06 21:51:21 +00:00
array.cpp fixed a few bugs in: Mat::reshape, Mat(CvMat*) constructor, element access, copying nd array etc. 2010-10-19 11:57:37 +00:00
convert.cpp added hconcat & vconcat functions for joining matrices; moved some inline functions out of the headers; fixed several bugs in documentation; removed MatND from docs 2010-11-23 16:39:20 +00:00
copy.cpp added hconcat & vconcat functions for joining matrices; moved some inline functions out of the headers; fixed several bugs in documentation; removed MatND from docs 2010-11-23 16:39:20 +00:00
datastructs.cpp almost finished Python wrappers 2010-11-02 17:58:22 +00:00
drawing.cpp make watershed demo work correctly 2010-12-04 15:35:34 +00:00
dxt.cpp fixed several warnings; modified size comparison: m1.size() == m2.size() => m1.size == m2.size 2010-10-20 12:33:57 +00:00
lapack.cpp fixed some GCC 4.4 warnings 2010-11-20 12:05:28 +00:00
mathfuncs.cpp correct 2 bugs in cvSolveCubic (linear and quadratic cases: tickets #525 and #364) 2010-11-07 19:23:48 +00:00
matmul.cpp added hconcat & vconcat functions for joining matrices; moved some inline functions out of the headers; fixed several bugs in documentation; removed MatND from docs 2010-11-23 16:39:20 +00:00
matop.cpp fixed gpu morphology: now kernel in gpu is passed to npp functions. 2010-09-28 08:45:44 +00:00
matrix.cpp fixed unresolved RotatedRect::boundingRect() error (ticket #725) 2010-12-04 11:40:14 +00:00
out.cpp removed cv prefix 2010-11-15 20:09:55 +00:00
persistence.cpp fixed uninitialized variable use in writeGraph (reported by valgrind when running opencv_test_core) 2010-11-13 22:00:10 +00:00
precomp.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 2010-05-11 17:44:00 +00:00
precomp.hpp fixed some more tests on Windows; changed inheritance Matx -> Vec to Vec -> Matx 2010-11-06 21:51:21 +00:00
rand.cpp added hconcat & vconcat functions for joining matrices; moved some inline functions out of the headers; fixed several bugs in documentation; removed MatND from docs 2010-11-23 16:39:20 +00:00
stat.cpp fixed problem with missing minMaxIdx (ticket #703) 2010-11-25 18:32:40 +00:00
system.cpp added default detector for winSize(64,128) for hog on gpu 2010-11-16 12:33:19 +00:00
tables.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 2010-05-11 17:44:00 +00:00