This file contains 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
#!/usr/bin/env python | |
import sys | |
import cv2 | |
import numpy as np | |
file_or_dev = sys.argv[1] if len(sys.argv) > 1 else 0 | |
def nothing(*arg): | |
pass |
This file contains 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
#! /bin/bash | |
VERSION=16.4.3 | |
WS=$(pwd)/ws | |
mkdir $WS; cd $WS | |
wget -c https://github.com/pypa/virtualenv/archive/${VERSION}.tar.gz | |
tar xvfz ${VERSION}.tar.gz | |
cd virtualenv-${VERSION} | |
python3 virtualenv.py pyvenv3 | |
source pyvenv3/bin/activate | |
pip install jupyter matplotlib Pillow scikit-learn pandas-bokeh numba |
This file contains 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
#!/usr/bin/env python | |
''' | |
This sample demonstrates Canny edge detection. | |
Usage: | |
edge.py [<video source>] | |
Trackbars control edge thresholds. |
This file contains 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
#! /bin/bash | |
#### | |
# On Fedora 24: | |
# sudo dnf install pcl-devel | |
#### | |
[ -z "$DEVEL_BASE" ] && DEVEL_BASE=${HOME}/devel | |
dir=${DEVEL_BASE}/src | |
branch=indigo-devel | |
mkdir -p $dir; cd $dir |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder