set(the_description "RGBD algorithms")

ocv_define_module(rgbd opencv_core opencv_geometry opencv_imgproc opencv_ptcloud OPTIONAL opencv_viz WRAP python)

if(HAVE_OPENGL)
  ocv_target_link_libraries(${the_module} PRIVATE "${OPENGL_LIBRARIES}")
endif()
