搜索资源列表
VS2005如何使用XML文件读写图像
- Vs2005如何使用XML文件读写图像
实例96-创建XML文件
- 实例96-创建XML文件-96-creation of XML documents
fdfdsfdsfs
- 该代码是集中于一个空闲池使用管理器的CWnd继承控件,该管理器可以帮助我们减少在特定UI场景中GDI资源的使用。为了在运行中演示这些类,我已经在此提供了一个MDI应用示例,它只是让你来打开XML文件。每个XML文件为单个MDI子窗体定义了布局和UI控件属性。尽管代码是用VC6写的,示例项目也可以被转换为VS 2003 和VS 2005项目。
FACE_CONTROL
- 使用EmguCV,haarcascade_frontalface_alt_tree.xml與haarcascade_mcs_eyepair_big.xml文件,利用追蹤眼睛位置,實現臉部控制鼠標。建議版本EmguCV 2.0-alpha-Use EmguCV, haarcascade_frontalface_alt_tree.xml, and haarcascade_mcs_eyepair_big.xml files, use to track eye position, face to con
OpenCVHaartraining_battery
- 这是利用OpenCV里的基于Adaboost算法的Cascade结构在识别电池上的应用,里面的.xml文件可直接应用识别电池,基与Vision C++ 平台的,特别适合对Adaboost算法感兴趣的研究!-This is based on the use of OpenCV
xiugaikaoshishijuan
- 一个用vc程序写的读写xml文件的例程,修改考试试卷-example ,read and write xml file by vc
swf
- 运用swf实现图片的显示,通过xml文件传输数据-Swf to use to achieve the display of images through xml data file transfer
read_data
- 基于OPENCV的读取图片像素数据的程序,给定图片的像素数据被保存为TXT或XML文件。-Based on the OPENCV picture pixel data read process, a given image pixel data is saved as a TXT or XML file.
arcimsservcicerestart
- 可对arcims服务进行重启设置,设置好环境变量,修改imsrestart.xml文件中对应的服务名,通过windows自带的定时任务运行restart.bat就可以了-Arcims services can restart settings, set up environment variables, modify the corresponding file imsrestart.xml service name, through the windows built-in timer can
DBRemoteBackup
- 数据库远程备份 功能:首先,DBServer服务端程序发送指定的XML库格式文件。然后,DBClient客户端指定服务端IP地址和要保存的接收文件名后开始接收。DBClient客户端在得到接收成功提示信息后,便可以用生成数据库功能选中接收的XML库格式文件,系统会自动在DBClient程序所在路径创建XML文件中指定的数据库及表数据,并在程序列表中读出显示生成结果。 -database remote backup
PipelineTool
- 读出SHP文件转换成XML文件,主要是对地线管网数据-SHP 。xml
cascades20101120
- 最新Cascades下载,包括人脸和眼睛的检测分类Xml文件,更新至2010-11-20-Cascades,update to 2010-11-20
HarrGui
- HarrGui 改进OpenCV中的人脸检测,采用MFC,可以选择分类器xml问题,可以设置检测器的参数。这个例程的目的是测试自己生成或网上下载的xml文件。需要安装OpenCV-HarrGui improvement in the OpenCV face detection, using MFC, you can select the classification xml problem, you can set the parameters of the detector. This ro
FaceDetection
- 本程序使用OpenCV中提供的“haarcascade_frontalface_alt.xml”文件存储的目标检测分类,用cvLoad函数载入后,进行强制类型转换。OpenCV中提供的用于检测图像中目标的函数是cvHaarDetectObjects,该函数使用指针对某目标物体(如人脸)训练的级联分类器在图象中找到包含目标物体的矩形区域,并将这些区域作为一序列的矩形框返回。分类器在使用后需要被显式释放,所用的函数为cvReleaseHaarClassifierCascade。-face detec
OPENCVHELLO
- 图像的颜色直方图提取,输出成xml文件格式-Extraction of the color histogram
xml-to-mat
- 此代码应用于将xml文件转换为mat文件。在图像的目标识别时我们需要获得一些图像的点坐标。但是通过label me。我们只能获得xml文件的形式,这样我们就需要将xml文件转换为mat文件。方便在matlab的语言环境中进行处理-This code is used in the xml file into mat file. When the target image recognition we need at some point in image coordinates. But by l
opencv xml文件转换
- 将不符合opencv打开的文档转换为符合opencv打开的XML文档。可以进行批量处理。
haarcascades
- 可以在 opencv安装目录opencv\sources\data中找到。方便大家下载,故上传在这里。人脸检测,人脸识别,人眼检测,鼻子检测,嘴检测等等训练好的xml文件(You can find it in the opencv installation directory opencv\sources\data. Convenient for everyone to download, so upload here. Face detection, face recognition, eye
voc2007-xml
- 制作voc2007数据集画目标框及制作xml文件的matlab小程序(Make voc2007 data set, draw the target box and make XML file MATLAB applet)
读取xml文件
- 读取XML文件所需要的库文件,方便图像处理方面的编程处理