1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-16 22:35:51 +08:00
Commit Graph

20 Commits

Author SHA1 Message Date
Maksim Shabunin
696aa69f9a Fixed several incorrect printf format specifiers 2018-09-20 16:37:32 +03:00
Alexander Alekhin
2b4c35766a hdf5: fix atread(string)
no need to append null-terminated symbol
2018-08-27 19:41:27 +00:00
Alexander Alekhin
7025ed0305 hdf: apply CV_OVERRIDE/CV_FINAL 2018-03-28 16:49:59 +03:00
Alexander Alekhin
edfdf12c31 tests: refactor test files 2018-02-02 19:15:28 +03:00
Fangjun Kuang
036fc953e9 Fix the test case for hdf.
MatSize::operator()() supports only 2-d matrices.
2018-01-09 18:46:15 +01:00
KUANG Fangjun
7f7b0bc181 Add attribute read/write supports to the HDF module.
The following data types for attributes are implemented:
 - int
 - double
 - cv::String
 - cv::InputArray
2018-01-01 17:32:07 +01:00
KUANG Fangjun
13508c7618 Remove warnings. 2017-12-22 18:55:23 +01:00
KUANG Fangjun
32aad039e9 Improve the HDF module.
- Some test cases are added
 - Two tutorials are written to show how to use it.
2017-12-22 18:43:11 +01:00
Alexander Alekhin
2feb23cf36 cmake: include contrib modules into "opencv_world" 2017-01-25 13:21:03 +03:00
Alexander Alekhin
0ff319cb6c build: eliminate hdf5 warnings 2016-11-22 16:13:39 +03:00
Alexander Alekhin
213e0bb3f8 hdf: disable offset warnings, cleanup CMake script 2016-10-21 19:45:48 +03:00
Han Hu
50f718fdc7 Close unused resource in dscreate and dsread. Otherwise, the file will not be close when close() is called.
See  the following for Delayed close, which is close dataset after exe terminate: https://www.hdfgroup.org/HDF5/doc/RM/RM_H5F.html#File-Close

change tab to 4 blanks
2016-07-21 14:35:55 +08:00
StevenPuttemans
dd33354fd5 fix the CMAKE order for issue #630
ensure that the double pass through CMakeLists.txt files do not generate double output
2016-04-18 12:34:13 +02:00
Gary Bradski
14da93bf03 Update README.md 2016-03-27 12:25:12 -07:00
berak
d2dda7f710 hdf5: fixed some mismatched delete[] calls 2016-03-06 10:02:04 +01:00
Balint Cristian
133f9c8385 Fix issues #546 & #552, enable MSVC HDF build. 2016-02-17 11:20:18 +02:00
Alexander Alekhin
d766663add fix: public hdf headers (issue opencv/6016) 2016-01-27 12:08:32 +03:00
Balint Cristian
a01002f62b Bugfix & Enhance: Fix close() issue and add H5_GETCHUNKDIMS option. 2016-01-06 08:02:59 +02:00
Balint Cristian
99b299a207 HDF Explicit overload functions. Avoid any ambiguities. 2015-12-21 12:27:23 +02:00
Balint Cristian
300896ed47 Add HDF module & implement HDF version 5 I/O. 2015-11-26 06:55:47 +02:00