📄 iplprocessing.h
字号:
//-----------------------------------------------------------------------------
// (c) 2002 by Basler Vision Technologies
// Section: Vision Components
// Project: BCAM
// $Header: IPLProcessing.h, 3, 16.09.2002 10:28:21, Nebelung, H.$
//-----------------------------------------------------------------------------
/**
\file IPLProcessing.h
\brief Interface and imeplementation of the CIplProcessing class
*/
#pragma once
//! Contains a static method which does some image processing
class CIplProcessing
{
public:
//! Creates an "image processed" destination image from a source image
static void ProcessImage(CDibIplPtr &ptrDest, CDibIplPtr &ptrSource);
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -