搜索资源列表
车牌识别
- 需要注意的地方: 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程 应用程序生成--》
Button
- 实现几种基于对话框的按钮的功能,通过相应的响应函数对按钮的使用更加清晰明了
ComboList
- 实现了基于对话框的组合框的一些基本功能,通过响应函数对它们的功能有了更加深入的了解
Menu
- 实现了简单的添加菜单功能,并通过响应函数深入了解了有关菜单的相关知识
menu
- 菜单的工作原理及编写应用,菜单命令消息在MFC框架程序的几个类中的传递顺序和处理过程。标记菜单、缺省菜单的实现原理、图形菜单的实现及常犯错误的分析,GetSystemMetrics的应用,快捷弹出菜单的实现方式及其命令响应函数有效范围(与弹出菜单时所指定的父窗口有密切的关系,最底层的子窗口具有最优先的处理机会)。动态菜单的编写,如何让程序在运行时产生新的菜单项及如何手工为这些新产生的菜单命令安排处理函数,如何在顶层窗口中截获对菜单命令的处理,更进一步掌握CString类的应用。
SUSANCorner
- SUSAN角点检测程序,基于像素临域包含若干元素的近似圆形模板,对每个像素基于该模板领域的图像灰度计算角点响应函数(CRF)的数值,如果大于某阈值且为局部极大值,则认为该点为角点。-SUSAN corner detection procedures, pixel-based Pro Domain contains a number of elements in quasi-circular template, the value of each pixel based on the templa
CDCDemo
- 实现在vc的SDI中的OnDraw函数中,实现绘制一正方形并输出说明文字,另外,创建单击鼠标左键响应函数,在其中利用CDC类实现绘制一圆形并输出说明文字。-The realization of the SDI in the vc in the OnDraw function, the realization of drawing a square and descr iptive text output, In addition, click the left mouse button to c
IHSRemoteSensingImageFusionBased0nImagingModel
- 针对色度融合容易产生光谱扭曲的现象,本文利用光谱响应函数,传感器偏置和增益等参数从成像机理的 角度解释了IHS融合-Spectrum for the color fusion prone to distortion, this paper spectral response function, the sensor parameters such as offset and gain perspective from the imaging mechanism explains the IH
FIR
- 基于ti5000系列dsp的无限冲击响应函数很实用-Ti5000 series based on the infinite impulse response functions dsp very practical
DDACircle
- 使用直接画圆算法,运用鼠标响应函数,只要确定圆的中心与半径就可以画出所需的圆-Algorithm using direct circle, using the mouse response function, just make sure the center circle and the radius of the circle needed to be drawn
FILL
- 使用填充算法,运用鼠标响应函数,就能将我们所需的程序填充给显示-Using the filling algorithm, using the mouse response function, the program will be able to fill we need to show
Corner-Detection-Harris-Algorithm
- 摘要提出了一种改进的Har“s角点检测方法。该方法在Harris角点检测求得角点响应函数后,利用双掩膜来定 义进行非极大值抑制的局部范围,结合K均值聚类方法进行非极大值抑制,若像素点的角点响应函数值满足预设角点判定 条件,则将该像素点定义为角点。实验结果表明,该方法无需进行阈值选择,提高了角点检测精度。-Abst旧ct An improved harris_based comer detection methOd is presented in the paper. Firstly,th
openGLwater
- 操作指导7水纹 一、 建立工程 二、 添加函数和变量,修改头文件(view.h) public: int npoint float lpoint[4][4] float cpoint[102][76][3] void drawplat() void lm() BOOL movekey CClientDC *my_pDC CRect my_oldRect BOOL mytbar BOOL mysbar
simpleDraw
- 把鼠标的三个事件响应函数OnLButtonDown,OnMouseMove,OnRButtonUp封装在同一个类Controller中。MFC程序中的M-V-C,控制器编程-Three mouse events response function OnLButtonDown, OnMouseMove, OnRButtonUp, packaged in the same class Controller. The MFC program MVC, controller programming
IICandIID_eigenvalue_nmp
- 对角点响应函数进行非极大值抑制的角点检测,同时使用了阈值算法,改进效果-corner detection by non-maxima suppression of corner response function and using a threshold algorithm to improve results
shiyan3
- 实验3 简单多边形显示 实验目的:通过鼠标响应函数输入并显示多边形 基本内容: 通过鼠标依次输入n个顶点(n>=3),显示多边形。 建立多边形数据结构(保存顶点表、边信息,及其他信息) 用opengl显示多边形 拓展要求: 判断多边形的类型(自相交多边形,凹多边形,凸多边形) *若是凹多边形,则把多边形转换为多个凸多边形-Experiment 3 simple polygon display Purpose: response function by m
Color_dirct_Diff
- 一个基于方向扩散偏微分方程的图像滤波码源,包括改进的加入边缘停止响应函数的方法-An image filtering based on direction diffusion partial differential equation of source code, including improved edge stop response function method
harris
- 该算法是基于像素领域包含若干元素的近似圆形模板,对每个像素基于该模板领域的图像灰度计算角点响应函数(CRF)的数值,如果大于某阈值且为局部极大值,则认为该点为角点。角点的精度与圆形模板大小无关,圆形模板越大,检测的角点数越多,则计算量也越大,本文圆形模板包含37个元素,该近似圆形模板-The algorithm is based on pixel art consists of several elements approximation circular template for each p
gsolve
- 求解图像的响应函数的基础方法,需要修改输入信息-The basis of the response function method for solving the image, need to modify the input information
Call_back_FUNCTION
- UG二次开发;函数回调程序;对UG进行二次开发时菜单按钮的响应函数-UG/OPEN API;CALL BACK FUNCTION