⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vnl_double_3x4.h

📁 DTMK软件开发包,此为开源软件,是一款很好的医学图像开发资源.
💻 H
字号:
// This is core/vnl/vnl_double_3x4.h
#ifndef vnl_double_3x4_h_
#define vnl_double_3x4_h_
#ifdef VCL_NEEDS_PRAGMA_INTERFACE
#pragma interface
#endif
//:
// \file
// \brief 3x4 Matrix of double
// \author  Andrew W. Fitzgibbon, Oxford RRG
// \date   04 Aug 96
//
//  vnl_double_3x4 is a vnl_matrix<double> of fixed size 3x4.  It is
//  merely a typedef for vnl_matrix_fixed<double,3,4>
//
// \verbatim
//  Modifications
//   4/4/01 LSB (Manchester) Tidied documentation
// \endverbatim
//-----------------------------------------------------------------------------

#include <vnl/vnl_matrix_fixed.h>

typedef vnl_matrix_fixed<double,3,4> vnl_double_3x4;

#endif // vnl_double_3x4_h_

⌨️ 快捷键说明

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