登录
首页 » Visual C++ » ImageShow - 副本

ImageShow - 副本

于 2017-07-31 发布 文件大小:66382KB
0 57
下载积分: 1 下载次数: 1

代码说明:

  图像的ROI区域选取,对图像的二值化与旋转处理(ROI region of the image, the image of the two values and rotation processing)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • wuziqi
    SetColor(unsigned short ForeColor,unsigned short BackGroundColor) //颜色函数 { HANDLE hCon=GetStdHandle(STD_OUTPUT_HANDLE) SetConsoleTextAttribute(hCon,(ForeColor 16)|(BackGroundColor 16*16)) } 调用函数 SetColor(11,8) cout<<endl<<"文本内容结束!"<<endl SetColor(7,0) system("color xy") ;
    2012-08-30 17:27:01下载
    积分:1
  • VideoMonitorSystem
    基于网络的视频监控系统 随着时代的发展,人们对安全防范也越来越重视,而数字化视频监控系统在音视频录像、报警录像联动、硬盘存储、多画面显示等方面都有突出表现,因此在安防领域逐渐占有了一席之地。本文提出的基于网络的视频监控系统实现了对数字硬盘录像机的控制功能,其远程客户端软件可以同时播放四路具有高达Dl分辨率的图像数据。 第一章论述了视频监控系统和数据压缩技术的发展动态。 第二章对客户端软件的开发环境及平台进行了选择,并就其中使用的关键技术:windows sockets编程技术、windows多线程技术、windows图像显示技术、MPEG-4编解码与数据传术技术、流媒体技术做了简介。 第三章详细论述了客户端软件的设计及实现。包括客户端软件的整体设计和各模块的设计实现,最后给出了实现结果。 第四章是论述了实时流媒体播放器的设计和实现,包括主要模块设计实现 (网络接收模块、解码模块、显示模块、操作控制模块)、其他模块设计实现(显卡能力探测模块、表面管理模块)、性能优化(缓冲、共享内存、线程模型)。 第五章对系统进行了总结,并为系统进一步发展提出了展望和规划。 (network-based video surveillance system with the development of the times, people are increasingly security attention, and Digital Video Surveillance System in video and audio video, police video linkage, hard disk storage, Multi-screen display, and other aspects outstanding performance in the field gradually Security occupies a place. This paper presents the network-based video surveillance system for the digital disk video recorder to the control function, its remote client software can be broadcast simultaneously Four Dl with high-resolution image data. The first chapter of the video monitoring system and data compression technology developments. Chapter II of the client software development environment and platform choices, and the use of the key technologies : Programming windows sock)
    2007-04-04 10:57:21下载
    积分:1
  • gxFskSrv_src
    东进语音板卡使用范例,主要是与应用平台间的数据通信,还有与语音板卡的数据交换。同时包括语音通道的状态管理。(East to use an example of voice board, mainly between the platform and application of data communications, as well as data and voice exchange board. At the same time, including the status of the management of voice channels.)
    2009-06-16 17:46:03下载
    积分:1
  • MapXSample100
    Max Sample VC++ Max 实例程序(Max Sample VC++ Max examples of procedures)
    2009-02-18 20:45:05下载
    积分:1
  • EULER1
    说明:  Euler 回路问题 .问题描述: 对于给定的图G 和G 中的2 个顶点v 和w,连接顶点v 和w 且经过图中每条边恰好1 次 的路径称为顶点v 和w 之间的1 条Euler 路。当v=w 时得到一条首尾相接的Euler 回路。 .编程任务: 对于给定的图G,编程计算图G 的一条Euler 回路。 .数据输入: 由文件input.txt 给出输入数据。第1 行有2 个正整数n 和m,表示给定的图G 有n 个 顶点和m 条边,顶点编号为1,2,…,n。接下来的m 行中,每行有2 个正整数u,v ,表示 图G 的一条边(u,v) 。 .结果输出: 将编程计算出的Euler 回路输出到文件output.txt 。如果不存在Euler 回路,则输出-1。(Euler circuit problem. Problem description : for a given graph G and G of two vertices v, w, connectivity and vertex v w map through which each side precisely the path to a meeting called vertices v, w between a Euler Road. When v = w be an end-to-end circuit Euler. . Programming tasks : for a given graph G, programming terms of a graph G Euler circuit. . Data input : from the document input.txt given input data. Line 1 has two positive integers n and m, to the graph G with n vertices and m edges and vertices numbered 1, 2, ..., n. Next m OK, every trip has two positive integer u, v, said of a graph G edge (u, v). . Results output : Programming will be calculated by Euler circuit output to a file output.txt. If there is no Euler circuit, the output 1.)
    2006-03-29 21:31:15下载
    积分:1
  • VC modbus
    VC串口通信modbus协议源代码,测试可用。(modbus通信协议)(VC serial communication protocol source code modbus)
    2014-06-07 18:26:28下载
    积分:1
  • qtcefclient-master
    在qt上嵌入cef框架,学习如何在qt环境下开发cef。(Cef framework embedded in the qt, learn how to develop cef in qt environment.)
    2020-08-26 10:18:13下载
    积分:1
  • binghe
    有关冰河源码,提供大家学习.是否能用,本人没有测试过.使用的工具是VC++ 可以做学习参考之用(the glacial source for study. Whether used. I have not yet been tested. the tools used VC can do is learn reference only)
    2006-06-21 09:08:49下载
    积分:1
  • ZigBeePCC2530P12864
    基于CC2530的12860液晶的串行驱动(CC2530-based serial LCD driver 12860)
    2013-09-04 10:18:31下载
    积分:1
  • chip-motor-control
    电机的单片机控制是一本很好的书,现在的电机主要靠电力电子的技术对其控制,而单片机的控制使其更加的智能化。(Motor SCM control is a very good book, now the motor depends mainly on the power electronic technology on the control of MCU control, and make it more intelligent. )
    2012-01-10 10:59:55下载
    积分:1
  • 696524资源总数
  • 103930会员总数
  • 47今日下载