About
  1. | API Documentation
  2. | Common
  3. | image
  4. | SmtImage
  5. | SmtImage

SmtImage

Defined in <image/SmtImage.h>


SmtImage(const std::string iLocation, const int iCam, const int iTimestep, const cv::Mat & iImage, const bool iRGB)
(1)
SmtImage(const SmtImage & iFrom, const cv::Mat & iNew, const bool iRGB)
(2)
SmtImage(const SmtImage & iFrom)
(3)
SmtImage(const std::string iLocation, const int iCam, const int iTimestep)
(4)
  1. Loads the image from a file.
    Parameters:
    • const std::string iLocation
    • const int iCam
    • const int iTimestep
    • const cv::Mat & iImage
    • const bool iRGB
  2. Copies the attributes from iFrom while assigning the pixels of iNew to the object. iRGB is important as we can't check the encoding of the image after the fact.
    Parameters:
    • const SmtImage & iFrom
    • const cv::Mat & iNew
    • const bool iRGB

  3. Parameters:
    • const SmtImage & iFrom
  4. Load image from file.
    Parameters:
    • const std::string iLocation
    • const int iCam
    • const int iTimestep

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