How to sort a 8-bit gray level image quickly by its gradient?
From: MingChieh (arcelab_at_ms89.url.com.tw)
Date: 06/30/04
- Next message: Michael Schöberl: "Re: How to sort a 8-bit gray level image quickly by its gradient?"
- Previous message: Michael Newberry: "Re: Calculating Variance in real-time"
- Next in thread: Michael Schöberl: "Re: How to sort a 8-bit gray level image quickly by its gradient?"
- Reply: Michael Schöberl: "Re: How to sort a 8-bit gray level image quickly by its gradient?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 30 Jun 2004 11:21:05 +0800
Dear all,
I have several 50x50 ~ 200x200 grayed level images and six cases for them:
1. normal: the image is so clear that no one can not find out the object.
2. too dark: the object is clear but the average of intensity of whole
image is too low.
3. too light: the object is clear but the average of intensity of whole
image is too high.
4. too blur: the difference of intensity between object and background is
too small.
5. too noise: there are some noise(s) in the image.
6. too broken: the shape of object is not completed enough, but people
still can find it.
Now my programe will receive a random image input and select a suitable
segmention method to analysis the image. In other words, I needs to sort
out those images and then use different method to process images. The
segmention methods have been specified already, so that I don't have to pay
any more attenion on them. How to classify images becomes the most
important point of my current job.
The first step I thought is calculating the standard variation of intensity.
But it is too slow.
Please give me some comments about it. No matter it is shown by thr form of
code or algorithm.
Thanks for any input.
Best Regards,
MingChieh,
2004/06/30
- Next message: Michael Schöberl: "Re: How to sort a 8-bit gray level image quickly by its gradient?"
- Previous message: Michael Newberry: "Re: Calculating Variance in real-time"
- Next in thread: Michael Schöberl: "Re: How to sort a 8-bit gray level image quickly by its gradient?"
- Reply: Michael Schöberl: "Re: How to sort a 8-bit gray level image quickly by its gradient?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|