File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,10 @@ The source code contains the following:
2626* [ ` build_scripts/ ` ] ( ./build_scripts ) - Helper scripts for installing dependencies
2727* [ ` cmake/ ` ] ( ./cmake ) - CMake modules for locating dependencies (e.g., ` libraw ` )
2828* [ ` config/ ` ] ( ./config ) - CMake configuration files
29- * [ ` data /` ] ( ./data ) - Data files containing camera sensitivity, light source, color matching function and 190 training patch data
29+ * [ ` docs /` ] ( ./docs ) - Credits and changes information
3030* [ ` include/ ` ] ( ./include ) - Public header files for the ` rawtoaces ` library
31- * [ ` src/ ` ] ( ./src ) - Source code for ` rawtoaces ` utilities and IDT implementation
31+ * [ ` src/ ` ] ( ./src ) - Source code for the core library, utility library, and the command line tool
3232* [ ` unittest/ ` ] ( ./unittest ) - Unit tests for ` rawtoaces `
33- * [ ` main.cpp ` ] ( ./src/rawtoaces/main.cpp ) - C++ source file for call routines to process images
3433
3534## Prerequisites
3635
You can’t perform that action at this time.
0 commit comments