opencv/modules/core
Andrey Kamaev 84934f7bfc Fix SHORT data type support in Algorithm
* typo in Algorithm::addParam for 'short' data type which results in segmentation fault on ARM
  on attempt to set type property for FAST using setter inherited from Algorithm
* added short type support to read/write methods
* improved some error messages
2012-10-26 17:00:13 +04:00
..
doc Eliminate discrepancies between signatures in documentation and OpenCV headers 2012-10-17 21:24:55 +04:00
include/opencv2/core Made changes in cv::Algorithm 2012-10-23 21:37:27 +04:00
perf Limit 32S data in perf test for addWeighted to avoid integer overflow 2012-10-23 12:07:32 +04:00
src Fix SHORT data type support in Algorithm 2012-10-26 17:00:13 +04:00
test fixed 2 test failures (test_DrawChessboardCorners & Core_Array.expressions) 2012-10-24 14:41:15 +04:00
CMakeLists.txt moved device layer headers to include directory 2012-10-05 18:04:23 +04:00