搜索资源列表
plateloc
- 车牌定位使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一
CardRecognization
- 车牌识别系统 使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。
Gauss
- 对高斯图像的参数设定,大图像小图像的参数设定,高斯图像相减,以及图像结果保存
chap3
- ch3_1_1:嵌套使用图像代数函数(§3.1.1) ch3_1_2:两幅图像相加(§3.1.2) ch3_1_3:图像与常数相加(§3.1.2) ch3_1_4:两幅图像相减(§3.1.3) ch3_1_5:两幅图像相乘(§3.1.4) ch3_1_6:图像除以常数(两幅图像相除)(§3.1.5) ch3_2_1:图像缩放(§3.2.2) ch3_2_2:图像旋转(§3.2.3) ch3_2_3:图像剪切(§3.2.4) ch3_2_4:生成和应用仿射变换(
MyBmp
- 程序实现对BMP格式图像的处理,图像处理功能包括上一幅、下一幅、负片、线性变换、直方图、直方图增强、缩放、旋转、膨胀、腐蚀、二值化、彩色转黑白、黑白转真彩色、亮度调整、图像相加、图像相减、中值滤波、均值滤波、产生噪声、锐化与边缘检测等等,基本实现了对BMP格式图像的所有处理。-Program to achieve the BMP format image processing, image processing functions, including the one, the next one
digital_graphics_processing_course_design
- 分别采用RGB模型和HIS模型对图像imageLane.bmp进行锐化,并比较锐化的效果是否相同(两锐化后的图像相减)。-RGB model and HIS respectively model imageLane.bmp sharpening the image and to compare the effect of sharpening is the same ( sharpen the image after the subtraction).
dsa
- 用VC实现数字减影算法,通过模板匹配,再对两幅图像相减,即用盈片中减去蒙片,从而实现突出血管区域的目的。【源码加文档说明】-Using VC to achieve digital subtraction algorithm, template matching, and then the subtraction of two images, that the film with surplus minus mask, in order to achieve the purpose of high
detect
- 图像处理-投影法与差影法 实现图像的相减,是指把同一景物在不同时间拍摄的图像或同一景物在不同波段的图像相减。-image process
imageLane
- 分别采用RGB模型和HIS模型对图像imageLane.bmp进行平滑和锐化,并比较两种模型处理后结果是否相同(两种模型处理后的图像相减)-RGB model and HIS were used to model the image imageLane.bmp for smoothing and sharpening, and after comparing the results of the two models are the same (the two models after the
Digitalsubtraction
- 数字减影血管造影( DSA) 通过向血管中注入造影剂, 使血管的整体影像的对比度有了明显的增强, 然后通 过造影前后图像的相减运算, 可以去除非血管器官的影像, 得到血管更清晰的图像, 目前广泛应用于心血管疾病的 诊断。由于患者的呼吸运动, 使得不同时间采集的图像相减后会产生运动伪影。为了消除运动伪影, 从医生临床上 对于心脏的运动以胸腔的横膈膜为参考目标得到启发, 首先得到很多幅注入造影剂之前的图像( 掩膜图像) 和一幅 注入造影剂之后的图像( 造影图像) , 然后指定其中的一
Video-Demo
- 运动球体检测,通过前后两帧视频图像相减得方法,检查球体出现的帧-Movement sphere detection, before and after the two video images through the subtraction method was to check the frame sphere appear
subtract
- 实现图像相减,并观察两幅图像是否完全一致-image subtract
picturesubtraction
- 读入两幅BMP图形文件,输出它们的长、宽和像素所用bit数,并将两幅图像相减,输出到新的图像。-Read two BMP graphics, output their long, wide or the number of pixels bit, and two images substracting, output the new image.
SUB
- 这是一个实现两个图像相减的c语言源程序,适合数字图像处理初学者。-failed to translate
Speckle-image-subtraction
- 主要功能是实现两个图像相减,阈值可调。是基于OpenCv编的一个简单程序。在VC6.0上可以直接运行。-The main function is to achieve the subtraction of two images, the threshold value is adjustable. Is based on a simple program OpenCv series. Can be run directly on VC6.0.
Morphological-edge-detection
- 用形态梯度检测到图像的边缘,也可用腐蚀运算对图像取反后进行边缘腐蚀与源图像相减。-Morphological gradient detection by the edge of the image, the image can also be negated erosion operation edge after etching with the source image subtraction.
test2
- VS2013+OPENCV2.4,固定阀值分割,形态学处理,图像相减,查找轮廓,可知程序运行时间-VS2013+OPENCV2.4, fixed threshold segmentation, morphological processing, image subtraction, find the outline, you can see the program run time
BMP del
- 实现两幅bmp图像相减得到最终图像并显示(Realize two BMP image subtraction, get the final image and display)
shiyan
- 利用0度和90度刺激下的内源性脑光学成像数据,获得大脑视觉皮层的方位功能柱,涉及的方法包括图像相减,叠加平均等; 对方位功能柱图像进行滤波处理,采用不同滤波方式(空域滤波和频域滤波)比较不同滤波下图像功能柱信号(Using the brain optical imaging data stimulated by 0 and 90 degrees, the functional column of the visual cortex of the brain is obtained. The
多项式运算
- 本程序由黄金锭 022397 编写 如遇问题,请发信至aresbb@eyou.com 本程序在往链表插数据时先把所有的数据按大小插入(insert_data(poly , p_node))的办法,然后使用 format_list(poly); 合并了指数相同的项,并删除了系数为零的项。 insert_data(poly , p_node)和format_list(poly)在接下来的多项式相加中再度发挥作用, 提高了代码的复用率,同时使程序的编写简单化。 在多项式相减中,