some specification and stuff

master
Justyna Ilczuk 2013-02-15 22:31:35 +01:00
parent 849d414822
commit e8344b523e
2 changed files with 15 additions and 1 deletions

View File

@ -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!

View File

@ -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.