VisionX Python and Jupyter Notebook Documentation

  1. The Bash KernelUsing bash kernel in Jupyter notebooks with v4-visionx. This is an introduction to using linux with the bash kernel as as an alternative to using the conventional command line interface. To use the bash kernel it must first be installed on the Jupyter notebook. There is no python involved.
  2. Python and Images This is an introduction to using Visionx-V4 with python and th jupyter notebook. It shows how to do basic image manipulations and may be an alternative to using the bash kernel especially if the user is familiar with python.
  3. The vxsh utility This is an introduction to the vxsh utility that facilitates interaction between python and VisionX-V4. This is of interest python users and extends 2 above.
  4. V4 Formats This provides some information on how VisionX images are formated in the python environment.
  5. Convolution Example A very simple example of doing convolution in python with V4 images.