関数 | |
| template<class Array1 , class Array2 > | |
| bool | mist::expand_mdt (const Array1 &in, Array2 &out, typename Array1::size_type length=1, typename Array1::size_type thread_num=0) |
| マンハッタン距離(L1ノルム,シティーブロック距離)タイプの図形拡大 | |
| template<class Array1 , class Array2 > | |
| bool | mist::shrink_mdt (const Array1 &in, Array2 &out, typename Array1::size_type length=1, typename Array1::size_type thread_num=0) |
| マンハッタン距離(L1ノルム,シティーブロック距離)タイプの図形縮小 | |
| bool mist::expand_mdt | ( | const Array1 & | in, |
| Array2 & | out, | ||
| typename Array1::size_type | length = 1, |
||
| typename Array1::size_type | thread_num = 0 |
||
| ) |
マンハッタン距離(L1ノルム,シティーブロック距離)タイプの図形拡大
| [in] | in | … 入力画像 |
| [out] | out | … 出力画像 |
| [in] | length | … 拡大させるサイズ |
| [in] | thread_num | … 使用するスレッド数 |
参照先 mist::fusion().
| bool mist::shrink_mdt | ( | const Array1 & | in, |
| Array2 & | out, | ||
| typename Array1::size_type | length = 1, |
||
| typename Array1::size_type | thread_num = 0 |
||
| ) |
マンハッタン距離(L1ノルム,シティーブロック距離)タイプの図形縮小
| [in] | in | … 入力画像 |
| [out] | out | … 出力画像 |
| [in] | length | … 拡大させるサイズ |
| [in] | thread_num | … 使用するスレッド数 |
参照先 mist::fusion().
1.8.1.2