1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-19 02:16:34 +08:00

Add attribute read/write supports to the HDF module.

The following data types for attributes are implemented:
 - int
 - double
 - cv::String
 - cv::InputArray
This commit is contained in:
KUANG Fangjun
2017-12-30 17:33:03 +01:00
committed by Fangjun Kuang
parent f03e415e64
commit 7f7b0bc181
12 changed files with 654 additions and 40 deletions

View File

@@ -1,7 +1,3 @@
// This file is part of OpenCV project.
// It is subject to the license terms in the LICENSE file found in the top-level directory
// of this distribution and at http://opencv.org/license.html.
/**
* @file create_groups.cpp
* @author Fangjun Kuang <csukuangfj dot at gmail dot com>