|
Video Processing Framework
|
#include <Img_MatchImg3.h>
Public Member Functions | |
| MatchImg3 (const AbstractData *parent=NULL, const SimpleData *parameters=NULL) | |
| virtual | ~MatchImg3 () |
| virtual MatchImg3 * | duplicate () |
| virtual int | processFrame () |
| virtual int | allocateResults () |
Static Public Member Functions | |
| static int | runTest (int testCase=0, const char *filen=NULL, void *params=NULL) |
| Testna metoda, alocira objekt in pozene vse na default podatkih. | |
| static int | testLocation () |
Public Attributes | |
| IPLImage * | modelImage |
| Modelna slika. | |
| IPLImage * | sceneImage |
| Scenska slika. | |
| IPLImage * | outHomographyImg |
| Slika homografije modelne slike na scenski. | |
| IPLImage * | outPairsImg |
| Vizualizacija izbrane tocke modela, mozni pari ter predvidena lokacija. | |
| TDSurfPairs * | outPairs |
| Seznam koncnih parov urejenih po ujemanju okolic. | |
| TDRect * | outPoints |
| Seznam koncnih tock za posamezni par (x,y - ptOrig.x, ptOrig.y ...... width,height - ptDest.x, ptDest.y ) | |
| int | outHomographyFound |
| Ce je bila prepoznana homografija. | |
| std::string | cuPtModelFn |
| Pot do rocno oznacenih tock modela. | |
| std::string | cuPtSceneFn |
| Pot do rocno oznacenih tock scene. | |
| MatchImg3::MatchImg3 | ( | const AbstractData * | parent = NULL, |
| const SimpleData * | parameters = NULL |
||
| ) |
| MatchImg3::~MatchImg3 | ( | ) | [virtual] |
| int MatchImg3::allocateResults | ( | ) | [virtual] |
Reimplemented from AbstractProcessing.
| virtual MatchImg3* MatchImg3::duplicate | ( | ) | [inline, virtual] |
Reimplemented from AbstractProcessing.
| int MatchImg3::processFrame | ( | ) | [virtual] |
Reimplemented from AbstractProcessing.
| int MatchImg3::runTest | ( | int | testCase = 0, |
| const char * | filen = NULL, |
||
| void * | params = NULL |
||
| ) | [static] |
Testna metoda, alocira objekt in pozene vse na default podatkih.
| int MatchImg3::testLocation | ( | ) | [static] |
| std::string MatchImg3::cuPtModelFn |
Pot do rocno oznacenih tock modela.
| std::string MatchImg3::cuPtSceneFn |
Pot do rocno oznacenih tock scene.
Modelna slika.
Ce je bila prepoznana homografija.
Slika homografije modelne slike na scenski.
Seznam koncnih parov urejenih po ujemanju okolic.
Vizualizacija izbrane tocke modela, mozni pari ter predvidena lokacija.
Seznam koncnih tock za posamezni par (x,y - ptOrig.x, ptOrig.y ...... width,height - ptDest.x, ptDest.y )
Scenska slika.