|  | Biomedical Image Analysis Library
    The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on. | 
| Functions | |
| template<class D > | |
| Feature< D > | MergeElements (const Feature< D > &feat1, const Feature< D > &feat2) | 
| Merges two feature vectors. Joins the input vectors and keeping the number of features.  More... | |
| template<class D > | |
| Feature< D > | MergeFeatures (const Feature< D > &feat1, const Feature< D > &feat2) | 
| Merges two feature vectors. Joins the features and keeping the number of vectors.  More... | |
| Feature< D > Bial::FeatureResize::MergeElements | ( | const Feature< D > & | feat1, | 
| const Feature< D > & | feat2 | ||
| ) | 
Merges two feature vectors. Joins the input vectors and keeping the number of features.
| feat1 | A feature vector. | 
| feat2 | A feature vector. | 
| Feature< D > Bial::FeatureResize::MergeFeatures | ( | const Feature< D > & | feat1, | 
| const Feature< D > & | feat2 | ||
| ) | 
Merges two feature vectors. Joins the features and keeping the number of vectors.
| feat1 | A feature vector. | 
| feat2 | A feature vector. |