|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LineDetector
EventFilters implement this interface when they detect a line in scene. The line is characterized by the normal form (rho,theta) where theta is the angle of the line and rho is the closest distance of the line from the origin. These coordinates are illustrated below. Note that rho can be positive or negative but theta is bound to (0,180). Theta is cut at 0 and 180 degrees and 0 and 180 degrees can both represent the same line with negated rho. Note also that theta is the angle of the normal to the line, not the angle of the line itself.
Method Summary | |
---|---|
float |
getRhoPixelsFiltered()
returns the filtered Hough line radius estimate - the closest distance from the middle of the chip image. |
float |
getThetaDegFiltered()
returns the filtered angle of the normal to the line. |
Method Detail |
---|
float getRhoPixelsFiltered()
float getThetaDegFiltered()
|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |