Maksim Shabunin
|
696aa69f9a
|
Fixed several incorrect printf format specifiers
|
7 years ago |
Alexander Alekhin
|
2b4c35766a
|
hdf5: fix atread(string)
no need to append null-terminated symbol
|
7 years ago |
Alexander Alekhin
|
7025ed0305
|
hdf: apply CV_OVERRIDE/CV_FINAL
|
7 years ago |
Alexander Alekhin
|
edfdf12c31
|
tests: refactor test files
|
7 years ago |
Fangjun Kuang
|
036fc953e9
|
Fix the test case for hdf.
MatSize::operator()() supports only 2-d matrices.
|
7 years ago |
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
|
7 years ago |
KUANG Fangjun
|
13508c7618
|
Remove warnings.
|
7 years ago |
KUANG Fangjun
|
32aad039e9
|
Improve the HDF module.
- Some test cases are added
- Two tutorials are written to show how to use it.
|
7 years ago |
Alexander Alekhin
|
2feb23cf36
|
cmake: include contrib modules into "opencv_world"
|
8 years ago |
Alexander Alekhin
|
0ff319cb6c
|
build: eliminate hdf5 warnings
|
9 years ago |
Alexander Alekhin
|
213e0bb3f8
|
hdf: disable offset warnings, cleanup CMake script
|
9 years ago |
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
|
9 years ago |
StevenPuttemans
|
dd33354fd5
|
fix the CMAKE order for issue #630
ensure that the double pass through CMakeLists.txt files do not generate double output
|
9 years ago |
Gary Bradski
|
14da93bf03
|
Update README.md
|
9 years ago |
berak
|
d2dda7f710
|
hdf5: fixed some mismatched delete[] calls
|
9 years ago |
Balint Cristian
|
133f9c8385
|
Fix issues #546 & #552, enable MSVC HDF build.
|
9 years ago |
Alexander Alekhin
|
d766663add
|
fix: public hdf headers (issue opencv/6016)
|
9 years ago |
Balint Cristian
|
a01002f62b
|
Bugfix & Enhance: Fix close() issue and add H5_GETCHUNKDIMS option.
|
9 years ago |
Balint Cristian
|
99b299a207
|
HDF Explicit overload functions. Avoid any ambiguities.
|
9 years ago |
Balint Cristian
|
300896ed47
|
Add HDF module & implement HDF version 5 I/O.
|
10 years ago |