搜索资源列表
AffineTransform
- 使用opencv library來實現AffineTransform效果-demo AffineTransform by using opencv library
AffineTransform
- OpenCV编写的仿射变换源程序,简单明白-OpenCV source code written in affine
AffineTransform
- affine transform. it needs three known point pair for transformation.
AffineTransform
- 结合OpenCV,针对图像进行仿射变换。-combine with OpenCV, the project can realize the function on affine transform to the image.
AffineTransform
- 利用OpenCV来实现图像的仿射变换。参数可以自定义设置。-The image affine transform using OpenCV
affineTransform
- 计算图像的仿射变换matlab函数,输入原图像和变换矩阵,输出变换完的矩阵。-Calculate the image affine transformation matlab function, enter the original image and the transformation matrix the output After transformation matrix.
AffineTransform
- AdbWinUsbApi.cpp : Implementation of DLL Exports.
JTRANSFORM
- Java拉伸缩放图像,滑动滑块时,图像实时地在相应的方向上拉伸缩放;当单击“Reset”按钮后,则显示原始图像。具体来说是使用java.awt.geom 包中的AffineTransform 类,来实现图像的拉伸缩放。-Java stretch when scaling an image, slide the slider to zoom the image in real time stretching in the correspo
jtransform
- Java拉伸缩放图像,滑动滑块时,图像实时地在相应的方向上拉伸缩放;当单击“Reset”按钮后,则显示原始图像。具体来说是使用java.awt.geom 包中的AffineTransform 类,来实现图像的拉伸缩放。-Java stretch when scaling an image, slide the slider to zoom the image in real time stretching in the correspo
AffineTransform
- 实现图像的仿射变换功能 需在opencv环境中运行-image affine transformation
AffineTransform
- 图像处理 Affine Transformation,rotation, scale,shear. 主要都是自己写的函数,不用toolbox的自带library。包括实例图片。-Affine Transformation,rotation, scale,shear. image processing, matlab. no toolbox.
affinetransform
- 仿射变换的小程序,输入参数是请输入x、y方向的伸缩和切变的值,用以保持保持二维图形的“平直性”。-AffineTransform,is widely used in image processing,it can kee the straightness of the image.