搜索资源列表
RotateByShear_demo.zip
- 高清晰度图象旋转
实现几种精确位图缩放方式的程序
- 图象的平移,旋转,镜像,转置,缩放等几何变换算法
21-40
- vc灵感编程范例源代码 21 在窗口标题栏上显示文字的两种方法 22 控制窗口最大最小尺寸 23 隐藏或显示桌面图标 24 重新设置桌面 25 闪烁的标题栏 26 旋转字体 27 MyDialog 28 在任务栏上显示图标 29 MySplashWnd 30 PlaySound 31 SoundCardDetect 32 DriveNumber 33 图象旋转 34 将固定大小的位图在窗口平铺 35 打开关闭光驱门 36 使按钮变灰 37 位图按钮 38 改变按钮字体 39 带颜色的静态文本控件
图象的几何变换算法
- geotrans演示图像的移动,旋转等基本几何变化,是学习VC图像编程的好范例,适用于初学者。-geotrans demonstration of mobile images, rotate the basic geometry change is learning VC good image programming model, applicable to beginners.
灰度图象处理
- 该程序实现二维灰度图象处理,包括旋转,缩放,二值化处理等功能,方便实用。-procedures to achieve the two-dimensional gray scale image processing, including rotation, scaling, the two-value processing and other functions, convenient and practical.
数字图象处理算法的演示
- 数字图象处理算法的演示, • 图象的DFT和逆DFT • 图象的FFT和逆FFT • 在图象中加入正弦噪声 • 图象的模板运算实现图象平滑和锐化 • 图象的直方图均衡化 • 图象的对比度拉伸 • 图象的中值滤波 • 图象灰度直方图的显示 • 若干频域滤波器 • 图象的镜像 • 图象的旋转(90度与任意角度) • 图象的放缩 &
rotaimg
- 图象插值旋转源码。可以任意角度旋转图象,运行速度较快。由于使用了插值算法,旋转失真非常小。适合于对图象旋转要求较高的场合。-rotating source. Can arbitrary rotation angle images, run faster. Due to the use of interpolation algorithm, is very small rotational distortion. Suitable for image rotation for higher occ
tuxianghecheng
- 几何变换:图象平移,水平镜象,垂直镜象,图象转置,图象缩小.图象放大,图象旋转-geometric transformation : image translation, mirroring the level of the vertical image, image transfer home, the narrow image. Image enhancement, image rotation
Iamge2
- 这是一个用VC++实现图象旋转的软件,我也是在其他地方下的 包括测试图片等 大家有兴趣的可以研究-with VC image rotation software, I am also in the other parts of the test pictures we are interested can study
Realtime Image Rotation
- 能实现实时图象旋转-achieve real-time image rotation
ImageEditor
- 用C#编写的图象处理程序,包括图象灰度转化,反相显示,还可以进行自动切换浏览一个文件夹中的图象文件以及对图象进行编辑增加文字的操作,另还可对图象进行马赛克处理,图象雾化,图象旋转,增强对比度,色素减少等,当然有些功能还不是很完美滴-C# prepared by the image processing procedures, including gray-scale image transformation, RP, can also be used for automatic switchin
图象的平移
- 图象的平移,旋转,镜像,转置,缩放等几何变换算法-image translation, rotation, mirroring to home, such as geometric scaling algorithm
图象处理程序
- 提供了图象直方图均衡,robert,sobel,prewitt,kirsch,gauss等方法的边缘检测运算,中值滤波,二维FFT变换和DCT变换,图象的反转,旋转等一些基本的图象模板变换和点变换的功能。目前只处理256*256的图象-the image histogram equalization, robert, segmentation, prewitt, "and Gauss methods of edge detection operators, the median fil
图象平移旋转等几何变换
- 图象平移旋转等几何变换小程序,可以参考使用。-image translation rotating geometry transform small program can use and reference.
图象的几何变换算法2
- 此代码实现了图象的平移,旋转,镜像,转置,缩放等几何变换算法.-This program achieves geometrical transform algorithm of images levle-remove,circumrotation,Mirror,transpose,zoom and so on.
RotateByShear_demo
- 高清晰度图象旋转 -rotating high definition image
opengl_1
- OpenGL的图象旋转缩放处理,能够使用相关程序进行合作处理,包括坐标定位,坐标变换等。-OpenGL rotating zoom image processing, be able to use the relevant procedures cooperation deal, including the coordinates of position, such as coordinate transformation.
SIFT
- Distinctive Image Features from Scale-Invariant Keypoints David G. Lowe 这是一个很好的图象匹配算法(SIFT),同时能处理亮度、平移、旋转、尺度的变化,利用特征点来提取特征描述符,最后在特征描述符之间寻找匹配。 -Distinctive Image Features from Scale-Invariant Keypoints David G. Lowe 这是一个
codefile
- 20多个常用vc++的数字图象处理算法实现。包括二值化变化、反色、直方图均衡、灰度均衡、阈值变换、图像旋转、高斯平滑、边缘检测、hough变换、均值滤波、傅立叶变换、离散余弦变换、canny算子边缘提取、逆滤波和维纳滤波等。-Vc++ in more than 20 commonly used digital image processing algorithms. Including binary change, anti-color, histogram equalization, gray
geometry operations
- 使用指针方式实现图象平移,图象镜像。缩放和旋转只能处理8位灰度图象。(Using pointer to achieve image translation, image mirroring. Scaling and rotation can only handle 8 bit grayscale images.)