搜索资源列表
testo
- 单个单像素圆形图像定位,从起始点入手按一定的规则顺时针定位
rotate
- 对yuv图像顺时针旋转90°的代码,一次只能旋转一个分量,例如,对于yuv420图像,采用 rotate( m_image_w,m_image_h, y, NULL ) rotate( m_image_w/2,m_image_h/2, u, NULL ) rotate( m_image_w/2,m_image_h/2, v, NULL ) 如果dstdata为NULL,哪么程序会将输入srcdata当作输出
Image-Rotate
- 这个matlab程序实现图像的任意角度的顺时针旋转。
凸多边形中轴算法
- 这是一个凸多边形中轴算法:解压后在vc++6.0中运行即可,鼠标逆时针在客户区取点,如顺时针取点或形成的多边形为凹多边行,程序会自动退出(详情可参见代码)-This is a convex polygon axial algorithm : unpacked in vc 6.0 can be run, mouse anti-clockwise from the customer area, as a clockwise or take the form of concave polygon mu
TextureLBP
- LBP纹理特征提取算法。首先将检测窗口划分为16×16的小区域(cell),对于每个cell中的一个像素,将其环形邻域内的8个点(也可以是环形邻域多个点,如图 3‑ 4. 应用LBP算法的三个邻域示例所示)进行顺时针或逆时针的比较,如果中心像素值比该邻点大,则将邻点赋值为1,否则赋值为0,这样每个点都会获得一个8位二进制数(通常转换为十进制数)。然后计算每个cell的直方图,即每个数字(假定是十进制数)出现的频率(也就是一个关于每一个像素点是否比邻域内点大的一个二进制序列进行统计),然
ImageRotation
- 用C++编写的MFC程序,实现BMP图像的旋转,可以顺时针也可以逆时针-Written using C++ MFC program to achieve the rotation of BMP images can also be counter-clockwise clockwise
PicTest
- 对CImage类进行封装,新的CImage 类能对多种格式的图片进行水平翻转,竖直翻转,顺时针,逆时针翻转,以及图片保存与转化-CImage class package for the new formats CImage class can flip the picture horizontally, flip vertically, clockwise, counterclockwise turn, and the preservation and conversion of images
ctlrotation
- 将一幅图像沿顺时针转动,可以修改源程序改变转动的角度。-Will be an image along the clockwise rotation, you can modify the source code to change the rotation angle.
txxz
- 图像旋转,对LENA图像的顺时针旋转和逆时针旋转,初级程序。-Image rotation, right LENA image clockwise rotation and counterclockwise rotation, the primary process.
rotation
- 用C++实现图像旋转,可以打开图像文件,并实现顺时针和逆时针的旋转-Using C++, image rotation, you can open image files, and to achieve the rotation clockwise and counterclockwise
xuanzhuan221
- 源码由C语言开发,主要实现图像的旋转功能,包括顺时针逆时针等方向。-Source code is developed in C, the main image rotation, including clockwise and other counterclockwise direction.
tuxiangxuanzhuan
- 数字图像处理中的图像旋转,可以顺时针逆时针旋转45度。-The realization of image rotation
myimagerotate
- 基于openCV2.3的图像旋转C++代码。自己用数学公式编的,比网上很多旋转代码要好。旋转之后多出部分用黑色填充。可顺时针或逆时针旋转。-Based on the openCV2.3 image rotation of c++ code. Oneself use mathematical formula plait, than online a lot of rotating code is better. Rotate the part after with black filling. C
Graphic-geometric-transformation
- 可以实现图形的平移、放缩和围绕某一固定坐标点顺时针和逆时针旋转-Graphics translation, scaling and point clockwise and counter-clockwise rotation around a fixed coordinate
Geometry_transfom
- 用C++语言在MFC框架下实现对bmp图像的对的几何变换,包括平移,水平镜像,垂直镜像,缩放,旋转,其中旋转包括顺时针旋转90,逆时针旋转90,旋转180,还有以任意角度旋转等。-C++ language used in the MFC framework to achieve bmp images on the geometric transformations, including translation, horizontal mirror, vertical mirror, resize
picture-processing
- 产生一图像 f1(m,n),其中图像大小为256×256,中间亮条为128×32,暗处=0,亮处=100。对其进行FFT:1.若令f2(m,n)=(-1)^(m+n)*f1(m,n),重复以上过程,比较二者幅度谱的异同;2若将f2(m,n)顺时针旋转90 度得到f3(m,n),试显示FFT(f3)的幅度谱,并与FFT(f2)的幅度谱进行比较;-Generating an image f1 (m, n), wherein the image size is 256 256, the highlig
revolve
- 实现将图像顺时针旋转90度的verilog代码,代码简洁易懂-Implementation will rotate the image 90 degrees clockwise verilog code, the code is easy to read
rote
- 将YUV格式的图片,顺时针或逆时针旋转90度的代码,本人原创,并编译测试通过,能用于项目当中。-The YUV picture format, clockwise or counterclockwise rotation of 90 degrees of the code, I am original, and compile the test, can be used for the project.
