algorithmic modeling for Rhino
Hopefully this makes for a fun Monday morning coffee puzzle:
I am trying to partition a large data set coming out of the image sampler. Ideally, I could break the set into a number of subsets and pass them one by one to the next phase of the script.
I've tried creating subsets and partitioning the list, but when I pass the resulting chunk to a circle component, the resulting image is stripped or homogenous.
I'm guessing I'm misunderstanding a data/list manipulation step. Any help would be greatly appreciated!
Background:
I am resampling a small image to create an image the size of a large wall panel. The output from the image sampler is around 200,000 data points that are being converted to text. The characters are subsequently exploded into curves and turned into surfaces. Breaking the dataset into chunks will be necessary to prevent the script from crashing.
Tags:
Hi.
In my opinion, making a code to divide your 200,000 points into subset list is not a good idea because dealing with such a large chunk of point data & another calculations in any code is a nightmare.
If I were you, I'd rather divide your pumpkin image into small pieces first (Using photoshop..)and then, with small amount of points, make each tile with great patience.
Thanks for your reply! The JPEG is already divided into individual panels. The end result of the image sampling is text (think ASCII art), and breaking the images into tiles would create striping in the panels, so if possible, I'd like to limit it to one image per panel.
This is a text version with David Rutten's script fr "here".
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by