CSV file read in C++
- Read the CSV file and save it to cv::Mat data type.
- This code only works in the following specific cases:
- CSV file formation ( any row * 4 column )
Sample.csv =
1, 2, 3, 4
5, 6, 7, 8
9, 10, 11, 12
13, 14, 15, 16
17, 18, 19, 20
- Windows 10 Enterprise
- Visual Studio 2013
- OpenCV 2.4.13