how to insert image in simulated annealing coding for image optimization
古いコメントを表示
I got anneal.m source code from net.I am trying to take 2D image as input & by simulated annealing technique optimize that image. so please can any one tell me the procedure to do that....... thanking you
回答 (1 件)
Walter Roberson
2011 年 9 月 14 日
0 投票
What does it mean to you to "optimize that image" ?
8 件のコメント
Sean de Wolski
2011 年 9 月 14 日
Hmmm, that's a very interesting question you propose, Walter.
I would think that an optimized image is one that can tell you as much information as you could possibly need in the smallest size, largest sampling density, and lowest bit depth.
Sean de Wolski
2011 年 9 月 14 日
smallest sampling density*
prajyot ambike
2011 年 9 月 14 日
Walter Roberson
2011 年 9 月 14 日
Sean's suggestion refers to "as much information as you could possibly need", so the question then becomes: for _your_ purposes, what information do you need from the image?
I would also ask: is Sean's criteria really what you want? Or do you instead want to compress the image to the smallest possible size while still retaining the features of the image that are of relevance to you? If so, then again we would need to know what parts of it would be of relevance to _your_ purposes.
prajyot ambike
2011 年 9 月 15 日
Walter Roberson
2011 年 9 月 15 日
Sorry, Prajyot, but I still get the impression that you have no clue what you are doing, and are still waiting for someone to tell you *some* meaningful way that you can apply the tool "simulated annealing" to the field of "image processing".
You have an image as input. What exactly do you want as output? A series of measurements? A new image? What exactly is to be measured, and what exactly is allowed to be changed for the goal of "optimizing" the measurements?
prajyot ambike
2011 年 9 月 22 日
Walter Roberson
2011 年 9 月 22 日
What *kind* of blur? Motion blur would be handled differently than gaussian blur, for example.
Is this an "image sharpening"? If so, see
http://www.mathworks.com/matlabcentral/newsreader/view_thread/66415
http://www.mathworks.com/help/toolbox/images/ref/fspecial.html#bqkft1z
http://www.mathworks.com/help/toolbox/vision/ug/f15164.html
カテゴリ
ヘルプ センター および File Exchange で Simulated Annealing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!