Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

cmake_minimum_required(VERSION 2.

8)
project( BackgroundSubtraction )
find_package( OpenCV REQUIRED )
add_executable( bs bg_subtraction.cpp )
target_link_libraries( bs ${OpenCV_LIBS} OpenNI )

You might also like