summaryrefslogtreecommitdiff
path: root/rspl/rspl_imp.h
diff options
context:
space:
mode:
Diffstat (limited to 'rspl/rspl_imp.h')
-rw-r--r--rspl/rspl_imp.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/rspl/rspl_imp.h b/rspl/rspl_imp.h
new file mode 100644
index 0000000..0cd8805
--- /dev/null
+++ b/rspl/rspl_imp.h
@@ -0,0 +1,27 @@
+
+/*
+ * Argyll Color Correction System
+ * Multi-dimensional regularized spline
+ * Implementation header.
+ *
+ * Author: Graeme W. Gill
+ * Date: 28/9/96
+ *
+ * Copyright 1996, Graeme W. Gill
+ * All rights reserved.
+ *
+ * This material is licenced under the GNU AFFERO GENERAL PUBLIC LICENSE Version 3 :-
+ * see the License.txt file for licencing details.
+ */
+
+#include "rspl.h"
+
+#ifndef RSPL_IMP_H
+
+/* These three factors controll how the monotonic stuff behaves. */
+#define MCINC 0.05 /* The tollerance for detecting non-monoticity */
+#define BALLEV 0.8 /* Balance level of adjusted points */
+#define RADF 0.01 /* Radius factor of nme influence */
+
+#define RSPL_IMP_H
+#endif /* RSPL_IMP_H */