Library cvimages
Overview
This library is undocumented
Non-class functions
Here you will find the list of all functions, which are defined outside the scope of a class.
- cvAffineCyclic(image:IplImage,scale:double,shift:double):IplImage
- Transforms an image pixel-wise by an affine-linear transformation
- cvAffine(image:IplImage,scale:double,shift:double):IplImage
- Transforms an image pixel-wise by an affine-linear transformation
- cvCanny(image:IplImage):IplImage
- Computes the edges using the Canny edge detector
- cvChannel(image:IplImage,channel:int):IplImage
- Extracts a channel from the image
- cvComponents(image:IplImage):List
- Finds all the connected components in a binary image
- cvCut(image:IplImage,min:int,max:int):IplImage
- Cuts out the range between the minimum and the maximum from each image channel
- cvDilate(image:IplImage,kernel:IplConvKernel,iterations:int):IplImage
- Dilates the image with the given kernel
- cvDistance(image:IplImage,r:int,g:int,b:int):IplImage
- Returns a gray-value image in which the values for each pixel give the the distance to the given color
- cvErode(image:IplImage,kernel:IplConvKernel,iterations:int):IplImage
- Erodes the image with the given kernel
- cvGauss(image:IplImage):IplImage
- Implements the gaussian filter on an IplImage
- cvHoughLines(image:IplImage):CvSeq
- Detects lines in the an image
- cvLaplace(image:IplImage):IplImage
- Computes the laplace transformation to the image
- cvSobel(image:IplImage,aperture:int,dx:int,dy:int):IplImage
- Computes the Sobel operator in the given image
- cvThreshold(image:IplImage,threshold:int):IplImage
- Computes the threshold image
- cvToGray(image:IplImage):IplImage
- Converts an image to a grayvalue image
- cvToHSV(image:IplImage):IplImage
- Converts an image to the HSV color model
Class IplImage
Here you will find the class functions of 'IplImage' defined in the library 'cvimages'.
- resize(image:IplImage,width:int,height:int):IplImage
- Resizes an image to the given size