Skip to content

Commit 97e677f

Browse files
committed
typedef dynafu::Params as kinfu::Params for compatibility
1 parent a27e1e2 commit 97e677f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/rgbd/include/opencv2/rgbd/dynafu.hpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include "kinfu.hpp"
1414

1515
namespace cv {
16+
1617
namespace dynafu {
1718

1819
/** @brief DynamicFusion implementation
@@ -37,6 +38,11 @@ namespace dynafu {
3738
3839
That's why you need to set the OPENCV_ENABLE_NONFREE option in CMake to use DynamicFusion.
3940
*/
41+
42+
43+
/** Backwards compatibility for old versions */
44+
using Params = kinfu::Params;
45+
4046
class CV_EXPORTS_W DynaFu
4147
{
4248
public:

0 commit comments

Comments
 (0)