资源简介
基于udp协议和openCV编程实现的视频传输程序,具有自动获取本地IP地址功能,客户端输入服务器端IP,点击发送,服务器端可实现实时的接收和播放,在可靠的局域网环境下,多次测试传输可靠,除此以外具有原理简单,可扩展的优点
代码片段和文件信息
// Client.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “Client.h“
#include “ClientDlg.h“
#include
#include “cv.h“
#include “highgui.h“
#include
#include
#define blocksize 38880
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CClientApp
BEGIN_MESSAGE_MAP(CClientApp CWinApp)
//{{AFX_MSG_MAP(CClientApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CClientApp construction
CClientApp::CClientApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CClientApp object
CClientApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CClientApp initialization
BOOL CClientApp::InitInstance()
{
if (!AfxSocketInit())
{
AfxMessageBox(IDP_SOCKETS_INIT_FAILED);
return FALSE;
}
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CClientDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 36380 2013-01-03 15:14 图像传输MFC程序\Client\Client.aps
文件 1291 2013-01-03 15:16 图像传输MFC程序\Client\Client.clw
文件 2288 2012-10-21 14:00 图像传输MFC程序\Client\Client.cpp
文件 4217 2012-10-14 20:23 图像传输MFC程序\Client\Client.dsp
文件 537 2012-10-14 19:43 图像传输MFC程序\Client\Client.dsw
文件 1324 2012-10-14 19:43 图像传输MFC程序\Client\Client.h
文件 140288 2013-01-03 15:16 图像传输MFC程序\Client\Client.ncb
文件 50688 2013-01-03 15:16 图像传输MFC程序\Client\Client.opt
文件 745 2013-01-03 15:08 图像传输MFC程序\Client\Client.plg
文件 5853 2013-01-03 15:14 图像传输MFC程序\Client\Client.rc
文件 6865 2012-11-02 11:49 图像传输MFC程序\Client\ClientDlg.cpp
文件 1747 2012-10-21 14:58 图像传输MFC程序\Client\ClientDlg.h
文件 110688 2013-01-03 15:08 图像传输MFC程序\Client\Debug\Client.exe
文件 232944 2013-01-03 15:08 图像传输MFC程序\Client\Debug\Client.ilk
文件 16318 2012-10-21 14:58 图像传输MFC程序\Client\Debug\Client.obj
文件 5592616 2012-10-14 19:49 图像传输MFC程序\Client\Debug\Client.pch
文件 410624 2013-01-03 15:08 图像传输MFC程序\Client\Debug\Client.pdb
文件 2772 2013-01-03 15:08 图像传输MFC程序\Client\Debug\Client.res
文件 30863 2012-11-28 14:37 图像传输MFC程序\Client\Debug\ClientDlg.obj
文件 107470 2012-10-14 19:49 图像传输MFC程序\Client\Debug\StdAfx.obj
文件 295936 2013-01-03 15:08 图像传输MFC程序\Client\Debug\vc60.idb
文件 405504 2012-11-28 14:37 图像传输MFC程序\Client\Debug\vc60.pdb
文件 3579 2012-10-14 19:43 图像传输MFC程序\Client\ReadMe.txt
文件 1078 2012-10-14 19:43 图像传输MFC程序\Client\res\Client.ico
文件 398 2012-10-14 19:43 图像传输MFC程序\Client\res\Client.rc2
..A.SH. 3072 2013-01-03 15:06 图像传输MFC程序\Client\res\Thumbs.db
文件 864 2012-10-19 08:55 图像传输MFC程序\Client\resource.h
文件 208 2012-10-14 19:43 图像传输MFC程序\Client\StdAfx.cpp
文件 1102 2012-10-14 19:43 图像传输MFC程序\Client\StdAfx.h
文件 110698 2012-11-27 21:05 图像传输MFC程序\Serve\Debug\Serve.exe
............此处省略38个文件信息
相关资源
-
convert_cascade 转换xm
l文件 含dll文件 - 基于OPENCV的多种特征提取总结
- 运动车辆检测跟踪系统vc源码opencv
- opencv数码管识别程序
- OpenCV2.4.3 windows版本
- opencv stitching拼接
- OpenCV自带视频测试文件vtest.avi
- Mastering OpenCV with Practical Computer Visio
- opencv-3.4.0编译失败需要的boostdesc_bgm
- VS2015+Opencv310的X86动态库lib
- 基于OpenCV的红外运动目标检测与跟踪
- 手势检测基于OpenCV
- opencv 红绿灯识别 运动物体识别
- freeglut,包括.dll、.h和.lib文件,完美
- Opencv摄像头校正
- OpenCV识别出两张图片的人脸,并比较
- 基于QtOpenCV实现GraphCuts算法
- 基于颜色识别的火焰检测算法的open
- opencv红绿灯识别样本北京市的红绿灯
- 基于OpenCV的火灾视频识别方法研究
- opencv人脸检测训练用到的正样本图像
- opencv haartraining 合并.vec文件的工具
- OpenCV3入门pdf
- 基于OpenCV的红点识别
- slam 开源代码ptam and ptamm
- opencv3.4.3 mingw32编译
- 圆形公章的定位检测
-
haarcascade_mcs等所有识别xm
l文件 - 利用OpenCV在VS2015平台下对进行人脸识
- hand-gesture-recognition-opencv-master.zip
评论
共有 条评论