AlbertoCenzato / Autoport

1 stars 0 forks source link

IPPAnalysis #3

Open AlbertoCenzato opened 7 years ago

AlbertoCenzato commented 7 years ago

Add a new class IPPAnalysis (Image Pattern Position Analysis) which evaluate method looks like this: evaluate() { imageAnalysis.evaluate(); patternAnalysis.evaluate(); positionEstimation.evaluate(); }

AlbertoCenzato commented 7 years ago

Almost done

AlbertoCenzato commented 7 years ago

Class added. Now it has to be used in its own thread.