Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<div align="center">
<img src="https://github.com/petercorke/machinevision-toolbox-python/raw/main/docs/figs/VisionToolboxLogo_NoBackgnd@2x.png" width="350">
<br>
<em>OpenCV for humans</em><br>
<strong>A high-productivity framework for computer vision research and education.</strong>
<br><br>

Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/IBVS.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"try:\n",
" import google.colab\n",
" print('Running on CoLab')\n",
" !pip install machinevision-toolbox-python\n",
" %pip install machinevision-toolbox-python\n",
" COLAB = True\n",
"except:\n",
" COLAB = False\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/calibration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"try:\n",
" import google.colab\n",
" print('Running on CoLab')\n",
" !pip install machinevision-toolbox-python\n",
" %pip install machinevision-toolbox-python\n",
" COLAB = True\n",
"except:\n",
" COLAB = False\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/camera.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"try:\n",
" import google.colab\n",
" print('Running on CoLab')\n",
" !pip install machinevision-toolbox-python\n",
" %pip install machinevision-toolbox-python\n",
" COLAB = True\n",
"except:\n",
" COLAB = False\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/color-images.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"try:\n",
" import google.colab\n",
" print('Running on CoLab')\n",
" !pip install machinevision-toolbox-python\n",
" %pip install machinevision-toolbox-python\n",
" COLAB = True\n",
"except:\n",
" COLAB = False\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/fiducials.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"try:\n",
" import google.colab\n",
" print('Running on CoLab')\n",
" !pip install machinevision-toolbox-python\n",
" %pip install machinevision-toolbox-python\n",
" COLAB = True\n",
"except:\n",
" COLAB = False\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/finding-blobs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"try:\n",
" import google.colab\n",
" print(\"Running on CoLab\")\n",
" !pip install machinevision-toolbox-python\n",
" %pip install machinevision-toolbox-python\n",
" COLAB = True\n",
"except:\n",
" COLAB = False\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/gamma.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"try:\n",
" import google.colab\n",
" print('Running on CoLab')\n",
" !pip install machinevision-toolbox-python\n",
" %pip install machinevision-toolbox-python\n",
" COLAB = True\n",
"except:\n",
" COLAB = False\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/greyscale-images.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"try:\n",
" import google.colab\n",
" print('Running on CoLab')\n",
" !pip install machinevision-toolbox-python\n",
" %pip install machinevision-toolbox-python\n",
" COLAB = True\n",
"except:\n",
" COLAB = False\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/homography.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"try:\n",
" import google.colab\n",
" print('Running on CoLab')\n",
" !pip install machinevision-toolbox-python\n",
" %pip install machinevision-toolbox-python\n",
" COLAB = True\n",
"except:\n",
" COLAB = False\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/image-convolution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"try:\n",
" import google.colab\n",
" print('Running on CoLab')\n",
" !pip install machinevision-toolbox-python\n",
" %pip install machinevision-toolbox-python\n",
" COLAB = True\n",
"except:\n",
" COLAB = False\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/image-features.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"try:\n",
" import google.colab\n",
" print('Running on CoLab')\n",
" !pip install machinevision-toolbox-python\n",
" %pip install machinevision-toolbox-python\n",
" COLAB = True\n",
"except:\n",
" COLAB = False\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/image-motion.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"try:\n",
" import google.colab\n",
" print('Running on CoLab')\n",
" !pip install machinevision-toolbox-python\n",
" %pip install machinevision-toolbox-python\n",
" COLAB = True\n",
"except:\n",
" COLAB = False\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/image-processing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"try:\n",
" import google.colab\n",
" print('Running on CoLab')\n",
" !pip install machinevision-toolbox-python\n",
" %pip install machinevision-toolbox-python\n",
" COLAB = True\n",
"except:\n",
" COLAB = False\n",
Expand Down
Loading