electromagnetism
显示 更早的评论
I have 1000 images ,i have to apply electromagnetism algorithm ,to choose some clarity images,can anyone tell how to start please,because i have no idea about electromagnetism,my image consists of clarity and blurred,
5 个评论
David Young
2011-12-13
This sounds interesting, and it may be possible to help, but you'll need to give some more information please. I've not heard of the electromagnetism algorithm for image processing. Why do you have to use it, and do you have any more information about it, such as a publication reference? What kind of images are you processing? Is the aim to distinguish clear images from blurred ones?
kash
2011-12-13
David Young
2011-12-14
Do you have any information at all about the electromagnetism algorithm? You must have got the name from somewhere.
For the clear/blurred image problem, do you need to use the electromagnetism algorithm for it, or are you interested in general approaches?
For the feature selection problem, what do you mean by "best feature"? What makes a feature better than another?
kash
2011-12-15
David Young
2011-12-15
Thank you for the links. Now I know what the electromagnetism-like algorithm is. The problem is that I cannot see how to apply it to image analysis. Could you get more advice on this from your advisor, or whoever proposed that you should use this algorithm for these tasks?
Writing an implementation of the electromagnetism-like algorithm shouldn't be too hard in itself, but for MATLAB Answers you will need to make a start yourself and then ask about specific problems you find.
回答(1 个)
David Young
2011-12-14
0 个投票
To distinguish blurred and sharp images, you could use a standard measure of blur, such as this one.
4 个评论
kash
2011-12-15
David Young
2011-12-15
Do you mean finding good features using the electromagnetism-like algorithm? If so, I'm sorry, but I'm not sure how you'd do that - there are lots of choices to make, not least what the objective function should be. Unless there's already some work that addresses this, it's quite a big project and beyond what I can tackle here.
Maybe someone else has some thoughts?
kash
2011-12-16
David Young
2011-12-16
For finding good features? Well, yes, there's a vast literature. I guess I'd start by checking out features like SIFT and SURF - Google these or look on Wikipedia and you'll find descriptions, and you'll also find MATLAB implementations you can download.
类别
在 帮助中心 和 File Exchange 中查找有关 Image Processing and Computer Vision 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!