-
NEC算法提取水印的程序,带有注释和测试代码,希望对大家有用。...
NEC算法提取水印的程序,带有注释和测试代码,希望对大家有用。-NEC algorithm for extracting the watermark process, with notes and test code, and want to be useful to everyone.
- 2022-03-17 02:39:05下载
- 积分:1
-
本程序是关于图形填充的源程序代码,这里主要应用的是种子填充法,学习这可以将此程序代码作为基础,嵌入你所画的程序之中。希望下载愉快!...
本程序是关于图形填充的源程序代码,这里主要应用的是种子填充法,学习这可以将此程序代码作为基础,嵌入你所画的程序之中。希望下载愉快!-This procedure is about the graphics fill the source code, here is the main application of seed filling, learning which can be used as the basis of this program code, embedded in your painting procedures. Want to download pleasure!
- 2022-08-21 23:43:55下载
- 积分:1
-
OPENCV to do with image positioning software, please refer to
用OPENCV做的图像定位软件,请大家参考-OPENCV to do with image positioning software, please refer to
- 2022-01-26 08:18:06下载
- 积分:1
-
How to use computer graphics methods BRESEHAM straight report of the curriculum...
计算机图形学 如何用BRESEHAM方法制作直线的课程设计报告,内容有源码,调试过程,截图,有文档,希望大家下载-How to use computer graphics methods BRESEHAM straight report of the curriculum design, content source and debugging process, screenshot, there are documents, I hope you download
- 2022-03-13 14:20:16下载
- 积分:1
-
计算机图形学中的视图变换程序,是用VC++中的MFC编写的
计算机图形学中的视图变换程序,是用VC++中的MFC编写的-computer graphics View transform the process, with VC++ MFC prepared
- 2022-02-04 19:25:29下载
- 积分:1
-
noisify for image in c
noisify for image in c
- 2023-08-23 07:15:03下载
- 积分:1
-
对于图象处理方向来说,读取图象是最基本的操作,这需要了解图象存储格式!这就是一个很经典的程序代码!...
对于图象处理方向来说,读取图象是最基本的操作,这需要了解图象存储格式!这就是一个很经典的程序代码!-direction for image processing, image reading is the most basic operations, which need to be aware of image storage format! This is a classic procedure code!
- 2022-04-24 05:27:57下载
- 积分:1
-
A simple drawing program, active code, which can be painted rectangular, round a...
一个简单的画图程序,有源代码提供,里面能画矩形,圆和多边形,还有可以调节线宽和颜色,是VC++编写的-A simple drawing program, active code, which can be painted rectangular, round and polygonal, as well as can adjust the width and color, is VC++ Prepared
- 2022-12-23 20:40:03下载
- 积分: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
-
是耶鲁大学的人脸库,耶鲁大学的人脸库分为AB,这是A,B太大传不上来....
是耶鲁大学的人脸库,耶鲁大学的人脸库分为AB,这是A,B太大传不上来.-Yale University Face libraries, Yale University face database is divided into AB, which is A, B is not up too much mass.
- 2022-07-20 14:26:34下载
- 积分:1