搜索资源列表
NewDir
- 监控的一个程序,输入连续的帧,初始化要选定监控的范围,然后对运动的目标进行标记,并跟踪
lcm 初始化程序
- 初始化的一些数据
AMCAP5A
- USB摄像头初始化调试软件!先安装此程序,然后在LABVIEW中调用ocx控件!-USB camera initialization debugging software! To install this program, and then call the ocx control LABVIEW!
RendertoaTexture
- opengl绘制纹理的框架程序,包括了初始化和一些过程的使用方法。-texture mapping opengl framework of procedures, including the initialization and the use of some of the process.
VCueyeDemo
- 该程序是一个视频采集的程序,功能有视频初始化,对视频坐标的定位,亮度饱和度以及对比度的设置等-The program is a video capture program, features a video initialization, the video location coordinates, brightness, saturation and contrast settings, etc.
lab_04
- SDRAM,FLASH存储器控制与驱动。编程实现DSP开发板相关接口与外设的初始化程序,读出及显示实验板上Flash 存储器中的图像。-SDRAM, FLASH memory control and drive. DSP development board programming interfaces and peripherals related to the initialization procedure, read the experiment on-board Flash memory
1
- 视频采集的源代码,以及绘图程序的源代码,图像处理的初始化源代码文件,模式识别方面关于聚类的源代码,关于菜单的编写程序代码-Video capture source code, and the program' s source code, graphics, image processing, initialization source code files, pattern recognition on the clustering of the source code, code wr
2
- 视频采集的源代码,以及绘图程序的源代码,图像处理的初始化源代码文件,模式识别方面关于聚类的源代码,关于菜单的编写程序代码-Video capture source code, and the program' s source code, graphics, image processing, initialization source code files, pattern recognition on the clustering of the source code, code wr
tuxiang
- 视频采集的源代码,以及绘图程序的源代码,图像处理的初始化源代码文件,模式识别方面关于聚类的源代码,关于菜单的编写程序代码-Video capture source code, and the program' s source code, graphics, image processing, initialization source code files, pattern recognition on the clustering of the source code, code wr
createimagemy
- 本程序用matlab语言实现了当前水平集(演化曲线)在原图象上的叠加显示,以及对嵌入函数的重新初始化。-This program with matlab language of the current level set (evolution curve) superimposed on the original image display, as well as re-initialization of the embedded function.
6
- C-V水平模型不利用梯度信息,而是通过最小化能量函数的方式来演化曲线。本程序对虹膜进行处理,将点阵初始化为一个圆,然后经过处理得到边缘。-CV-level model does not use gradient information, but by minimizing the energy function approach to the evolution curve. The procedure for processing of the iris, the lattice is ini
2_Color2gray_newbase2-
- DM6437 上的自动对焦算法实现,包括 图像清晰度评价函数 梯度平方算法实现,改进了爬山搜索算法,使之对焦可以更快,DM6437 定时器初始化,DM6437的启动程序,本程序可在 达盛 EL-6437平台上直接运行。-DM6437 AF algorithms, including the image clarity evaluation function gradient square algorithm, improved climbing search algorithm, so that
shortest-route
- 用的vc++6.0,做的一个最短路径查询的小程序,用的Floyd算法,自己初始化的校地图。-A shortest path query applet, using Floyd algorithm, their initialization of the school map.
object-tracking-based-on-camshift
- 本程序在Camshift原始的跟踪算法的基础上进行了改进,能够实现对多目标的跟踪,并且实现了自动初始化-The improved Camshift original tracking algorithm based on this program, able to multi-target tracking, and automatically initialized
sfikasLibrary
- 一个利用GMM,SVGMM对图像进行分割的matlab程序,采用的是blobworld采集特征的方法。初始化也有备选多种方法-A use of the GMM, SVGMM image segmentation matlab program, the is blobworld collection features. Initialization also have options for a variety of methods
calibr
- 一个简单的摄像机标定程序,3.0版本: *畸变模型已经逆转 *方圆几何新的规划 *三步过程 *新初始化方法-A simple camera calibration procedure, version 3.0:* distortion model has been reversed* radius geometry new planning* three-step process* new initialization method
chushihua
- 基于DM642图像采集系统的一些初始化程序,包括用到的芯片TVP5150和SAA7121的初始化程序,以及对DM642自身的一些视频口等的初始化-Image acquisition system based on DM642 some initialization procedures, including the use of TVP5150 and SAA7121 chip initialization procedures, as well as some of their own DM6
91331953WT_LCD-init
- 91331953WT_LCD 是目前功能最全面的视频编码芯片,本程序完成对其的初始化设置功-91331953WT_LCD is currently the most comprehensive video encoder chip, the program completes its initialization settings function
GUI1
- 利用MATLAB GUI设计实现图像处理的图形用户界面,利用MATLAB图像处理工具箱 实现以下的图像处理功能。 1、 采用matlab Guide设计图像界面与按钮界面。 2、 连接摄像头,编写MATLAB初始化程序。 3、 用摄像头采集一幅图像,并能实现保存(使用控件按钮保存)。 4、 设计按钮实现对图像进行任意的亮度和对比度变化调节,显示和对比度变化前 后的图像 5、设计按钮实现用户能够用鼠标选取图像感兴趣区域,显示和保存该选择区域。 -Image pro
VC-capture-AVI-files
- 在使用API函数操作AVI文件时,一定要注意用AVIFileInit()来初始化AVI库,程序结束时用AVIFileExit()释放AVI库,否则API函数无法使用。现以操作包含真彩色图像的AVI文件为例,给出Cavi类的部分函数的具体实现,其中CaviCreate()函数用于读取AVI文件信息并初始化Cavi类的成员,例如根据AVI文件信息定义每帧图像的宽、高、每帧图像的信息头结构等等;函数AviRead(int mFrame)用于从AVI文件中读取第mFrame帧。-When using A