搜索资源列表
DisplayAndDisposePictures
- 显示和处理图形图像:包括绘图的各种操作,如线圆矩形等,移动缩放旋转反 转,并可对颜色和字体参数进行设置.
Image Progress
- C语言写的图像处理源码。 进入 VCImageN 后在 Image1 窗口中可直接运行的演示功能有: 点处理:投影定位例 邻域处理:单点宽边界检测例、液滴边缘检测例 图像平滑(旋转掩模平均原理) 带方向边缘检测(检测原理、Kirsch 算法各分量、Robinson 算法各分量、Prewitt 算法各分量) 二值图像处理:二值化实例(不同算法比较、多模式、双阈值、比率法、分块二值化)
Graphics
- 一个计算机图形学相关的程序源代码,含二维线画图元、二维线填充图元、线段裁切、多边形裁切、二维图形变换、三维图形变换、凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)、曲线移动、曲线清除等 -A computer graphics-related source code, with two-dimensional line drawing element, two-dimensional line fill pixel, line cutting, polygonal
code
- 本程序通过对图像进行灰度化、去噪和边缘提取,能检测出不垂直的刻度线边缘并能将其旋转校正,从而达到使刻度线标准化的目的-This procedure of gray-scale images, and de-noising and edge detection can not detect the edge of the vertical line of the scale and be able to spin correction, so as to achieve so that the p
WinImage
- 实现图像打开,变换,旋转,放缩,画点,画线,画弧,图形填色,区域填充等-Image open, transform, rotate, zoom, draw point, draw lines, draw arc, graphics coloring, area filling, etc.
Bresenham
- 基于Bresenham画线算法的图像快速.高精度旋转算法-Bresenham line drawing algorithm based on the images quickly. High-precision rotation algorithm
image-processing-
- 这是个图像处理的源代码,是本人自己编写的,实现的功能如下: 锐化、边沿检测:套用模版。另外还有一个自定义模版,供用户自行设计模版运行,从而实现其他功能,如线检测。 浮雕:本像素减相邻像素,再加一个常数得到的。 直方图均衡化则套用步骤,根据课本步骤来编写。 提取轮廓:若该点为黑点,八邻域也为黑点,则就把该点变白。 阈值分割分为固定阈值分割(即二值化)和动态阈值分割(切割若干子图,求均值,该均值即子图的阈值)。 区域生长:把种子和4邻域的点分别比较,两者之差小于阈值,且该4邻
classDemo
- 对二维图形进行绘制,包括点线,多边形,同时增加了图形变换,包括错切,旋转变换等。-Two-dimensional graphics rendering, including points and lines, polygons, while increasing graphics transformations, including shearing.rotation transformation.
A-quick-picture-detect-Analysis
- 对一些人类在视觉上存在明显区别的几何图形,提出了轮廓搜索 折点定位的改进算法。通过搜索 出的轮廓折点,根据它的数量,以及相邻折点之间连线的相互几何关系,最后识别出图形的快速算法。本文对大量 几何测试图形用该算法实验,结果证明该识别算法具有运算速度快,准确度高的特点,在图形发生拉伸 旋转等变 形时也能很好对图形进行识别。-Some human visual presence of distinct geometry, a the contour search bre
Image-processing
- 图像处理程序,集成了Sobel算子边缘检测、Laplace算子边缘检测、Canny算子边缘检测、直方图、Hough线变换、Hough圆变换、缩放、旋转、腐蚀等功能-Image processing program,including functions of Sobel edge detection operator, Laplace operator edge detection, Canny edge detection operator, histogram, Hough transfor
ComputerGraphic
- 计算机图形学课程中的实现,包括二维和三维图形中平移,旋转,缩放的实现,DDA,中点画线法,Bressenhanm算法绘制直线,多边形扫描算法和种子扫描线算法绘制多边形。-Courses in computer graphics implementations, including 2D and 3D graphics in translation, rotation, scaling to achieve, DDA, were dotted line, Bressenhanm algorithm
Preprocess_scale_rotate
- 对人脸图像进行几何校正,实现旋转,缩放,将所有图像两眼中心连线设置为水平- U5BF9 u653E uFFF0 u5F09 u322F u8F3 u03H0 U4E12 u7EF3 u8E
