搜索资源列表
Algorithm_Image
- 各种算术算法,例如栈,图形单阈值,双阈值,图形颜色反转,颜色直方图分布,像素平滑等等数值算法。
car
- 使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不
LCDCtrl
- 由于有一个项目需要使用320*240的液晶屏,于是使用labview Xctrl制作了一个模拟的单像素控件,可以直接当作虚拟屏幕使用,在项目前期比较方便-A project need to use the 320 x 240 LCD screen, so use the the labview Xctrl produced a simulated single-pixel control can be used directly as the use of virtual screen earl
test1
- 编写一个单文档应用程序,此程序开始运行时即最大化,并在用户区绘制一个直径为200像素的圆,使用菜单“图形/放大”选单可以将圆的直径放大20像素,使用菜单“图形/缩小”选单可以将圆的直径缩小20像素,当圆的直径大于650像素时“放大”菜单变成灰色不可用,当圆的直径小于等于20像素时“缩小”菜单变成灰色不可用。(变灰用pCmdUI->Enable(FALSE-Zoom in and out of the circle
test2.2
- 编写一个单文档应用程序,此程序开始运行时即最大化,并在用户区绘制一个直径为200像素的圆,使用菜单“图形/放大”或“图形/缩小”选单将在此菜单项前打上勾,单击左键则改变圆的直径,每次增加或减少20像素。(pCmdUI->SetCheck(1) )-Write a single document application, this program begins to run when maximized, and draw a circle diameter of 200 pixels in
test4
- 编写一个单文档应用程序,当按下鼠标左键时,以鼠标点击位置为圆心、以20像素为直径输出一个圆,并且在圆心输出这个圆的编号(第一次按下鼠标左键时圆心处输出“1”)。-Write a single document application, when you press the left mouse button, the mouse click position as the center, 20 pixels for the diameter of the output of a circle,
test15
- 编写一个单文档应用程序,此程序运行时在客户区画出一个100像素半径的圆,当鼠标移动时,此圆跟随鼠标移动。-Write a single document application, this program is running in the client area to draw a 100 pixel radius of the circle, circle follow the mouse when the mouse moves.