I\'m using the following code to convert the matofbyte to base64
Mat img = Imgcodecs.imread(paths.GetValue(0).ToString()); MatOfByte vect = new MatOfByte(); Im