GaborFilterFamily< ImageType, Alloc > Member List
|
 |
back() | ImageArray< ImageType, Alloc > | |
back() const | ImageArray< ImageType, Alloc > | |
begin() | ImageArray< ImageType, Alloc > | |
begin() const | ImageArray< ImageType, Alloc > | |
capacity() const | ImageArray< ImageType, Alloc > | |
clear() | ImageArray< ImageType, Alloc > | |
directionCount() const | GaborFilterFamily< ImageType, Alloc > | |
empty() | ImageArray< ImageType, Alloc > | |
end() | ImageArray< ImageType, Alloc > | |
end() const | ImageArray< ImageType, Alloc > | |
erase(iterator pos) | ImageArray< ImageType, Alloc > | |
erase(iterator begin, iterator end) | ImageArray< ImageType, Alloc > | |
filterIndex(int direction, int scale) const | GaborFilterFamily< ImageType, Alloc > | |
front() | ImageArray< ImageType, Alloc > | |
front() const | ImageArray< ImageType, Alloc > | |
GaborFilterFamily(const Diff2D &size, int directionCount=stdDirectionCount, int scaleCount=stdScaleCount, double maxCenterFrequency=3.0/8.0, Alloc const &alloc=Alloc()) | GaborFilterFamily< ImageType, Alloc > | |
GaborFilterFamily(int width=stdFilterSize, int height=-1, int directionCount=stdDirectionCount, int scaleCount=stdScaleCount, double maxCenterFrequency=3.0/8.0, Alloc const &alloc=Alloc()) | GaborFilterFamily< ImageType, Alloc > | |
getFilter(int direction, int scale) const | GaborFilterFamily< ImageType, Alloc > | |
ImageArray(unsigned int numImages, const Diff2D &imageSize, Alloc const &alloc=Alloc()) | ImageArray< ImageType, Alloc > | |
ImageArray(unsigned int numImages=0, Alloc const &alloc=Alloc()) | ImageArray< ImageType, Alloc > | |
ImageArray(unsigned int numImages, const ImageType &image, Alloc const &alloc=Alloc()) | ImageArray< ImageType, Alloc > | |
ImageArray(InputIterator begin, InputIterator end, Alloc const &alloc=Alloc()) | ImageArray< ImageType, Alloc > | |
imageSize() const | ImageArray< ImageType, Alloc > | |
insert(iterator pos, const_reference image) | ImageArray< ImageType, Alloc > | |
insert(iterator pos, size_type count, const_reference image) | ImageArray< ImageType, Alloc > | |
insert(iterator pos, InputIterator begin, InputIterator end) | ImageArray< ImageType, Alloc > | |
max_size() const | ImageArray< ImageType, Alloc > | |
maxCenterFrequency() | GaborFilterFamily< ImageType, Alloc > | |
operator==(const ImageArray< ImageType, Alloc > &other) | ImageArray< ImageType, Alloc > | |
operator[](size_type index) | ImageArray< ImageType, Alloc > | |
operator[](size_type index) const | ImageArray< ImageType, Alloc > | |
pop_back() | ImageArray< ImageType, Alloc > | |
push_back(const_reference image) | ImageArray< ImageType, Alloc > | |
rbegin() | ImageArray< ImageType, Alloc > | |
rbegin() const | ImageArray< ImageType, Alloc > | |
rend() | ImageArray< ImageType, Alloc > | |
rend() const | ImageArray< ImageType, Alloc > | |
reserve(size_type n) | ImageArray< ImageType, Alloc > | |
resize(size_type newSize) | ImageArray< ImageType, Alloc > | |
resize(size_type newSize, ImageType &image) | ImageArray< ImageType, Alloc > | |
resizeImages(const Diff2D &newSize) | GaborFilterFamily< ImageType, Alloc > | virtual |
vigra::ImageArray::resizeImages(int width, int height) | ImageArray< ImageType, Alloc > | |
scaleCount() const | GaborFilterFamily< ImageType, Alloc > | |
setDirectionScaleCounts(int directionCount, int scaleCount) | GaborFilterFamily< ImageType, Alloc > | |
setMaxCenterFrequency(double maxCenterFrequency) | GaborFilterFamily< ImageType, Alloc > | |
size() const | ImageArray< ImageType, Alloc > | |
swap(const_reference other) | ImageArray< ImageType, Alloc > | |
value_type typedef | ImageArray< ImageType, Alloc > | |