[software page] [Japanese]
Training dataset for the app supporting color mixing
Install
  1. Install Microsoft Visual C++ Redistributable for Visual Studio 2022 (x64).
  2. Download the file and unzip it.
  3. See examples of how to use this software.
Syntax
TDFTASCM.exe <ratio.csv> <rows.png> <cols.png> <video.*> [interval] [bases.csv] [targets.csv] [mixings.csv]
Parameters
ParameterDescription
<ratio.csv>Required. Specify the path to the CSV file listing the pairs of RGB values of the mark and the mixing ratio of the pigment.
<rows.png>Required. Specifies the path to the PNG file where each ROW has the same mark.
<cols.png>Required. Specifies the path to the PNG file where each COLUMN has the same mark.
<video.*>Required. Specifies the path to the video file recording the table of mixed pigments.
[interval]Specifies the interval in video frames sampling pigments, which is 1000 without specification.
[bases.csv]Specify the path to the CSV file listing the sampled base colors, which is "bases.csv" without specification.
[targets.csv]Specify the path to the CSV file listing the sampled target colors, which is "targets.csv" without specification.
[mixings.csv] Specify the path to the CSV file listing the mixing ratios, which is "mixings.csv" without specification.
Examples
TDFTASCM.exe ratio.csv rows.png cols.png video.mov
TDFTASCM.exe ratio.csv rows.png cols.png video.mp4 100 bases-100.csv targets-100.csv mixings-100.csv
License
Please don't use it for commercial purposes. The software is licensed under the 3-clause BSD License. The third party libraries are redistributed with the software, and their terms of the license are shown here.