各次元の画像に対応したメディアン(中央値)を計算するためのライブラリ [詳細]
#include "../mist.h"#include "../config/type_trait.h"#include "../config/color.h"#include "../thread.h"#include <algorithm>ネームスペース | |
| namespace | mist |
関数 | |
| template<class T1 , class Allocator1 , class T2 , class Allocator2 > | |
| bool | mist::median (const array< T1, Allocator1 > &in, array< T2, Allocator2 > &out, typename array< T1, Allocator1 >::size_type fw, typename array< T1, Allocator1 >::size_type thread_num=0) |
| メディアン(中央値)フィルタを適用する | |
| template<class T1 , class Allocator1 , class T2 , class Allocator2 > | |
| bool | mist::median (const array1< T1, Allocator1 > &in, array1< T2, Allocator2 > &out, typename array1< T1, Allocator1 >::size_type fw, typename array1< T1, Allocator1 >::size_type thread_num=0) |
| メディアン(中央値)フィルタを適用する | |
| template<class T1 , class Allocator1 , class T2 , class Allocator2 , class Functor > | |
| bool | mist::median (const array2< T1, Allocator1 > &in, array2< T2, Allocator2 > &out, typename array2< T1, Allocator1 >::size_type fw, typename array2< T1, Allocator1 >::size_type fh, Functor f, typename array2< T1, Allocator1 >::size_type thread_num) |
| メディアン(中央値)フィルタを適用する | |
| template<class T1 , class Allocator1 , class T2 , class Allocator2 > | |
| bool | mist::median (const array2< T1, Allocator1 > &in, array2< T2, Allocator2 > &out, typename array2< T1, Allocator1 >::size_type fw, typename array2< T1, Allocator1 >::size_type fh, typename array2< T1, Allocator1 >::size_type thread_num) |
| メディアン(中央値)フィルタを適用する | |
| template<class T1 , class Allocator1 , class T2 , class Allocator2 > | |
| bool | mist::median (const array2< T1, Allocator1 > &in, array2< T2, Allocator2 > &out, typename array2< T1, Allocator1 >::size_type fw, typename array2< T1, Allocator1 >::size_type thread_num=0) |
| メディアン(中央値)フィルタを適用する | |
| template<class T1 , class Allocator1 , class T2 , class Allocator2 , class Functor > | |
| bool | mist::median (const array3< T1, Allocator1 > &in, array3< T2, Allocator2 > &out, typename array3< T1, Allocator1 >::size_type fw, typename array3< T1, Allocator1 >::size_type fh, typename array3< T1, Allocator1 >::size_type fd, Functor f, typename array3< T1, Allocator1 >::size_type thread_num) |
| メディアン(中央値)フィルタを適用する | |
| template<class T1 , class Allocator1 , class T2 , class Allocator2 > | |
| bool | mist::median (const array3< T1, Allocator1 > &in, array3< T2, Allocator2 > &out, typename array3< T1, Allocator1 >::size_type fw, typename array3< T1, Allocator1 >::size_type fh, typename array3< T1, Allocator1 >::size_type fd, typename array3< T1, Allocator1 >::size_type thread_num) |
| メディアン(中央値)フィルタを適用する | |
| template<class T1 , class Allocator1 , class T2 , class Allocator2 > | |
| bool | mist::median (const array3< T1, Allocator1 > &in, array3< T2, Allocator2 > &out, typename array3< T1, Allocator1 >::size_type fw, typename array3< T1, Allocator1 >::size_type thread_num=0) |
| メディアン(中央値)フィルタを適用する | |
各次元の画像に対応したメディアン(中央値)を計算するためのライブラリ
1.8.1.2