image = | dicIntegration2dImg (inImg,inStdDev,theta) |
Differential Interference Contrast (DIC) line integration along a given orientation on 2d images.
This algorithm enhances objects from Differential Interference Contrast (DIC) like images. The idea is to reconstruct the objects from their gradient by accumulating the intensities along the gradient direction.
The figure below illustrates this principle:
The process is deomposed in to the following steps:
The highpass filters consist in the subtraction between the image and its blurred version
:
where is the result of the high-pass filter at position
and
is the image
blurred by a 1D Gaussian smoothing with a standard deviation InStdDev and an orientation of InTheta.
The following figrue shows a simple example of the kind of result expected the DIC integration filtering:
If the integration direction matches the opposite of the gradient orientation, objects will appear dark instead of bright:
Here is a example of result on a real image:
In practice, the blur may alter the result because the gradient do not cancel itself along the integration line. It can be caused by a difference between the integration direction and the actual gradient direction. It can generates linear artefact in the integration direction.
This effect can be removed by oriented morphological operation or an oriented VSNR.
Finally, keep in mind that the result of the DIC filter does not allow to correctly segment the objects, because their shape is degraded, but it allows a good identification.