搜索资源列表
OpenCV 4 下的图像任意角度的旋转
- OpenCV 4下的图像任意角度的旋转 //待旋转的图像Img_old //返回的旋转后图像类型 IplImage* Img_tmp. //旋转的角度,单位度. //三种不同的方法.其中方法二没有完全测试,方法一可以满足大部分需要-OpenCV four images of arbitrary rotation angle / / Image Rotation question Img_old / / to return to the rotation after the image type
OpenCV 4下的图像变换
- OpenCV 4下的图像变换,可以进行图像的旋转操作。-OpenCV 4 transform the image, the image can operate rotation.
04 VC图像的几何变换源代码
- 04 VC图像的几何变换源代码,旋转,比例缩放,等等几何变换-04 VC images of the geometric transform source code, rotation, scaling, zooming, etc. Geometry Transformation
图片旋转 缩放
- 包含图像的旋转,缩放,操作方便,时间证明可以用
用C++实现图像的旋转 平移等功能
- 用C++实现图像的旋转 平移等功能 使其达到自己需要的效果-Image using C++ features such as rotating pan to achieve their desired effect
GeoTrans.灰度图像的各种操作源代码
- 数字图像处理中,灰度图像的放大、缩小,平移和旋转功能实现的源代码,分别采用最近邻插值法和双线性插值方式实现。,Digital image processing, the gray-scale image to enlarge, narrow, pan and rotate functions of the source code, respectively, using nearest neighbor interpolation and bilinear interpolation way.
利用C#里面的picturebox控件来实现图像的旋转与缩放
- 利用C#里面的picturebox控件来实现图像的旋转与缩放,并能实现其它附加功能-Using C# inside the picturebox control to achieve image rotation and scaling, and to achieve other extras ... ...
shearPicture2
- matlab实现的图像的旋转并截取功能,假如有一张图片,图片中有一个飞机,飞机是斜着的,需要将飞机旋转水平,并算出飞机四个角的坐标,这是对一系列图片进行处理-matlab implementation of the image rotation and the interception function, if there is a picture, the picture there is an aircraft, the aircraft is placed at an angle, and
delphi实现的几何变换
- 实现在图像任意角度的旋转,平移。以及图像的镜像,扭曲。波浪效果,缩小放大裁剪,以及对图像的裁剪。-achieve arbitrary angle images in the rotation and movement. Mirror Image and distorted. The wave effect, narrow Large cutting, and cutting the right image.
ImRotate
- 图像的旋转,数字图像处理与变换的一些学习资料,利用VC实现,比较不错-Image rotation, digital image processing and conversion of some learning materials, using VC to achieve, more good
chap1_3
- 图像的几何变换,包括图像的放大,和图像的缩小,图像的旋转,图像的平移,插值-Images of geometric transformations, including image magnification, and image reduction, image rotation, image translation, interpolation
rotate
- 这段代码实现的是图像的几何变换功能,通过3种方案实现了图像的旋转。-The code to achieve the image of the geometric transformation function, through the three kinds of programs to achieve the rotation of the image.
rotate
- 数字图像处理的matlab代码,完成图像的旋转(30度),计算图像的YUB分量等。-Digital image processing matlab code of image rotation (30 degrees), calculated image YUB Component.
MFC
- 基于OpenCV实现图像的旋转与提取,利用MFC实现图像控制界面化-Image rotation based on OpenCV and extraction, the use of image control interface of the MFC
多聚焦图像融合
- 利用matlab对两张聚焦不同的图像进行融合处理,此外,还包括图像的旋转矫正和信息提取(Two different focusing images are fused by MATLAB, and the rotation correction and information extraction are also included)
数字图像处理的一些C++算法
- 包括图像的旋转,复原,编码,增强以及形态学处理等C++代码(Including image rotation, restoration, coding, enhancement and morphological processing C++ code)
图像的运算
- 可实现图像的加减乘除运算(包括两幅图、图与常数、逻辑运算),最值、旋转、仿射变换、投影变换。(Can realize the image operations (including add, subtract, multiply and divide two maps, graphs and constants, logic operation), the most value, rotation, affine transform, projection transform.)
图像处理脚本
- 各种边缘检测算子和图像的旋转、缩放、二色、浮雕、马赛克、反色、黑白、柔化、锐化、雾化、霓虹等处理方法(Various edge detection operators and image rotation, zooming, dichromatic, relief, Mosaic, anti-color, black and white, softening, sharpening, atomization, neon and other treatment methods)
图像旋转 matlab代码 前向反向
- 实现了图像的旋转,利用前向映射与反向映射两种方法分别实现(The rotation of the image is realized, and the two methods are realized by forward mapping and reverse mapping.)
数字图像的几何变换
- 图像的几何变换是图像处理的基础内容之一,通过几何变换不仅可以产生某些特殊的效果,而且可以简化图像处理过程和分析程序。论文对常用图像的几何变换的数学基础、算法原理、算法仿真、和畸变校正技术进行研究。主要探讨了数字图像的几何变换(包括图像的平移、图像的缩放、图像的旋转以及镜像变换)理论,以MATLAB为工具,以最近邻插法、双线性插值法和双三次插值法三种常用数字图像差值算法为基础,实现了数字图像的一系列几何变换。几何变换是将几何图形按照某种法则或规律变成另一种几何图形的过程它对于几何学的研究有重要作用