summaryrefslogtreecommitdiff
path: root/src/vision.h
AgeCommit message (Collapse)Author
2018-01-28Change core.hpp to opencv.hpp so that I can compile.Martin Miller
If you are using the hpc then you might need to revert this.
2017-07-03cc versionMiller
2017-04-11Acquire features will ignore new points near existing features.Martin Miller
2017-04-09warp source and reflection patchesMartin Miller
2017-04-08Add code to perform a guided measurement.Martin Miller
The Vision class can template match in a search region. The search region result is masked by an ellipse related to the S matrix of the feature.
2017-04-07Begin Vision class.Martin Miller
This class can display measurements and featuers and find new features. When complete it will also perform measurements.