NVImage Struct Reference

Public Attributes

int slotId = -1
 id of the slot where image is stored
 
std::string path = ""
 image path
 
size_t width = 0
 image width (in pixels)
 
size_t height = 0
 image height (in pixels)
 
std::string md5 = ""
 image MD5
 
std::string md5Base64 = ""
 MD5 of Base64 image conversion.