-
高速椭圆绘制程序 程序中var16为有符号16位数字型,uvar16为16位无符号数字型,uvar32为无符号32位数字型,var32为有符号32位数字型。...
高速椭圆绘制程序 程序中var16为有符号16位数字型,uvar16为16位无符号数字型,uvar32为无符号32位数字型,var32为有符号32位数字型。Ellipse参数中的x0,y0为圆心坐标,r1和r2分别为横半径和纵半径。PutPixel为画点函数。 -high-speed oval drawing program procedures var16 symbols for the median 16 H, 16 uvar16 for digital-type symbols, symbols uvar32 without median 32 H, as a symbol var32 median of 32 fonts. Ellipse parameters of x0, y0 coordinates for the center of a circle, r1 and r2 of longitudinal and transverse radius radius. PutPixel painting point function.
- 2023-04-18 09:05:03下载
- 积分:1
-
这个是一个很好的delphi显示,处理图像的控件包,里面有详细的使用文档,并且我上船的dicom读片程序也要用到这个...
这个是一个很好的delphi显示,处理图像的控件包,里面有详细的使用文档,并且我上船的dicom读片程序也要用到这个-this is a good delphi showed that the image control packets, which contain detailed the use of documents, and I read the uplift of DICOM films have used this procedure
- 2022-03-01 23:32:12下载
- 积分:1
-
在指纹识别的matlab源代码,希望对大家有用…
指纹识别的matlab源代码,希望对大家有用,欢迎下载。-Fingerprint recognition matlab source code, in the hope that useful to everybody, welcome to download.
- 2022-11-28 20:05:03下载
- 积分:1
-
这些都是指纹
这些内容是一些与指纹识别有关的东西,全是从国外的网站上找的。-These are some of fingerprint-related things, all of the site from abroad looking for.
- 2022-08-14 02:44:47下载
- 积分:1
-
本软件是由作者经过数字图像处理课程的学习,采用vc++.net将其基本算法实现,其算法主要包括: 1.点运算(灰度直方图,直方图均衡处理,线性运算,二值化,灰度
本软件是由作者经过数字图像处理课程的学习,采用vc++.net将其基本算法实现,其算法主要包括: 1.点运算(灰度直方图,直方图均衡处理,线性运算,二值化,灰度化等) 2.几何运算(旋转,放缩,镜像,平移) 3.几何空间增强(均值,中值滤波器,k近邻均值,中值滤波器,Roberts,sobel,priwitt,laplacian,wallis锐化算子等) 4.频率域增强(基2FFT进行空间域到频率域的转换,高斯,理想,巴特沃斯高低通滤波器) 5.形态学(膨胀,腐蚀,开,闭运算,边缘提取) 6.图像复原(加躁)----- 由于时间关系这部分为完成 7.另外加上一个用于读取24位dib的类。-the software is the author of Digital Image Processing courses of study, using vc. Net to its basic algorithm, the algorithm include : 1. Point Operators (histogram, histogram equalization, linear operation, two values, such as Gray) 2. Geometric Operational (rotation, scaling, mirror and translation) 3. geometric space enhancement (mean, median filter, k neighbors Mean, Median Filter, Roberts, segmentation, priwitt, Laplacian, Wallis Sharpening operator, etc.) 4. frequency Domain Enhancement (radix 2 FFT space frequency domain to the domain conversion, Gaussian, ideals, Butterworth High-Low Pass Filter) 5. Morphology (expansion, corrosion, open and close operations, edge extraction) 6. Image
- 2022-06-20 05:34:49下载
- 积分:1
-
computer graphics experiment, the midpoint drawcircle Circle, c, win,
计算机图形学实验,中点画圆法画圆,c++,win下,-computer graphics experiment, the midpoint drawcircle Circle, c, win,
- 2022-11-20 18:30:04下载
- 积分:1
-
经典的图形学程序,中点画圆算法的实现@vc
经典的图形学程序,中点画圆算法的实现@vc-Graphics classic procedure, the mid-point algorithm implementation drawcircle @ vc++
- 2023-08-06 09:25:03下载
- 积分:1
-
1直线段的裁剪算法Cohen
1直线段的裁剪算法Cohen-Sutherland
2二次、三次Bezier曲线,二次、三次均匀B样条曲线(过首末顶点)(不会抖动)-1 line of the cutting algorithm Cohen-Sutherland 2 Second, Bezier curves, second, third uniform B-spline curves (after the end of the first peak) (no jitter)
- 2023-04-05 06:15:04下载
- 积分:1
-
最优分割,求图像最优分割时的计算程序。输入数组1为图像灰度值,从小到大;输入数组2为对应灰度值的个数。...
最优分割,求图像最优分割时的计算程序。输入数组1为图像灰度值,从小到大;输入数组2为对应灰度值的个数。-Optimal segmentation, seeking the optimal image segmentation when the calculations. Input array a for the image gray value, from small to large input array 2 as corresponding to the number of gray values.
- 2022-02-14 04:43:13下载
- 积分:1
-
免费图表与 GDI + 开发
你需要的第一类是图表。它包含图形、 图表标题,及各种
属性。图表代表到情节绘图操作,情节委托给
数据集渲染、 轴和其他图形对象 (如图例,
标记、 区域绘制等)。
绘制类胶水轴 (如果有)、 数据集、 图例、 数据标志等。
数据集类包含要绘制的数据。有 XY 的数据集,
OHLC 的数据集,日期/时间 (用于链接日期/时间值与数据) 的数据集
类别数据集、 数据集甘特图、 等。
由数据集渲染,像 XYRenderers,执行数据绘图
OHLC 渲染 (酒吧或烛台),直方图渲染,等等。
轴类执行情节和数据缩放绘图坐标轴。他们还
支持 windows。窗口是可见的数据的一部分。他们可以使用当
数据是太长,一次绘制。
- 2022-07-23 03:27:26下载
- 积分:1