About
  1. | API Documentation
  2. | Common
  3. | visualization
  4. | ViewCorrespondence

ViewCorrespondence

Defined in <visualization/opencv_viz.h>

Allows the user to view the point correspondence across images. Again, no guarantee this works. It is there for historical reasons.


void ViewCorrespondence(const std::vector<std::vector<SmtPixel>> & iPixelsForEachCam, std::vector<SmtImage> iCamImages, const std::string & iTitle)
(1)
void ViewCorrespondence(const std::vector<SmtPixel> & iFixedPixels, const std::vector<SmtPixel> & iPixelForSpecificCam, SmtImage iFixedImage, SmtImage iImageForCam, const std::string & iTitle)
(2)
  1. __MISSING__
    Parameters:
    • const std::vector<std::vector<SmtPixel>> & iPixelsForEachCam
    • std::vector<SmtImage> iCamImages
    • const std::string & iTitle
  2. __MISSING__
    Parameters:
    • const std::vector<SmtPixel> & iFixedPixels
    • const std::vector<SmtPixel> & iPixelForSpecificCam
    • SmtImage iFixedImage
    • SmtImage iImageForCam
    • const std::string & iTitle

SnakeStrike — An program for high-speed multi-camera data collection and triangulation.

Page owner(s): gwjensen  Last updated: 2020-09-28 07:40:17 +0000