Kaggle: Denoising Dirty Documents with MATLAB

版本 1.1.0.0 (1.9 KB) 作者: Matthew Eicholtz
Starter code for completing the Kaggle competition with MATLAB.
236.0 次下载
更新时间 2015/6/29

查看许可证

This file was created for folks who are interested in using MATLAB for the Kaggle data science competition called Denoising Dirty Documents. Specifically, it contains a useful function for converting image data into the required csv format for submission.

See the following link for more information about the competition, including submission file protocol:
https://www.kaggle.com/c/denoising-dirty-documents

The zip file contains:
1. im2csv.m -- a function that converts an input image into comma-separated value data. Optional parameters include the image ID (for this competition, the ID is equivalent to the image filename), the output filename (where to store the CSV data), and '-append' (whether to add the data to an existing file rather than creating a new file).

2. submission_raw.m -- a script that demonstrates the use of im2csv. Each image file in the test directory is read and individually converted to CSV data. When the first image is converted, an output file called raw.csv is created. For subsequent images, data is appended to this file.

引用格式

Matthew Eicholtz (2024). Kaggle: Denoising Dirty Documents with MATLAB (https://www.mathworks.com/matlabcentral/fileexchange/51812-kaggle-denoising-dirty-documents-with-matlab), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2014b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Import, Export, and Conversion 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.1.0.0

Updated description.

1.0.0.0