APImage Class Reference
#include <APImage.h>
List of all members.
|
Public Member Functions |
| | APImage (string p) |
| void | convolute (int *kernel, int dim1, int dim2, double scale) |
| string | getPath () |
| int | getWidth () |
| int | getWidthBW () |
| int | getHeight () |
| int | getHeightBW () |
| int | getPixel (int x, int y) |
| int | getIntegralPixel (int x, int y) |
| void | scale (double factor) |
| APImage * | getCopy () |
| void | drawCircle (int x, int y, int radius) |
| void | drawLine (int x1, int y1, int x2, int y2) |
| void | drawRectangle (int x, int y, int radius) |
| void | smooth () |
| void | integrate () |
| | Calculates the integral image.
|
| int | getRegionSum (int x1, int y1, int x2, int y2) |
| bool | open () |
| void | show () |
| void | test () |
| template<class SrcIterator, class SrcAccessor, class BackInsertable> |
| void | _cannyEdgelList1 (vigra::triple< SrcIterator, SrcIterator, SrcAccessor > src, BackInsertable &edgels, double scale, vector< int > *p) |
Public Attributes |
| vigra::BImage * | imgBW |
Constructor & Destructor Documentation
| APImage::APImage |
( |
string |
p |
) |
|
|
Member Function Documentation
|
template<class SrcIterator, class SrcAccessor, class BackInsertable> |
| void APImage::_cannyEdgelList1 |
( |
vigra::triple< SrcIterator, SrcIterator, SrcAccessor > |
src, |
|
|
BackInsertable & |
edgels, |
|
|
double |
scale, |
|
|
vector< int > * |
p |
|
) |
|
|
| void APImage::convolute |
( |
int * |
kernel, |
|
|
int |
dim1, |
|
|
int |
dim2, |
|
|
double |
scale |
|
) |
|
|
| void APImage::drawCircle |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
radius |
|
) |
|
|
| void APImage::drawLine |
( |
int |
x1, |
|
|
int |
y1, |
|
|
int |
x2, |
|
|
int |
y2 |
|
) |
|
|
| void APImage::drawRectangle |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
radius |
|
) |
|
|
| int APImage::getHeight |
( |
|
) |
|
|
| int APImage::getHeightBW |
( |
|
) |
|
|
| int APImage::getIntegralPixel |
( |
int |
x, |
|
|
int |
y |
|
) |
|
|
| string APImage::getPath |
( |
|
) |
|
|
| int APImage::getPixel |
( |
int |
x, |
|
|
int |
y |
|
) |
|
|
| int APImage::getRegionSum |
( |
int |
x1, |
|
|
int |
y1, |
|
|
int |
x2, |
|
|
int |
y2 |
|
) |
|
|
| int APImage::getWidth |
( |
|
) |
|
|
| int APImage::getWidthBW |
( |
|
) |
|
|
| void APImage::integrate |
( |
|
) |
|
|
|
|
Calculates the integral image.
|
| void APImage::scale |
( |
double |
factor |
) |
|
|
Member Data Documentation
The documentation for this class was generated from the following files: