Skip to content

Commit

Permalink
add Contributors section to README and cleanup threshold.lisp header
Browse files Browse the repository at this point in the history
  • Loading branch information
slyrus committed Apr 28, 2011
1 parent 302c416 commit f5c3ecc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -268,3 +268,7 @@ expository example code into
Some examples of using opticl code can be found here:

[http://www.cyrusharmon.org/static/opticl-examples/opticl-examples.xhtml](http://www.cyrusharmon.org/static/opticl-examples/opticl-examples.xhtml)

# Contributors

Thanks to Ivan Chernetsky for contributing code thresholding grayscale images
6 changes: 4 additions & 2 deletions thresholding.lisp
@@ -1,5 +1,7 @@
;;; Originally written by Ivan Chernetsky in 2011.
;;; The below code is in the public domain.

;;;
;;; Thresholding code contributed buy Ivan Chernetsky in 2011.
;;; See COPYRIGHT file for details.

(in-package :opticl)

Expand Down

0 comments on commit f5c3ecc

Please sign in to comment.