PGMImg Member List
This is the complete list of members for
PGMImg, including all inherited members.
base | PGMImg | [private] |
cropImage(int startx, int starty, int endx, int endy, unsigned char color) | PGMImg | |
doubleSize(double s, unsigned char color) | PGMImg | |
drawKeypoint(keypoint *key) | PGMImg | |
drawKeypoints(std::vector< keypoint * > keys) | PGMImg | |
drawLine(int x1, int y1, int x2, int y2, unsigned char color) | PGMImg | |
filename | PGMImg | [private] |
fromFile(std::string imageFilename) | PGMImg | |
getHeight() | PGMImg | |
getPixel(int x, int y) | PGMImg | |
getWidth() | PGMImg | |
halfSize(double s, unsigned char color) | PGMImg | |
height | PGMImg | [private] |
id | PGMImg | |
operator=(const PGMImg &) | PGMImg | [private] |
PGMImg() | PGMImg | |
PGMImg(PGMImg *img1, PGMImg *img2, std::vector< keypointPair * > *matches) | PGMImg | |
PGMImg(const PGMImg &) | PGMImg | [private] |
pixels | PGMImg | [private] |
rotate(double s, unsigned char color) | PGMImg | |
setPixel(int x, int y, unsigned char color) | PGMImg | [private] |
toFile(std::string imageFilename) | PGMImg | |
translate(int x, int y, unsigned char color) | PGMImg | |
width | PGMImg | [private] |
~PGMImg() | PGMImg | |