Creating synthetic images with controlled properties?

6 ビュー (過去 30 日間)
Mario Trevino
Mario Trevino 2013 年 12 月 5 日
コメント済み: Mario Trevino 2013 年 12 月 13 日
Hi everyone, Im trying to find out if there is a clever way to mathematically generate a set of different images with some key statistical properties fixed. For example: create a set of b&w images with same average spatial frequency content, same average luminance, but different structure.....
any ideas? any cool references about this? thanks!
Mario

採用された回答

Image Analyst
Image Analyst 2013 年 12 月 5 日
Well here's one demo where I do something like that to generate clouds. Attached below in blue.
But your question is very vague. What is average spatial frequency exactly? A given spatial frequency pattern is the fft and inversing that will give you an image. If you change the fft you get a different image. So what does average mean in that case?
I've seen methods where people lay down random dots and then do morphological operations on them to get different worm-like looking images, but I don't know where any source code for that is. So it really depends on what you want to achieve. What do you want your images to look like?
  3 件のコメント
Image Analyst
Image Analyst 2013 年 12 月 5 日
Mario Trevino
Mario Trevino 2013 年 12 月 13 日
thanks!

サインインしてコメントする。

その他の回答 (1 件)

Walter Roberson
Walter Roberson 2013 年 12 月 5 日
Some of those are trivial.
For example for the average luminance one, decide what average luminance you would like to use. Then generate random images. For each image, brighten (or darken) the image until the resulting average luminance matches the desired value. This is a completely linear transformation (unless you end up saturating a pixel): if pixel #1 needs to be multiplied by 1.6429 to be bright enough, then pixel 2 would be multiplied by exactly the same thing. Constant ultiplication factor: target_luminance / actual_average_luminance

カテゴリ

Help Center および File ExchangeRead, Write, and Modify Image についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by