Integral Image のためのライブラリ
[詳細]
ソースコードを見る。
関数 |
| template<class T , class Allocator > |
| std::ostream & | mist::operator<< (std::ostream &out, const integral_image< array< T, Allocator > > &a) |
| | 指定されたストリームに,コンテナ内の要素を整形して出力する
|
| template<class T , class Allocator > |
| std::ostream & | mist::operator<< (std::ostream &out, const integral_image< array1< T, Allocator > > &a) |
| | 指定されたストリームに,コンテナ内の要素を整形して出力する
|
| template<class T , class Allocator > |
| std::ostream & | mist::operator<< (std::ostream &out, const integral_image< array2< T, Allocator > > &a) |
| | 指定されたストリームに,コンテナ内の要素を整形して出力する
|
| template<class T , class Allocator > |
| std::ostream & | mist::operator<< (std::ostream &out, const integral_image< array3< T, Allocator > > &a) |
| | 指定されたストリームに,コンテナ内の要素を整形して出力する
|
説明