ContRap
The symbolic tool for control-flow based rapid prototyping.

Function cvEigenimage from cvfeatures
Brief description

cvEigenimage(image:IplImage,blocks:int,aperture:int):IplImage

Computes an image containing the eigenvalues and eigenvectors of the input image More ...

Function information
Name: cvEigenimage
Base:
Group: OpenCV plugins:Feature tracking
Icon: tracking.png
Color:
Authors:
Copyright:

Detailed description

Computes an image containing the eigenvalues and eigenvectors of the input image

Input parameters
image: IplImage
Input image
blocks: int
Block size of the pixel window
aperture: int
Aperture size for the Sobel operator

Return values
Default return value: IplImage