任意の画像から自動的にしきい値を決定するライブラリ [詳細]
ネームスペース | |
| namespace | mist |
| namespace | mist::ptile |
| Pタイル法に基づくしきい値決定 | |
| namespace | mist::discriminant_analysis |
| 判別分析法に基づくしきい値決定 | |
関数 | |
| template<class Array > | |
| Array::value_type | mist::ptile::threshold (const Array &in, double ratio) |
| p-tile法によるしきい値決定 | |
| template<class Array , class Mask > | |
| Array::value_type | mist::ptile::threshold (const Array &in, const Mask &mask, double ratio) |
| p-tile法によるしきい値決定 | |
| template<class T , class Allocator > | |
| array< T, Allocator >::value_type | mist::discriminant_analysis::threshold (const array< T, Allocator > &in) |
| 判別分析法によるしきい値決定 | |
| template<class T1 , class Allocator1 , class T2 , class Allocator2 > | |
| array< T1, Allocator1 >::value_type | mist::discriminant_analysis::threshold (const array< T1, Allocator1 > &in, const array< T2, Allocator2 > &mask) |
| マスクした領域内のみで判別分析法によるしきい値決定を行う | |
| template<class T , class Allocator > | |
| array2< T, Allocator >::value_type | mist::discriminant_analysis::threshold (const array2< T, Allocator > &in, typename array2< T, Allocator >::size_type x, typename array2< T, Allocator >::size_type y, typename array2< T, Allocator >::size_type w, typename array2< T, Allocator >::size_type h) |
| 判別分析法によるしきい値決定 | |
任意の画像から自動的にしきい値を決定するライブラリ
1.8.1.2