-
24BMP256ColorGray
本代码实现的功能:24位位图(BMP)的灰度化。具体实现过程:打开图像文件,找到数据区(每3个字节代表一个象素的R,G,B值),循环扫描,根据RGB的权重,计算出灰度值. 如果要得到256色灰度图,则要新建一个调色板,修改信息头和文件头.(Realize the function of the code: 24-bit bitmap (BMP) of the gray. Concrete realization of the process: Open the image file, locate the data area (3 bytes per pixel on behalf of a R, G, B values), cyclic scan, according to the weight of RGB, gray value is calculated. If you want to get 256 colors grayscale, would create a new palette, modify the header and file header information.)
- 2020-07-01 01:20:02下载
- 积分:1
-
rihua.code
本程序为图像锐化的经典程序,源码里有详细的标注。(the procedures for sharpening images of the classic procedures are detailed source of tagging.)
- 2007-06-04 12:04:49下载
- 积分:1
-
imagematch
图像匹配程序,原理清晰,算法明确,功能全面(Image matching procedures, the principle of clarity, the algorithm clear, full-featured)
- 2008-02-18 13:57:05下载
- 积分:1
-
Graphics
一个集成的图形界面的程序,可调用每一次作业子程序。
一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。
二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。
三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。
四、用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括类似自行车行走和绕固定点旋转的自旋转物体动画。)
五、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。
六、交互式Bezier曲线的输入绘制程序实现
(An integrated graphical interface of the program, each operation subroutine callable.
One call a function of the point of the painting, with the DDA, the midpoint algorithm for drawing a straight line and the midpoint algorithm circle and oval.
Second, the polygon scan conversion algorithm and region filling algorithm (scan line algorithm for must fill and edge flag algorithm based on the edge of the modulo operator is optional using the 4 regional connectivity recursive seed filling algorithm based on the area of seed filling, or scan line seed filling algorithm requires the seed point (x, y) can be entered interactively).
Line Clipping polygon clipping algorithm animation achieved. (Two Line Clipping Algorithm and HS polygon-by-side clipping algorithm) polygon clipping algorithm animation requires draw a closed polygon, rectangle and then draw the crop window, and then select the the cropped button (or command), press the "on top of cutting "button (or the implementation of)
- 2020-06-30 08:20:02下载
- 积分:1
-
KLTpointmatch
KLT point match:Detection and Tracking of Point Features.
- 2007-10-09 09:24:19下载
- 积分:1
-
MIFncObject
刚体配准方法中,通常使用互信息函数作为相似性测度,此类提供计算的封装。(rigid registration method, which is commonly used as a mutual information function similar measure, the provision of such calculation package.)
- 2006-12-30 18:47:18下载
- 积分:1
-
surfAndsift
里面有注释,还有sift和surf的比较(There are notes, there are more sift and surf the)
- 2015-01-25 21:16:46下载
- 积分:1
-
数字图像处理用到的标准测试图像 typical
数字图像处理用到的标准测试图像,很多图片。(IMP test images。)
- 2013-10-24 22:18:01下载
- 积分:1
-
dctembed
先对图像进行DCT变化再进行水印嵌入,用于图像加密,保护版权,在版权保护方面有较大的用途。(Digital Watermarking DCTembed)
- 2010-11-04 22:33:42下载
- 积分:1
-
Fngprnt
采用最大方差阈值分割法,对指纹进行提取。(Using the maximum variance threshold segmentation method for fingerprint extraction.)
- 2013-11-24 20:39:58下载
- 积分:1