Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 887 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 887 Bytes

OpenCV-based Python scripts

A set of scripts that wrap functionality from the OpenCV Python bindings.

These were tested with OpenCV version 3.3.1

Dependencies

This Python script depends on the following libraries:

Building on Mac OSX

Use the following commands to build this packages on Mac OSX

  • Update the homebrew repository of install scripts to make sure that OpenImageIO is included.
    • brew tap homebrew/science
  • Required Dependencies for OpenImageIO
    • brew install -vd libRaw
  • Optional Dependencies for OpenImageIO
    • brew install -vd OpenCV
  • OpenImageIO
    • brew install -vd openimageio --with-python