搜索资源列表
plateloc
- 车牌定位使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一
minimalScreenSaver
- This class loads a texture file and prepares it to be used in OpenGL. It can open a bitmap or a targa file. The min filter is set to mipmap b/c they look better and the performance cost on modern video cards in negligible. -This class loads a fi
CardRecognization
- 车牌识别系统 使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。
holsavers
- Holistic Screensavers Beginning to End - The Code Project - C++ - MFC-Holistic Screensavers Beginning to End-T he Code Project-C-MFC
cx-image
- CxImage is a C++ class that can load, save, display, transform images in a very simple and fast way. CxImage grew together with the CodeProject site, since 2001, and reached this level thanks to the CodeProject community. Thanks a lot for the sug
reply_1_1007847
- 车牌定位使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一
detect_vc++_
- 使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不
kftools
- This set of MATLAB tools consists of some functions that I have found useful for basic image processing and blob analysis. The functions have been tested for MATLAB Version 5.3.0.10183 (R11) on PCWIN. Many of the files must be run as MEX files
showbitmap
- 位图装入、显示的c++类。 使用方法: 1 构造类的一个实例对象: 空实例 CDIB bmp() 用资源号构造 CDIB bmp(nResID) 用文件构造 CDIB bmp(\"PATH//Filename.bmp\") 2 若1步构造的是空实例对象,则须装入位图: 从文件装入 BOOL bmp.LoadFromFile(\"PATH//Filename.bmp\") 从资源装入 BOOL bmp.LoadFromResource(UINT n
locate_text
- 介绍图像中字符区域检测算法的研究:图像中的文字信息在一定程度上反映了图像主要内容,因此对于图像中的文字进行检测是非常有意义的。本文采用了基于字符的纹理特征的方法,在D C T 域中对字符进行检测,从而将图像中的字符区域检测出来,最后用matlab进行了验证,实验表明该方法能够取得较好结果。
SuperResolutionColor
- This improved implementation of William T. Freemans super-resolution algorithm (2001). I works on color images. you can read about it on my web page : http://cs.huji.ac.il/~benny01-This is improved implementation of William T. Freemans super-resolu
basicPainter.c.tar
- Take two pictures with slightly different camera positions Find corner points and the correspondences in both pictures Geometric image transformation T Apply the transformation T to register the distorted image to the reference image Show the
JPEG2000-C
- 随着多媒体技术的不断运用,图像压缩要求更高的性能和新的特征。为了满足静止图像在特殊领域编码的需求,JPEG2000作为一个新的标准处于不断的发展中。它不仅希望提供优于现行标准的失真率和个人图像压缩性能,而且还可以提供一些现行标准不能有效地实现甚至在很多情况下完全无法实现的功能和特性。这种新的标准更加注重图像的可伸缩表述。所以就可以在任意给定的分辨率级别上来提供一个低质量的图像恢复,或者在要求的分辨率和信噪比的情况下提取图像的部分区域。 -With the constant use of mu
t
- write a c/c++ heuristic function for the tic-tac-toe game Example of an input E X O O X E X E O
Identifying-code
- 用C#t通过GDI绘制条形码,并对条形码进行识别-By using C# t GDI drawing bar codes and bar code identification
c-t
- a program,filter method,cartoon-texture decomposition for image,Fast Cartoon + Texture Image Filters-a program,filter method,cartoon-texture decomposition for image,Fast Cartoon+ Texture Image Filters
T-Chan-and-L-Vese-codes-and-article
- 此文件为2001年关于level set提出来的C-V模型源代码及文章,代码可运行通过-This file is the source code and model CV 2001 article about the proposed level set, the code can be run through
main
- 下载后自己看吧,就是一个角点检测代码。 基于c++ 64位 需要加载opencv3以上的版本(Download your own look, it is a corner detection code. Based on c++ 64 You need to load more than opencv3 version)
Desktop
- 实现图像分割活动轮廓模型融合了图像的多种信息,分割出来的图像边缘是一个封闭的曲线。 本文的研究目的是寻找一种分割效果精确,同时分割速度快的基于活动轮廓模型的 医学图像分割算法。本文首先阐述了医学图像分割的背景,研究的意义,并介绍了 常见的医学图像分割算法。其次,介绍了活动轮廓模型的原理,并提出了其中的热 点研究方向:几何活动轮廓模型。再次,将其分为基于轮廓的几何活动轮廓模型和 基于区域的几何活动轮廓模型两个方向,分别提出改进的算法。(image segmentionI n r e c
C#图像处理编程+源程序
- 本文档为C#图像处理编程,界面设计简洁大方,功能涉及图像基本操作(C)、图像增强(Z)、图像特技显示(T)、数学形态学(L)。灰度、饱和度、透明度调节、高斯、二阶优化、霓虹、负像、浮雕等(This document is C# image processing programming. The interface design is simple and generous. Its functions include image basic operation (C), image enhanc