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

