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!