Skip to content

Files

Latest commit

 

History

History

examples

Example files

Read and display files

  • monalisa.py load the included Mona Lisa image and display it
  • showzip.py display images within a zip file as an animation
  • bunny.py load the Stanford bunny point cloud from a PLY file and display it

Image processing

  • morphdemo.py Visualization of moving window performing morphological operation
  • randomdots.py display random dot pattern and interactively adjust the density

Feature extraction

Miscalleneous

ransac_line.py demo of RANSAC fitting line to badly corrupted data