搜索资源列表
PsFilters
- 这是photoshop中置换滤镜的模拟代码,在photoshop中的置换图是psd文件,但这里是哟使用的是bmp图片。另外,包含了一个简单的图像反相功能,该功能是使用了指针,直接对图像数据的内存操作。-which is the replacement filter simulation code, photoshop in the replacement plan is psd file, but here is the use of yo bmp picture. Also, include
BitmapManage模板匹配和加矩形框完成
- BitmapManage模板匹配和加矩形框完成,实现的功能是在模版中找到与之相符合的图象-BitmapManage template matching and processing rectangular frame completed, the functions of the template is found incompatible with the image
Nature
- VB电子相框1.0源码版,相框实际上是导入了一张位图,图片会循环播放,可惜图片切换特效太少了,就一种,你可以找些图片切换特效类扩展一下,这样会更完美一点。-VB source code version 1.0 electronic photo frame, picture frame actually import a bitmap, image will be broadcast cycle, but little picture switching effects, on a kind of
Licensenumber
- 使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不