搜索资源列表
bmp2htm
- 作者:RockCarry工作室 陈凯 用TC2.0做的一个将BMP文件转换为HTML文件的小程序。 自己认为效果还不错,目前只能转换256色的BMP文件。 程序代码其实很简单,有兴趣的朋友,可以看看。 使用方法: 运行BMP2HTM文件即可,提示输入BMP文件名,记住目前只能转换256色的BMP图片。 然后会提示是否采用屏蔽色。 最后转换成功,在当前目录下面会生成一个名为A.htm的文件。这个就是转换后的文件了。 如果使用命令行方式,可如下: bmp2htm bmpfile.bmp -m 表示将
Problem2_6
- 使用VB.net编写的对24位位图进行简单图像处理的程序,包括RGB与YIQ数据的相互变换,绘制亮度分布统计图,拉普拉斯滤波。 该程序是我学习图像处理算法是编写的,因此在操作界面方面的考虑较少,你可以按照以下步骤操作:选择一个文件后单击读取BMP文件,然后就可以单击“根据RGB数据绘图”,接着可以单击“RGB to YIQ”将RGB数据转化为YIQ数据,有了YIQ数据后就可以单击“绘制YIQ数据的Y分量”,对于YIQ数据,可以使用拉普拉斯滤波,然后再将Y分量显示出来-use VB.net p
c_ssda
- 配准算法处理速度为小于20毫秒,可用于图像处理,模式识别-registration algorithm processing speed of less than 20 milliseconds, can be used for image processing, pattern recognition
ThresholdTrans55556231
- 该函数用来对图像进行阈值变换。对于灰度值小于阈值的象素直接设置 灰度值为0;灰度值大于阈值的象素直接设置为2-the function used to image transform threshold. For gray value less than the threshold value of the pixel intensity value directly set to 0; Gray value greater than the threshold value of the p
MixColor
- 一个很简单的颜色混合函数 只要提供前景色和背景色以及 Alpha 就可返回混合后的颜色 不太适合大型图像的混合 比较适合小图标 (附带示例)-a very simple color mixing function for as long as the foreground color and background color and can be returned to the Alpha mixed after less suitable for the large-scale c
yueguang
- 分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d l e中的元素被称为支点( p i v o t )。图1 4
graphchange
- 可以实现图形的旋转,平移,镜像,缩放的有个实现方法,具有代码少,简单好用的特点-can achieve graphics rotation, translation, image, zoom in a method with less code. simple and user-friendly features
jisuanjituxing
- 根据多边形区域的填充原理可以推广到圆域的填充,由于圆的特殊属性,即可根据任何欲填充的像素点与圆心的距离是否大于或小于半径来判断是否在圆内或圆外,具体实现程序如下; 利用中点画圆算法实现边界程序: 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
ellipse_arc
- 绘制椭圆弧,这个算法讲究快速、效率高,特别是逼近椭圆弧的直线个数较少-drawn ellipse, the algorithm stresses fast, high efficiency, in particular approximation ellipse line number less
yuzhibianhuanw]
- 该函数用来对图像进行阈值变换。对于灰度值小于阈值的象素直接设置 灰度值为0;灰度值大于阈值的象素直接设置为2-function of the image used to transform the threshold. For gray value less than the threshold value of the pixel directly installed gray value of 0; Gray value is greater than the threshold val
dzyy
- 北京金印能鉴技术开发有限公司的电脑验印代码,接口部分没传,所以没法编译,请朋友们原谅。如果您需要完整代码,请联系金印能鉴,李建国 msn:ljg-msn@hotmail.com QQ:757412868 email:ljgdzz@163.com 功能特点 1、印模提取:自动提取标准印模并抽取特征值,印模经压缩算法处理后小于8K。 2、印章比对:包括配准算法、比对算法和输出验印结果。比对算法提供了3个特征值矩常量因子,二次开发时可以根据需要调整通过率。 3、自动比对:
sp.tar
- This code is in a \"pre-release\" state, in that its documentation is currently less than professional. See the Web pages at for the latest information.-This code is in a "pre-release" state, in that its documentation is currently les
matlab_class
- class的创建,以前讲的比较少! 大家可以参考一下!-class creation, speaking before the less! We can take a look!
image_smoth
- 稀疏分解的匹配追踪程序,用新的较少的原子来重建信号或图像,使信号或图像的表示更加简洁。-MP tracking procedures, with new atomic less to rebuild signal or image the signal or image said more concise.
imagewavletedge
- 说明如题,不下后悔,内容包括了VC_图像处理编程平台,一维小波图像分解与重构,二维小波图像分解与重构,边缘检测,MATLAB与VC混合编程,-stating that no less than regret, including the VC_ image processing programming platform, one-dimensional wavelet decomposition and reconstruction images, two-dimensional images
imageandproces
- 车牌定位的Matlab程序实现 输入原始图象——开操作提取图象背景——用原始图象减去背景图象——求图象直方图——取得阈值对图象进行二值化——在进行一次开操作——得到结果-positioning plates Matlab program to import raw images -- images from opening in the background -- original Less background images before image -- for image his
T_filter
- 数字图像梯形低通滤波器,只要修改把大于号改成小于号就可实现高通滤波器-Digital Image trapezoidal low-pass filter, as long as the changes has been replaced by greater-than, less than can be achieved high pass filter
exp_filter
- 数字图像指数滤波器低通滤波器,只要修改把大于号改成小于号就可实现高通滤波器-digital image index filter low-pass filter, as long as the changes has been replaced by greater-than, less than can be achieved high pass filter
ideal_filter
- 数字图像理想低通滤波器,只要修改把大于号改成小于号就可实现高通滤波器-digital image ideal low-pass filter, as long as the changes has been replaced by greater-than, less than can be achieved high pass filter
colorgrad
- This paper addresses a stochastic-#ow network in which each arc or node has several capacities and may fail. Given the demand d, we try to evaluate the system reliability that the maximum #ow of the network is not less than d. A simple algorithm