統計処理 [詳細]
関数 | |
| template<class Array > | |
| __utility__::__value_type__ < typename Array::value_type > ::value_type | average (const Array &a) |
| template<class Array > | |
| __utility__::__value_type__ < typename Array::value_type > ::value_type | variance (const Array &a, const typename __utility__::__value_type__< typename Array::value_type >::value_type &ave) |
| template<class Array > | |
| __utility__::__value_type__ < typename Array::value_type > ::value_type | variance (const Array &a) |
| template<class Array1 , class Array2 > | |
| bool | generate_histogram (const Array1 &in, Array2 &out, typename Array1::value_type min, typename Array1::value_type max, typename Array1::value_type bin) |
| template<class Array1 , class Array2 > | |
| bool | generate_histogram (const Array1 &in, Array2 &out, typename Array1::value_type min, typename Array1::value_type max) |
| template<class Array1 , class Array2 > | |
| bool | generate_histogram (const Array1 &in, Array2 &out, typename Array1::value_type bin) |
| template<class Array1 , class Array2 > | |
| bool | generate_histogram (const Array1 &in, Array2 &out) |
| template<class Array1 , class Array2 , class T , class Allocator > | |
| bool | generate_histogram (const Array1 &in1, const Array2 &in2, array2< T, Allocator > &out, typename Array1::value_type min1, typename Array1::value_type max1, typename Array1::value_type min2, typename Array1::value_type max2, typename Array1::value_type bin) |
| template<class Array1 , class Array2 , class T , class Allocator > | |
| bool | generate_histogram (const Array1 &in1, const Array2 &in2, array2< T, Allocator > &out, typename Array1::value_type min1, typename Array1::value_type max1, typename Array1::value_type min2, typename Array1::value_type max2) |
| template<class Array1 , class Array2 , class T , class Allocator > | |
| bool | generate_histogram (const Array1 &in1, const Array2 &in2, array2< T, Allocator > &out, typename Array1::value_type bin) |
| template<class Array1 , class Array2 , class T , class Allocator > | |
| bool | generate_histogram (const Array1 &in1, const Array2 &in2, array2< T, Allocator > &out) |
| template<typename T , typename Allocator > | |
| double | moment (const array2< T, Allocator > &img, size_t x_order, size_t y_order) |
| 画像のモーメントを求める | |
| template<typename T , typename Allocator > | |
| double | central_moment (const array2< T, Allocator > &img, size_t x_order, size_t y_order) |
| 画像の中心モーメント | |
| template<typename T , typename Allocator > | |
| double | normalized_central_moment (const array2< T, Allocator > &img, size_t x_order, size_t y_order) |
| 画像から正規化中心モーメントを求める | |
| template<typename T , typename Allocator > | |
| void | hu_moments (const array2< T, Allocator > &img, array1< double > &moments) |
| 画像からHuモーメントを求める | |
統計処理
1.8.1.2