some literature attenuation methods: BM4D (Maggi-
oni et al., 2013), 3D median filter (Jiang and Crookes,
2006) and ellipsoid (Yang et al., 2008).
Each individual of the population corresponds to
an image initially restored by one of these three met-
hods and the others individuals of the population are
created through the application of different mutation
operators in the initial image. HGA3D evolves the
entire population during a determined amount of time
and at the end the best individual is returned as the
restored image.
The hypothesis of the work is that the proposed
genetic algorithm model be able to find quality so-
lutions when compared to other methods present in
the literature for the smoothing of artifacts in DICOM
images.
Thus, the article starts with the state of the art, a
review of evaluation methods used, explains the met-
hodology, it is made to exhibition of results and a dis-
cussion of the results.
2 STATE OF ART
Different solution methods for the noise attenuation
problem were proposed. The BM4D (Maggioni et al.,
2013) method for example, use sliding voxels cubes in
a first stage for the stacking of similar cubes, in a se-
cond phase each cube is filtered by a Wiener type filter
(Gonzalez and Woods, 2006). At the end, the image
is reconstructed using adaptive weights for each cube
added in its original position.
The proposed BM4D algorithm proved to be ef-
fective for gaussians noise and its performance is re-
markable in PSNR statistics generated during the aut-
hor’s tests.
Approaches based on the 3D median filter (Jiang
and Crookes, 2006) were also suggested. Widely ap-
plied in images processing, this filter is known for
its edge conservation nature. The filter demonstrated
in this paper uses a median calculation of a window
with sliding mask size NxNxN voxels. Results de-
monstrate its efficiency for removal of splashes in 3D
medical images, in addition to having low computati-
onal cost.
In addition to the previously cited methods, there
is also the ellipsoidal filter (Yang et al., 2008). In this
paper the author proposes a three-dimensional me-
dian filtering method and then an adaptive ellipsoidal
Gaussian filtering method for local preservation of the
image characteristics. According to the research the
filter is ideal in the meaning it reduces the magnitude
spatial of the high frequency in an image.
There are also methods based on genetic algo-
rithm of great relevance currently, as the hybrid ge-
netic algorithm for noises suppression in images pro-
posed in Paiva’s thesis (Paiva, 2016). It is proposed
the combination of a genetic algorithm with various
algorithms for the removal of artifacts from images
found in the literature.
The HGA was tested on images corrupted by a
gaussian additive noise with different levels of stan-
dard deviation. At the end of the work, the effective-
ness of the proposed method is demonstrated by me-
ans of statistical and visual data, showing better re-
sults in several cases in relation to literature methods.
In addition to all the methods already mentioned
above, a search was made in the literature for other ap-
proaches of great current impact in the research area,
for this was considered the google scholar metrics op-
tion. Initially a work was used available in ’IEEE
Transactions on Image Processing’ whose index is
the same.
In the work proposed in (Moore and Lopes, 1999)
is proposed a general methodology to create and op-
timize a wide group of algorithms for the destruction
of a mixed artifact between poisson noise and gaus-
sian noise. To remove of the artifact is demonstrated,
an algorithm denominated PURE-LET where in par-
ticular the best results are obtained. With the tests in
images and posteriorly the comparison between this
proposed method and other competing methods it is
verified the effectiveness of the restoration of several
textures present in the image.
In (Danielyan et al., 2012) is proposed an analy-
sis and synthesis for the family of BM3D algorithms
aiming to develop new iterative algorithms of deblu-
ring. The BM3D is a non-local modeling technique
based on adaptive models, it is divided into three steps
where initially, similar image blocks are collected in
groups, then the obtained groups spectra are filtered,
and lastly the filtered spectra are inverted providing
estimates of blocks that were returned to their original
positions and finally occurs the image recostruction.
Based on the researchs carried out and described,
a genetic algorithm based on BM4D, 3D median and
ellipsoid was developed.
3 METRIC METHODS OF
EVALUATION
The image filtering search aims to reduce the num-
ber of artifacts to represent an image, removing the
noises, as much as possible. The ideal is to get the
resulting image it’s close to the original image. One
of the ways to quantify is given by the measurement
New Bioinspired Filter of DICOM Images
259