Re: Need help with Edge Detection & Histogram Equalization



On May 18, 2:07 pm, ssk <sam.s.k...@xxxxxxxxx> wrote:
Hello group,

I am a programmer but not familiar with image processing.
My company has been developing x-ray management program.
We've been using a 3rd-party image processing library and implemented
with VB6.
But we need to implement a function that is not provided by the
library.

I uploaded the sample images that shows the function we want to
implement.http://www.playruby.com/xray.html

As you can see, the images after the process show edges clearly and
enhanced contrast.
Doctors can easily tell from the processed images if there's cavity or
not.
According to our research, we may use edge detection and histogram
equalization algorithms.
Noise reduction is also advised before edge detection.

My questions are:

What's the name of this function (effect)?
Do you agree at our research conclusion?
If so, can you point me to a good source code, example or reference?
If not, what algorithm do you think should be used?
If you have experience with this issue, please share your story with
us.

Thank you very much.

Sam

Looks like unsharpness masking to me. Basically, you subtract a
blurred (low pass filtered) version from the original image.
img_unsharp = image - frac*smooth(image);

Adjust the amount of smoothing and the frac (0..1) to give the desired
amount of edge enhancement.

Bob

.



Relevant Pages

  • Re: Pratt Figure of merit
    ... > I am studying on image processing especially edge detection. ... I would like to calculate "Pratt Figure of Merit" ...
    (comp.soft-sys.matlab)
  • Need help with Edge Detection & Histogram Equalization
    ... I am a programmer but not familiar with image processing. ... My company has been developing x-ray management program. ... I uploaded the sample images that shows the function we want to ... Noise reduction is also advised before edge detection. ...
    (sci.image.processing)
  • Re: Need help with Edge Detection & Histogram Equalization
    ... I am a programmer but not familiar with image processing. ... My company has been developing x-ray management program. ... I uploaded the sample images that shows the function we want to ... Noise reduction is also advised before edge detection. ...
    (sci.image.processing)
  • how to describe image using Fourier Descriptor
    ... i have a problem on image processing ... i have done the preprocessing of the image up to edge detection which is in binary image. ... can somebody help me on how to use fft2 to do describe an image then the next step is image matching? ...
    (comp.soft-sys.matlab)
  • image processing parameter and matlab capability
    ... I want to perform an object separation and shape ... the edge detection (I've tried with all parameters I know ... that matlab use, like canny, sobel, etc., and the pixel ...
    (comp.soft-sys.matlab)