The line is represented by the equation x * cos(theta) + y * sin(theta) = rho
Public Member Functions | |
Line (float rho_, float costheta_, float sintheta_) | |
Line () | |
int | getYforX (int x) const |
void | updateVote (int x, int y, int s) |
int | getDistFromBoundingBox (int x, int y) |
Public Attributes | |
int | minx |
int | miny |
int | maxx |
int | maxy |
int | N |
float | rho |
float | cos_theta |
float | sin_theta |
int | strength |
w2img::HoughLineFinder::Line::Line | ( | float | rho_, | |
float | costheta_, | |||
float | sintheta_ | |||
) | [inline] |
w2img::HoughLineFinder::Line::Line | ( | ) | [inline] |
int w2img::HoughLineFinder::Line::getDistFromBoundingBox | ( | int | x, | |
int | y | |||
) | [inline] |
int w2img::HoughLineFinder::Line::getYforX | ( | int | x | ) | const [inline] |
void w2img::HoughLineFinder::Line::updateVote | ( | int | x, | |
int | y, | |||
int | s | |||
) | [inline] |