image composition algorithm

kikkler

New member
image composition algorithm

i want to implement the algorithm in which the computer generates an image made of many small independent images as a result to a base image (something along the lines of this) anyone have a link to an algorithm / knows the name of the trick so i can search for it? thanks​
 

vinney

Well-known member
אני לא בטוח שאפשר לייצר את זה

אלגוריתמית. יש סוג אחר של תמונות שמורכבות מהרבה תמונות מאוד קטנות, שכן אפשר, אבל שם כל תמונה קטנה, למעשה מהווה פיקסל בתמונה גדולה. אתה לוקח תמונה, מפרק אותה לריבועים קטנים, מחשב את עוצמת ההארה של כל ריבוע כזה (אני מניח שאפשר לעשות את זה עם ממוצעים, צריך לחשוב על אלגוריתם מתאים), ומוצא תמונה קטנה (בגודל הריבוע הקטן) עם אותה עוצמת הארה ושם שם. אני לא יודע אם יש שם מסוים ומהו לטריק כזה, האמת... אבל זה בשלוף, חכה אולי יבואו אנשים יותר מנוסים בגרפיקה ממוחשבת
 

kikkler

New member
yea the example is pretty bad

as it's obviously a photoshop work of some images composed one on top of the other with some opacity games. what you say is the naive algorithm, i'm looking for some improvements that will make the result look prettier ,when the num of images is small (matching boundaries for example, or taking the variance into account somehow, i dunno)​
 
למעלה