Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Programming Examples Utilities

These utilities are helpful in the current programming examples context and include helpful C/C++ libraries, and python and shell scripts.

Open CV Utilities (OpenCVUtils.h)

OpenCV utilities used in vision processing pipelines to help read and/or initialize images and video. Currently supported functions include the following. Please view header for more specific function information.

  • imageCompare
  • readImage
  • initializeSingleGrayImageTest
  • initializeSingleImageTest
  • initializeVideoCapture
  • initializeVideoFile
  • addSaltPepperNoise
  • medianBlur1D

Clean microcode shell script (clean_microcode.sh)

Shell script to do in-place cleanup of microcode files (e.g. core_*.lst). When viewing microcode, it's helpful for some of the extra information like hardware and software breakpoints to be removed so it's easier to see back-to-back lines of microcode.