Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
vigra_ext::SplitVectorNAccessor< Iter1, Acc1, Iter2, Acc2, SIZE > Class Template Reference
split a vector image into a vector and a scalar image More...
#include <FunctorAccessor.h>
Public Types | |
| typedef vigra::TinyVector< typename Acc1::value_type, SIZE > | value_type |
| the vector's value_type | |
| typedef value_type::value_type | component_type |
Public Member Functions | |
| SplitVectorNAccessor (Iter1 i1, Acc1 a1, Iter2 i2, Acc2 a2) | |
| Construct from two image iterators and associated accessors. | |
| template<class V, class ITERATOR> | |
| void | setComponent (V const &value, ITERATOR const &i, int idx) const |
| vector & scalar image | |
| template<class ITERATOR> | |
| unsigned int | size (ITERATOR const &i) const |
| return the size (Number of Bands) | |
Public Attributes | |
| Iter1 | i1_ |
| Acc1 | a1_ |
| Iter2 | i2_ |
| Acc2 | a2_ |
Detailed Description
template<class Iter1, class Acc1, class Iter2, class Acc2, int SIZE>
class vigra_ext::SplitVectorNAccessor< Iter1, Acc1, Iter2, Acc2, SIZE >
split a vector image into a vector and a scalar image
like SplitVector2Accessor, but for the vector -> vector, scalar case.
the template parameter SIZE gives the length of each vector in the input image. components 0..SIZE-2, are put into the image 1 (must be a vector image), and component SIZE-1 is stored in image 2 (should be a scalar image)
Member Typedef Documentation
|
|||||
|
|
|
|||||
|
the vector's value_type
|
Constructor & Destructor Documentation
|
||||||||||||||||||||||||
|
Construct from two image iterators and associated accessors.
|
Member Function Documentation
|
||||||||||||||||||||||||
|
vector & scalar image
|
|
||||||||||||||
|
return the size (Number of Bands)
|
Member Data Documentation
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
The documentation for this class was generated from the following file:
- hugin_base/vigra_ext/FunctorAccessor.h
1.3.9.1