Skip to content

hschoi0705/CSVFileRead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSV File Read in C++

CSV file read in C++

Introduction

  • 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

Environments

  • Windows 10 Enterprise
  • Visual Studio 2013
  • OpenCV 2.4.13

About

CSV file read in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages