attach(T *array, const int width, const int height) | Image< T > | [inline] |
begin() const | Image< T > | [inline] |
beginw() | Image< T > | [inline] |
clear(const T &val=T()) | Image< T > | [inline] |
const_iterator typedef | Image< T > | |
coordsOk(const Point2D< int > &P) const | Image< T > | [inline] |
coordsOk(const int i, const int j) const | Image< T > | [inline] |
coordsOk(const Point2D< float > &p) const | Image< T > | [inline] |
coordsOk(const float i, const float j) const | Image< T > | [inline] |
deepcopy() const | Image< T > | [inline] |
detach() | Image< T > | [inline] |
end() const | Image< T > | [inline] |
endw() | Image< T > | [inline] |
freeMem() | Image< T > | [inline] |
getArrayPtr() const | Image< T > | [inline] |
getArrayPtr() | Image< T > | [inline] |
getBounds() const | Image< T > | [inline] |
getDims() const | Image< T > | [inline] |
getHeight() const | Image< T > | [inline] |
getIndexBase(const VisualFeature f, const VisualFeatureType t, int &siz) const | Jet< T > | [inline] |
getIndexRange(const VisualFeature f, const VisualFeatureType t, const int idxnum, int &idxmin, int &idxmax) const | Jet< T > | [inline] |
getNbIndexRanges(const VisualFeature f, const VisualFeatureType t) const | Jet< T > | [inline] |
getSize() const | Image< T > | [inline] |
getSpec() const | Jet< T > | [inline] |
getVal(const VisualFeature f, const VisualFeatureType t,...) const | Jet< T > | [inline] |
getVal(const int idx) const | Jet< T > | [inline] |
Image::getVal(const int x, const int y) const | Image< T > | [inline] |
Image::getVal(const Point2D< int > &p) const | Image< T > | [inline] |
Image::getVal(const int x, const int y, T2 &val) const | Image< T > | [inline] |
getValInterp(const float x, const float y) const | Image< T > | [inline] |
getValInterp(const Point2D< float > &p) const | Image< T > | [inline] |
getValInterpScaled(const Point2D< int > &p, const Dims &pdims) const | Image< T > | [inline] |
getValV(const VisualFeature f, const VisualFeatureType t, const std::vector< int > &v) const | Jet< T > | [inline] |
getWidth() const | Image< T > | [inline] |
hasFeature(const VisualFeature f) const | Jet< T > | [inline] |
hasFeatureType(const VisualFeature f, const VisualFeatureType t) const | Jet< T > | [inline] |
hasSameData(const Image< T > &b) const | Image< T > | [inline] |
Image(const T *inarray, int width, int height) | Image< T > | [inline] |
Image(const T *inarray, const Dims &dims) | Image< T > | [inline] |
Image(int width, int height, InitPolicy init) | Image< T > | [inline] |
Image(const Dims &dims, InitPolicy init) | Image< T > | [inline, explicit] |
Image() | Image< T > | [inline] |
Image(const Image< T > &A) | Image< T > | [inline] |
Image(const Image< T2 > &A) | Image< T > | [inline] |
init(const rutz::shared_ptr< JetSpec > js) | Jet< T > | [inline] |
initialized() const | Image< T > | [inline] |
is1D() const | Image< T > | [inline] |
isSameSize(const C &other) const | Image< T > | [inline] |
isShared() const | Image< T > | [inline] |
isSquare() const | Image< T > | [inline] |
isTransposedVector() const | Image< T > | [inline] |
isVector() const | Image< T > | [inline] |
iterator typedef | Image< T > | |
Jet(const rutz::shared_ptr< JetSpec > js) | Jet< T > | [inline] |
Jet() | Jet< T > | [inline] |
operator*(const T2 &val) const | Image< T > | [inline] |
operator*(const Image< T2 > &img) const | Image< T > | [inline] |
operator*=(const T &val) | Image< T > | [inline] |
operator*=(const Image< T2 > &A) | Image< T > | [inline] |
operator+(const T2 &val) const | Image< T > | [inline] |
operator+(const Image< T2 > &img) const | Image< T > | [inline] |
operator+=(const T &val) | Image< T > | [inline] |
operator+=(const Image< T2 > &A) | Image< T > | [inline] |
operator-(const T2 &val) const | Image< T > | [inline] |
operator-(const Image< T2 > &img) const | Image< T > | [inline] |
operator-=(const T &val) | Image< T > | [inline] |
operator-=(const Image< T2 > &A) | Image< T > | [inline] |
operator/(const T2 &val) const | Image< T > | [inline] |
operator/(const Image< T2 > &img) const | Image< T > | [inline] |
operator/=(const T &val) | Image< T > | [inline] |
operator/=(const Image< T2 > &A) | Image< T > | [inline] |
operator<<(const unsigned int nbits) const | Image< T > | [inline] |
operator<<=(const unsigned int nbits) | Image< T > | [inline] |
operator=(const Image< T > &img) | Jet< T > | [inline] |
operator=(const Image< TT > &img) | Jet< T > | [inline] |
Image::operator=(const Image< T2 > &A) | Image< T > | [inline] |
operator==(const Image< T > &that) const | Image< T > | [inline] |
operator>>(const unsigned int nbits) const | Image< T > | [inline] |
operator>>=(const unsigned int nbits) | Image< T > | [inline] |
operator[](const int index) | Image< T > | [inline] |
operator[](const int index) const | Image< T > | [inline] |
operator[](const Point2D< int > &p) | Image< T > | [inline] |
operator[](const Point2D< int > &p) const | Image< T > | [inline] |
operator|=(const Image< T2 > &A) | Image< T > | [inline] |
rectangleOk(const Rectangle &rect) const | Image< T > | [inline] |
refCount() const | Image< T > | [inline] |
resize(const Dims &dims, const bool clear=false) | Image< T > | [inline] |
resize(const int width, const int height, const bool clear=false) | Image< T > | [inline] |
setVal(const T &val, const VisualFeature f, const VisualFeatureType t,...) | Jet< T > | [inline] |
setVal(const int idx, const T &val) | Jet< T > | [inline] |
Image::setVal(const int index, const T2 &value) | Image< T > | [inline] |
Image::setVal(const int x, const int y, const T2 &value) | Image< T > | [inline] |
Image::setVal(const Point2D< int > &p, const T2 &value) | Image< T > | [inline] |
setValV(const T &val, const VisualFeature f, const VisualFeatureType t, const std::vector< int > &v) | Jet< T > | [inline] |
size() const | Image< T > | [inline] |
swap(Image< T > &other) | Image< T > | [inline] |
~Image() | Image< T > | [inline] |
~Jet() | Jet< T > | [inline] |