|
|
|
@ -132,7 +132,7 @@ public: |
|
|
|
|
/**
|
|
|
|
|
* @param y position y on image |
|
|
|
|
* @param x position x on image |
|
|
|
|
* @param ori orientation on image (0->360) |
|
|
|
|
* @param orientation orientation on image (0->360) |
|
|
|
|
* @param descriptor supplied array for descriptor storage |
|
|
|
|
*/ |
|
|
|
|
virtual void GetDescriptor( double y, double x, int orientation, float* descriptor ) const; |
|
|
|
@ -140,7 +140,7 @@ public: |
|
|
|
|
/**
|
|
|
|
|
* @param y position y on image |
|
|
|
|
* @param x position x on image |
|
|
|
|
* @param ori orientation on image (0->360) |
|
|
|
|
* @param orientation orientation on image (0->360) |
|
|
|
|
* @param descriptor supplied array for descriptor storage |
|
|
|
|
* @param H homography matrix for warped grid |
|
|
|
|
*/ |
|
|
|
@ -149,7 +149,7 @@ public: |
|
|
|
|
/**
|
|
|
|
|
* @param y position y on image |
|
|
|
|
* @param x position x on image |
|
|
|
|
* @param ori orientation on image (0->360) |
|
|
|
|
* @param orientation orientation on image (0->360) |
|
|
|
|
* @param descriptor supplied array for descriptor storage |
|
|
|
|
*/ |
|
|
|
|
virtual void GetUnnormalizedDescriptor( double y, double x, int orientation, float* descriptor ) const; |
|
|
|
@ -157,7 +157,7 @@ public: |
|
|
|
|
/**
|
|
|
|
|
* @param y position y on image |
|
|
|
|
* @param x position x on image |
|
|
|
|
* @param ori orientation on image (0->360) |
|
|
|
|
* @param orientation orientation on image (0->360) |
|
|
|
|
* @param descriptor supplied array for descriptor storage |
|
|
|
|
* @param H homography matrix for warped grid |
|
|
|
|
*/ |
|
|
|
|