project( bgfg_segm )
find_package( OpenCV REQUIRED )
add_executable( bgfg_segm bgfg_segm.cpp )
target_link_libraries( bgfg_segm ${OpenCV_LIBS} )

