データ構造 | ネームスペース | 関数
integral_image.h

Integral Image のためのライブラリ [詳細]

#include "mist.h"
#include "config/type_trait.h"
#include "config/color.h"

ソースコードを見る。

データ構造

class  mist::integral_image< Array >
 1次元の積分画像を保持し,任意の矩形領域の画素値の総和を高速に計算するためのクラス [詳細]
class  mist::integral_image< array< T, Allocator > >
 1次元の積分画像を保持し,任意の矩形領域の画素値の総和を高速に計算するためのクラス [詳細]
class  mist::integral_image< array2< T, Allocator > >
 2次元の積分画像を保持し,任意の矩形領域の画素値の総和を高速に計算するためのクラス [詳細]
class  mist::integral_image< array3< T, Allocator > >
 3次元の積分画像を保持し,任意の矩形領域の画素値の総和を高速に計算するためのクラス [詳細]

ネームスペース

namespace  mist

関数

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)
 指定されたストリームに,コンテナ内の要素を整形して出力する

説明

Integral Image のためのライブラリ


Generated on Wed Nov 12 2014 19:44:27 for MIST by doxygen 1.8.1.2