VPI - Vision Programming Interface

0.4.4 Release

Algorithms

Declaration of VPI's algorithms. More...

Modules

 Bilateral Filter
 Runs a generic 2D bilateral filter over the input image.
 
 Box Filter
 Runs a generic 2D box filter over the input image.
 
 Convert Image Format
 Converts the image contents to the desired format, with optional scaling and offset.
 
 Convolution
 Convolves an image with a 2D kernel.
 
 Fast Fourier Transform
 Operations that applies the Fast Fourier Transform and its inverse to 2D images.
 
 Gaussian Filter
 Runs a generic 2D Gaussian filter over the input image.
 
 Gaussian Pyramid Generator
 Creates a Gaussian pyramid from the input image.
 
 Harris Corner Detector
 
 KLT Feature Tracker
 Runs KLT Feature tracking on a sequence of frames.
 
 Perspective Warp
 Perspective Warp.
 
 Remap
 Remaps the input image, effectively warping it using a user-provided mapping.
 
 Rescale
 Changes the dimensions of the input image while stretching/squeezing it.
 
 Stereo Disparity Estimator
 Estimates disparity from a stereo pair.
 
 Temporal Noise Reduction
 Performs temporal noise reduction in a sequence of images.
 
 Color Names Features Extractor
 Extracts the Color Names features of the input image.
 
 Histogram of Oriented Gradients
 Extracts Histogram of Oriented Gradients features from input image.
 
 User-Defined Function
 Submits a user-defined function to be executed on the stream.
 
 Lens Distortion Correction
 

Detailed Description

Declaration of VPI's algorithms.

These are all algorithms VPI provides. It also declares functions that handle algorithm payloads.