opencv/modules/core
Vladislav Vinogradov a4750f49c6 fix for bug #3068 (PCA::computeVar for double input):
The matrix g  can have CV_32F or CV_64F type,  but g.at uses only float template.
This fix adds specialization for double type.
2013-06-14 12:53:44 +04:00
..
doc (typo) 2013-05-20 13:19:36 +02:00
include/opencv2/core Make AutoLock noncopyable (it would break on copying, anyway). 2013-05-31 17:27:42 +04:00
perf Eliminate the need of ::testsing::ValuesIn() for CV_ENUM 2013-04-15 19:39:49 +04:00
src fix for bug #3068 (PCA::computeVar for double input): 2013-06-14 12:53:44 +04:00
test Backported RNG_MT19937 from master. 2013-04-10 19:39:38 +04:00
CMakeLists.txt Automatically add CUDA support to a module if it has CUDA sources. 2013-04-10 12:20:54 +04:00