diff options
author | Justyna Ilczuk <justyna.ilczuk@gmail.com> | 2013-02-15 22:31:35 +0100 |
---|---|---|
committer | Justyna Ilczuk <justyna.ilczuk@gmail.com> | 2013-02-15 22:31:35 +0100 |
commit | e8344b523e88455045db6af25d9932b4061777de (patch) | |
tree | 99560f2186b3957ae788219e91496ed834aa0ced | |
parent | 849d414822e7ce3756ee881625d9132aa0dba300 (diff) | |
download | cookie_cutter-master.tar.gz cookie_cutter-master.tar.bz2 cookie_cutter-master.tar.xz cookie_cutter-master.zip |
-rw-r--r-- | README.txt | 14 | ||||
-rw-r--r-- | README.txt~ | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -1 +1,15 @@ I started this project few months ago. Now I'm going to ressurect it. cookie_generator.py is a script I wrote then. I plan to use the same idea, but implement it in different way. + +Specification: +Input: +an image +how should it look like? +image or picture should be considerably simple and appriopriate, so generating cookie_cutter from it would be possible +Operations: +first - image preparation, smoothing, grey-scale, something like that +I would like to do some corner detection. I've already seen some nice code in a book about computer vision in python. +Processing points to parameters needed to generate openscad script. +Output: +openscad file, which would be a model of a cookie cutter + +Brilliant!
\ No newline at end of file diff --git a/README.txt~ b/README.txt~ index 8d1c8b6..700fc84 100644 --- a/README.txt~ +++ b/README.txt~ @@ -1 +1 @@ - +I started this project few months ago. Now I'm going to ressurect it. cookie_generator.py is a script I wrote then. I plan to use the same idea, but implement it in different way. |