代码搜索:VideoMan
找到约 30 项符合「VideoMan」的源代码
代码结果 30
www.eeworm.com/read/441524/7669362
dll videoman.dll
www.eeworm.com/read/441524/7669364
lib videoman.lib
www.eeworm.com/read/487389/6510949
dll videoman.dll
www.eeworm.com/read/487389/6510951
lib videoman.lib
www.eeworm.com/read/441524/7669357
h videomaninputcontroller.h
#pragma once
#ifdef VideoMan_EXPORTS
#define VIDEOMAN_API __declspec(dllexport)
#else
#define VIDEOMAN_API __declspec(dllimport)
#endif
class VIDEOMAN_API VideoManInputController
{
public:
www.eeworm.com/read/487389/6510944
h videomaninputcontroller.h
#pragma once
#ifdef VideoMan_EXPORTS
#define VIDEOMAN_API __declspec(dllexport)
#else
#define VIDEOMAN_API __declspec(dllimport)
#endif
class VIDEOMAN_API VideoManInputController
{
public:
www.eeworm.com/read/441524/7669338
cpp opencvsimple.cpp
#include
#include
#include
#include "cv.h"
#include "cxcore.h"
#include "VideoManControl.h"
#include "VideoManInputFormat.h"
using namespace std;
/*
www.eeworm.com/read/441524/7669339
cpp vmwithdirectshowmultivideo.cpp
#include
#include
#include
#include "VideoManControl.h"
#include "VideoManInputFormat.h"
using namespace std;
/*
This is an example using VideoMan with
www.eeworm.com/read/441524/7669340
cpp vmwithdirectshow.cpp
#include
#include
#include
#include "VideoManControl.h"
#include "VideoManInputFormat.h"
using namespace std;
/*
This is an example using VideoMan wit
www.eeworm.com/read/441524/7669341
cpp opencvlkdemo.cpp
#include
#include
#include "cv.h"
#include
#include
#include "VideoManControl.h"
#include "VideoManInputFormat.h"
using namespace std;
/*
This is the op