-
TakePhoto thumbnail tool V1.0 keyword : TakePhoto JPG GIF thumbnail images from...
TakePhoto 缩略图制作工具 V1.0 关键字:TakePhoto 缩略图 JPG GIF 图像 制作工具 来 自:原创 深浅度:中级 发布时间:2004-11-26 分 类:图形 发布者:dynamicdigital 更新时间:2004-11-26 语 种:简体中文 编辑器:DELPHI7 平 台:Win9x,Win2k/XP/NT,Win2003 浏 览:952 作品源代码: 本地电信HTTP下载 软件或演示: - 代码大小: 475.4K 软件大小: - 广州天弟数码摄像头 在线打长途座机只要1毛8 文字广告招商¥100/月 文字广告招商¥100/月 这是我昨晚熬夜的成果,支持JPG和GIF格式。 1、分单张处理和整个目录处理。 2、单张处理时,可以定制生成缩略图的大小(程序限制了150*150,可以自己修改),可以截取任意大小的一部分图像来生成缩略图。 3、整个目录处理时,选取该目录下的其中一幅图片,定制好生成大小。 由于熬夜太累,程序中存在问题是在所难免了,希望有心的朋友加以改进。-TakePhoto thumbnail tool V1.0 keyword : TakePhoto JPG GIF thumbnail images from the production tools : originality DEPTH :-release : 2004-2006-11-26 Category : Graphic release : dynamicdigital updated : 2004-2006-11-26 languages : SR body of Chinese Editors : DELPHI7 platforms : Win9x, Win2k/XP/NT, Win2003 here : 952 works of the source code : HTTP local telecommunications software or download demo :-code size : 475.4K software Size :-Guangzhou Tian-di-line digital camera as long as the long-distance plane a hair eight characters Accordi
- 2023-06-14 13:40:06下载
- 积分:1
-
DCT变换及IDCT变换,为较为常用的变换,在许多信号处理中经常使用。...
DCT变换及IDCT变换,为较为常用的变换,在许多信号处理中经常使用。-DCT ??换 ??IDCT ??换 ?????衔 ???用的 ??换 ??在许 ?嘈???
- 2022-03-15 10:34:08下载
- 积分:1
-
大田害虫检测系统的源代码,涉及保密,不
大田害虫检测系统的部分源代码,牵涉到保密因素,不敢全部传完-Daejeon pest detection system source code, involving confidentiality, not all-End
- 2022-06-20 09:25:14下载
- 积分:1
-
graphics editing vice
图形图像编辑副源码-graphics editing vice-source
- 2023-03-01 05:10:03下载
- 积分:1
-
1. 实现了 DAA画线法画直线 (必做) (1) 中点画线法画圆(输入x坐标,y坐标,圆心) (必做) (2) 二维区域填充(四向种子填充颜色算法) (选作)...
1. 实现了 DAA画线法画直线 (必做) (1) 中点画线法画圆(输入x坐标,y坐标,圆心) (必做) (2) 二维区域填充(四向种子填充颜色算法) (选作) (3) 直线裁减(任选一种) (必做) (4) 贝塞尔曲线(输入四个控制点,或者直接用鼠标点,要求坐标会随右键显示)(必做)-1. To achieve the DAA painting painting straight line method (regimen) (a) Midpoint Circle Line (input coordinates x, y coordinates Center) (regimen) (2) two-dimensional region filled (4-seed filling color algorithm) (for the elections) (3) linear reduction (Option A) (regimen) (4) Bessel curve (the importation of four control points, or directly with a click of the mouse, the request will coordinate with the right show) (regimen)
- 2023-07-08 08:20:02下载
- 积分:1
-
该程序实现图片的载入,并取图片上的任意点的RGB值,然后写入文本文件yanse.txt。...
该程序实现图片的载入,并取图片上的任意点的RGB值,然后写入文本文件yanse.txt。
-The picture of the loading program, and take pictures on any point of the RGB values, and then write a text file yanse.txt.
- 2022-06-30 15:58:00下载
- 积分:1
-
基于OpenCV的一个轮廓检测的练习
这是一个基于Opencv的轮廓检测的学习的例子,在该例子中,先使用画图方法在图片中画出数个大小相同的笑脸(由圆构成),再通过轮廓检测函数将笑脸的轮廓检测并用红色标出,实现了轮廓检测功能
- 2022-11-02 02:45: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
-
This programme introduces an algorithm of adaptive histogram equipoise.And the e...
自适应直方图均衡算法,因为是从局部入手,所以图像增强效果显著。-This programme introduces an algorithm of adaptive histogram equipoise.And the effect of the enhancement is obvious because it begins from the part of the image
- 2022-02-14 13:50:01下载
- 积分:1
-
介绍一种用VC实现的字符识别的方法,采用的是神经网络的算法...
介绍一种用VC实现的字符识别的方法,采用的是神经网络的算法-Introduce a character recognition method used VC, this method adopt NN Arithmetic.
- 2022-03-26 06:58:19下载
- 积分:1