iplconvolve.cpp

来自「图像拼接框架源码」· C++ 代码 · 共 15 行

CPP
15
字号
///////////////////////////////////////////////////////////////////////////
//
// NAME
//  Convolve.cpp -- separable and non-separable linear convolution
//
// DESIGN NOTES
//  This version of the code calls out to IPL.
//
//  The separable version could be made more efficient when subsampling
//  by subsampling after each of the two stages of the separable convolution.
//
// SEE ALSO
//  Convolve.h          longer description of these routines
//
// Copyright 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?