#include <pol_scene.h>
Inheritance diagram for mimas::pol_scene:


Public Member Functions | |
| pol_scene () | |
| void | createFromImageFile (const char *fn) |
| create the scene representation from the image file given | |
| void | createFromImage (image< int > &im) |
| create the scene rep from the image given | |
| void | createFromLines (line_ptr_list &scene_lines, int, int) |
| create the scene rep from the set of straight lines given | |
| pol_match_ptr_list | getMatches (pol_model &m) |
| Find the given model in the scene and return a list of matches. | |
| pol_match_ptr_list | fastFind (pol_model &m, image< int > &im) |
for now, organised as being distinct from the model class. search for models in the scene.
stumeikle Sun 27 Oct 2002 23:52:15 CET
Definition at line 25 of file pol_scene.h.
| mimas::pol_scene::pol_scene | ( | ) | [inline] |
Definition at line 37 of file pol_scene.h.
| void mimas::pol_scene::createFromImageFile | ( | const char * | fn | ) |
create the scene representation from the image file given
create the scene rep from the image given
| void mimas::pol_scene::createFromLines | ( | line_ptr_list & | scene_lines, | |
| int | , | |||
| int | ||||
| ) |
create the scene rep from the set of straight lines given
| pol_match_ptr_list mimas::pol_scene::getMatches | ( | pol_model & | m | ) |
Find the given model in the scene and return a list of matches.
| pol_match_ptr_list mimas::pol_scene::fastFind | ( | pol_model & | m, | |
| image< int > & | im | |||
| ) |