This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## License: Apache 2.0. See LICENSE file in root directory. | |
## Copyright(c) 2015-2017 Intel Corporation. All Rights Reserved. | |
############################################### | |
## Open CV and Numpy integration ## | |
############################################### | |
import pyrealsense2 as rs | |
import numpy as np | |
import cv2 |