Function cvAffineCyclic from cvimages
Brief description
cvAffineCyclic(image:IplImage,scale:double,shift:double):IplImage
Transforms an image pixel-wise by an affine-linear transformation More ...
Function information
Name: | cvAffineCyclic |
Base: | |
Group: | OpenCV plugins:Basic transforms |
Icon: | opencv.png |
Color: | |
Authors: | |
Copyright: |
Detailed description
Transforms an image pixel-wise by an affine-linear transformation. This includes scaling and shifting. The result is transformed cyclically in contrast to the cvConvertScale function, which transforms using roundoff and saturation.
Input parameters
-
image:
IplImage
- Input image
-
scale:
double
- Scaling
-
shift:
double
- Shift
Return values
-
Default return value:
IplImage