-
此文件为图像处理中较重要的程序,共28个,可在VC下运行,希望对图像处理感兴趣的人有所帮助。...
此文件为图像处理中较重要的程序,共28个,可在VC下运行,希望对图像处理感兴趣的人有所帮助。-this document image processing for the more important, with a total of 28, the VC operation, hope that the right image processing interested in the help.
- 2022-07-09 18:05:53下载
- 积分:1
-
显示和输入报表的源程序
显示和输入报表的源程序-display and entry statements of the source
- 2023-01-25 20:15:03下载
- 积分:1
-
Vega Prime to achieve the small
Vega Prime 下实现屏幕录像功能的小程序,绝对经典。-Vega Prime to achieve the small-screen video program, an absolute classic.
- 2022-04-02 11:54:58下载
- 积分:1
-
corrosion algorithm, morphology algorithm relatively basic operation
腐蚀算法,形态学算法中比较基本的操作-腐蚀,通过MATLAB编程实现,-corrosion algorithm, morphology algorithm relatively basic operation-corrosion, through MATLAB programming,
- 2022-04-09 06:50:10下载
- 积分:1
-
VB在PICUTRE控件内实现画曲线的例子,有二个参数可选
VB在PICUTRE控件内实现画曲线的例子,有二个参数可选-VB controls in PICUTRE curve to achieve painting examples have two optional parameters
- 2022-03-15 23:54:58下载
- 积分:1
-
一个关于设置桌面背景的例子,使用的的com组件,
一个关于设置桌面背景的例子,使用的的com组件,-a desktop background on the establishment of the examples used in the com components,
- 2023-05-05 20:45:02下载
- 积分:1
-
绘制等值线和等值面,并生成SHP格式的矢量文件
绘制等值线和等值面,并生成SHP格式的矢量文件-contour mapping and surface contour, and generating SHP vector document format
- 2023-08-11 08:15:10下载
- 积分:1
-
image enhancement
图像压缩的功能,提取图像信息以及最后的图像增强-image enhancement
- 2022-01-31 10:48:56下载
- 积分:1
-
根据多边形区域的填充原理可以推广到圆域的填充,由于圆的特殊属性,即可根据任何欲填充的像素点与圆心的距离是否大于或小于半径来判断是否在圆内或圆外,具体实现程序如下...
根据多边形区域的填充原理可以推广到圆域的填充,由于圆的特殊属性,即可根据任何欲填充的像素点与圆心的距离是否大于或小于半径来判断是否在圆内或圆外,具体实现程序如下;
利用中点画圆算法实现边界程序:
void CArea_FillData::MidpointCircle(int xc, int yc, int r, int color)
{//画八分之一的圆
int x,y,d
x=0 y=r d=1-r
WholeCircle(xc,yc,x,y,color)
while(x
- 2023-03-14 21:40:04下载
- 积分:1
-
该代码是一个用C++编写的面向对象的计算机视觉库,它包含了许多的功能用于解决数学问题,许多的图像处理算法等...
该代码是一个用C++编写的面向对象的计算机视觉库,它包含了许多的功能用于解决数学问题,许多的图像处理算法等-the code is a C prepared by the object-oriented computer vision library, which contains many of the functions for solving mathematical problems, many of the image processing algorithm
- 2022-08-21 07:25:37下载
- 积分:1