SlideShare a Scribd company logo
1 of 6
Download to read offline
International Journal of Trend in
International Open Access Journal
ISSN No: 2456
@ IJTSRD | Available Online @ www.ijtsrd.com
Compressing of Magnetic
Mahmut Ünver
Department of Computer Programming, Kırıkkale University,
ABSTRACT
One of the most important areas that use image
processing is the health sector. In order to detect some
diseases, the need to visualize a certain part of the
patient's body using medical imaging devices has
emerged. This field in the health sector is the
Radiology department. MR, Tomography, Ultrasound,
X-ray, Echocardiography. Because of the importance
of time in the health sector, GPU technologies are a
technology that should be used in hospitals. Medical
MRI images showed that the unused areas (NON
ROI) occupy a large area and this unnecessary area in
the image could reduce the image size significantly. In
this method developed with CUDA, the ROI (Region
of Interest) region within the Medical MR images is
determined by sending a 3X3 Kirsch filter matrix t
the CUDA cores, and the NON-ROI region is
extracted with CUDA from the image. It is then
compressed with a new compression method
developed. As a result of this method; The parallel
application with CUDA solves the problem 34 times
faster than the sequential application for each image,
while the compressed image takes up 90% less space
than the original image size; it takes 40% less space
than the compressed size of the original image.
Key Words: CUDA, Medical Image Processing,
Image Compression, Parallel Programming
1. INTRODUCTION
Image processing is used in many areas of daily life
and facilitates human life. With the image processing,
we are able to choose the smallest detail on the image,
match the objects with the image, count the objects,
detect the faulty productions and do things very
quickly.
The CPU is generally insufficient to be able to work
on the image and make quick calculations. At this
point, GPU technology has been developed which has
carried out its structure on image processing.
International Journal of Trend in Scientific Research and Development (IJTSRD)
International Open Access Journal | www.ijtsrd.com
ISSN No: 2456 - 6470 | Volume - 3 | Issue – 1 | Nov
www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec 2018
Compressing of Magnetic Resonance Images with Cuda
Mahmut Ünver1
, Atilla Ergüzen2
1
Lecturer, 2
Assistant Professor
f Computer Programming, Kırıkkale University, Kırıkkale, Turkey
One of the most important areas that use image
processing is the health sector. In order to detect some
diseases, the need to visualize a certain part of the
patient's body using medical imaging devices has
emerged. This field in the health sector is the
adiology department. MR, Tomography, Ultrasound,
ray, Echocardiography. Because of the importance
of time in the health sector, GPU technologies are a
technology that should be used in hospitals. Medical
MRI images showed that the unused areas (NON-
occupy a large area and this unnecessary area in
the image could reduce the image size significantly. In
this method developed with CUDA, the ROI (Region
of Interest) region within the Medical MR images is
determined by sending a 3X3 Kirsch filter matrix to
ROI region is
extracted with CUDA from the image. It is then
compressed with a new compression method
developed. As a result of this method; The parallel
application with CUDA solves the problem 34 times
tial application for each image,
while the compressed image takes up 90% less space
than the original image size; it takes 40% less space
than the compressed size of the original image.
CUDA, Medical Image Processing,
l Programming
Image processing is used in many areas of daily life
and facilitates human life. With the image processing,
we are able to choose the smallest detail on the image,
match the objects with the image, count the objects,
faulty productions and do things very
The CPU is generally insufficient to be able to work
on the image and make quick calculations. At this
point, GPU technology has been developed which has
carried out its structure on image processing.
Figure 1 CPU-GPU GFLOP / s compared to years
In 2006, NVIDIA introduced the CUDA GPU
programming platform. In 2008, Apple introduced the
OpenCL GPU programming platform. With CUDA,
only NVIDIA graphics cards can be developed, and
with OpenCL, all GPU systems can be developed.
With these developments, after the 2000s, the GPU
has improved its computational power by increasing it
every year [1]. Figure 1 shows the CPU
comparison based on memory bandwidth over the
years in Figure 2 on the basis of GFLOPS
(GigaFloating Point Operations per Second)
Figure2. Comparison of CPU
bandwidth by years
Research and Development (IJTSRD)
www.ijtsrd.com
1 | Nov – Dec 2018
Dec 2018 Page: 1140
ith Cuda
Kırıkkale, Turkey
GPU GFLOP / s compared to years
In 2006, NVIDIA introduced the CUDA GPU
programming platform. In 2008, Apple introduced the
OpenCL GPU programming platform. With CUDA,
only NVIDIA graphics cards can be developed, and
ems can be developed.
With these developments, after the 2000s, the GPU
has improved its computational power by increasing it
. Figure 1 shows the CPU-GPU
comparison based on memory bandwidth over the
years in Figure 2 on the basis of GFLOPS
(GigaFloating Point Operations per Second) [2,3].
2. Comparison of CPU-GPU memory
bandwidth by years
International Journal of Trend in Scientific Research
@ IJTSRD | Available Online @ www.ijtsrd.com
2. MATERIALS AND METHODS
GPU command sets are required to perform GPGPU
(General Purpose Computing) operations on the GPU.
This programming is called heterogeneous
programming. CUDA and OpenCL technologies are
used for GPU programming.
2.1 CUDA
CUDA (Compute Unified Device Architecture) is a
parallel computational architecture that enables
significant increases in computational performance by
using NVIDIA's GPU (Graphics Processing Unit)
capability in 2006. Image and video processing,
computational biology and chemistry, fluid dynamics,
computed tomography, seismic analysis, beam
monitoring can be performed with CUDA enabled
GPU [2, 3].
CUDA can only operate on the GPU. It cannot
directly access CPU and system resources. It simply
sends the CPU and CPU back to the main memory
and processing the data from the main memory
CUDA; It can run on Linux, Windows and MAC
OSX operating systems and support development in
C, C ++, Python, Fortran and C # languages.
2.2 OpenCL
OpenCL (Open Computing Language) is a platform
independent, open platform that was developed by
Apple in 2008, enabling both CPU and GPUs of
graphics card manufacturers such as NVIDIA a
ATI. OpenCL standards are developed to enable
portable, manufacturer and device independent
development across devices. OpenCL standards were
introduced by a consortium called Khronos. Apple,
Qualcomm, Intel, NVIDIA, AMD, Samsung are the
member companies of this consortium.
The main purpose of OpenCL is to use resources in
multi-core systems quickly and effectively. Since the
number of parallel operations will increase as the
number of cores increases, it will be necessary to
manage these processes dynamically. OpenCL has
been able to overcome this problem by constantly
improving itself.
OpenCL allows developers to develop with C
language (OpenCL C). There are differences
according to classical C language. Function markers,
recursion, variable-length arrays are removed, global,
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456
www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec 2018
GPU command sets are required to perform GPGPU
(General Purpose Computing) operations on the GPU.
ed heterogeneous
programming. CUDA and OpenCL technologies are
CUDA (Compute Unified Device Architecture) is a
parallel computational architecture that enables
significant increases in computational performance by
NVIDIA's GPU (Graphics Processing Unit)
capability in 2006. Image and video processing,
computational biology and chemistry, fluid dynamics,
computed tomography, seismic analysis, beam
monitoring can be performed with CUDA enabled
operate on the GPU. It cannot
directly access CPU and system resources. It simply
sends the CPU and CPU back to the main memory
and processing the data from the main memory [2,3].
CUDA; It can run on Linux, Windows and MAC
rt development in
C, C ++, Python, Fortran and C # languages.
OpenCL (Open Computing Language) is a platform-
independent, open platform that was developed by
Apple in 2008, enabling both CPU and GPUs of
graphics card manufacturers such as NVIDIA and
ATI. OpenCL standards are developed to enable
portable, manufacturer and device independent
development across devices. OpenCL standards were
introduced by a consortium called Khronos. Apple,
Qualcomm, Intel, NVIDIA, AMD, Samsung are the
The main purpose of OpenCL is to use resources in
core systems quickly and effectively. Since the
number of parallel operations will increase as the
number of cores increases, it will be necessary to
mically. OpenCL has
been able to overcome this problem by constantly
OpenCL allows developers to develop with C
language (OpenCL C). There are differences
according to classical C language. Function markers,
rays are removed, global,
local, constant and private classes are added for
memory management.
2.3 Using OpenCL with CUDA and Comparison
Advanced software that uses image processing has
increased the performance of their applications using
CUDA and OpenCL. As an example
Adobe Photoshop CC
• CUDA: 3D and Multi-GPU support
• OpenCL: No specific specifications
Adobe After Effects CC
• CUDA: Mercury Graphics Engine in 30 effects
• OpenCL: No specific specifications
Autodesk Maya
• CUDA: Enhanced model complexity and
scene
• OpenCL: Physics simulation
Avid Media Composer
• CUDA: Faster video effects
• OpenCL: Unused
When CUDA and OpenCL
programs, it was observed that the features developed
with CUDA were more effective. These features are
directly proportional to the platform being close to the
hardware. To explain, the; CUDA and OpenCL
utilizing Adobe CC and NVIDIA g
rendering processes (forums.adobe.com), processing
times for CUDA in the order of 0:56, 0:36, 1:02 for
OpenCL 3: 42,0.38, 7:23. This is an indication of how
close the platform is to the equipment.
CUDA's advantages over OpenCL have the fo
advantages: The company's self
card and GPU provides a platform for program
developers to provide a better understanding and
management of the GPU and graphics card structure.
It makes it easy to use these additional features whe
the graphics card and GPU are separated from other
graphics cards. It is also easier to manage any errors
that may arise as the feature of each GPU is fully
known when developing. The advantage of CUDA is
that it directly receives information from a sing
partner about problems that may arise from a graphics
card, GPU, or platform.
The advantages of OpenCL compared to CUDA are
as follows: CUDA is not an open platform developed
by a single company and can only be used on
NVIDIA graphics cards. OpenCL is
and can be used on all CPU and GPU systems. The
and Development (IJTSRD) ISSN: 2456-6470
Dec 2018 Page: 1141
local, constant and private classes are added for
Using OpenCL with CUDA and Comparison
Advanced software that uses image processing has
increased the performance of their applications using
As an example [4].
GPU support
OpenCL: No specific specifications
CUDA: Mercury Graphics Engine in 30 effects
OpenCL: No specific specifications
CUDA: Enhanced model complexity and Wide
OpenCL: Physics simulation
CUDA: Faster video effects
When CUDA and OpenCL developed the above
programs, it was observed that the features developed
with CUDA were more effective. These features are
directly proportional to the platform being close to the
hardware. To explain, the; CUDA and OpenCL
utilizing Adobe CC and NVIDIA graphics cards in
rendering processes (forums.adobe.com), processing
times for CUDA in the order of 0:56, 0:36, 1:02 for
OpenCL 3: 42,0.38, 7:23. This is an indication of how
close the platform is to the equipment.
CUDA's advantages over OpenCL have the following
advantages: The company's self-developed graphics
card and GPU provides a platform for program
developers to provide a better understanding and
management of the GPU and graphics card structure.
It makes it easy to use these additional features when
the graphics card and GPU are separated from other
graphics cards. It is also easier to manage any errors
that may arise as the feature of each GPU is fully
known when developing. The advantage of CUDA is
that it directly receives information from a single
partner about problems that may arise from a graphics
The advantages of OpenCL compared to CUDA are
as follows: CUDA is not an open platform developed
by a single company and can only be used on
NVIDIA graphics cards. OpenCL is an open platform
and can be used on all CPU and GPU systems. The
International Journal of Trend in Scientific Research
@ IJTSRD | Available Online @ www.ijtsrd.com
developer is more flexible than a consortium. OpenCL
is therefore portable and dynamic.
Considering the advantages and disadvantages of both
platforms, you can conclude that if you have an
NVIDIA graphics card, develop with CUDA or
choose applications developed with CUDA; if it
doesn't, you can do it with OpenCL or choose
applications developed with OpenCL [2,3]
2.4 CPU Comparison with GPU
A CPU core is designed to execute a single stream of
instructions at a time. GPUs are designed to quickly
execute many parallel instruction streams
The CPU uses the buffer to improve performance by
reducing the overall memory access latency. GPU
uses buffer (or shared memory) to increase bandwidth
[5].
The CPU is managed with memory latency, wide
buffers and prediction mechanisms. They take up a lot
of space on design and consume a lot of power. The
GPU manages the delay by supporting thousands of
threads at a time. If any threads are waiting to load
from memory, the GPU switches to another job
without delay [5].
CPUs support one or two threads per core execution.
CUDA-supported GPUs can support up to 1024
threads per stream processor (SM). The CPU's
switching between applications requires hundreds of
cycles, while the GPU does not have any loss when
switching [5].
CPUs use SIMD (Single Instruction Multiple Data)
units for vector operations. GPUs use SIMT (Single
Thread Multiple Thread) for scale execution. SIMT
doesn't require the programmer to edit data in vectors,
it allows random distribution for threads
2.5 CUDA Programming Structure
2.5.1 Kernel
A code in CUDA that will work on the GPU is called
“Kernel code. A GPU is created as a Kernel copy for
each element of the data set. These Kernel copies are
called as Thread [6].
2.5.2 Grid
Grids are the structures that the Blocks come together.
Each Kernel call creates a Grid. Grids can be 1B, 2B
or 3B. These dimensions are expressed as ifade
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456
www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec 2018
developer is more flexible than a consortium. OpenCL
Considering the advantages and disadvantages of both
platforms, you can conclude that if you have an
VIDIA graphics card, develop with CUDA or
choose applications developed with CUDA; if it
doesn't, you can do it with OpenCL or choose
[2,3].
A CPU core is designed to execute a single stream of
nstructions at a time. GPUs are designed to quickly
execute many parallel instruction streams [5].
The CPU uses the buffer to improve performance by
reducing the overall memory access latency. GPU
uses buffer (or shared memory) to increase bandwidth
The CPU is managed with memory latency, wide
buffers and prediction mechanisms. They take up a lot
of space on design and consume a lot of power. The
GPU manages the delay by supporting thousands of
threads at a time. If any threads are waiting to load
om memory, the GPU switches to another job
CPUs support one or two threads per core execution.
supported GPUs can support up to 1024
threads per stream processor (SM). The CPU's
switching between applications requires hundreds of
ycles, while the GPU does not have any loss when
CPUs use SIMD (Single Instruction Multiple Data)
units for vector operations. GPUs use SIMT (Single
Thread Multiple Thread) for scale execution. SIMT
doesn't require the programmer to edit data in vectors,
it allows random distribution for threads [5].
A code in CUDA that will work on the GPU is called
. A GPU is created as a Kernel copy for
each element of the data set. These Kernel copies are
he Blocks come together.
Each Kernel call creates a Grid. Grids can be 1B, 2B
or 3B. These dimensions are expressed as ifade
gridDim.x D, “gridDim.y D and“ grid
term io gridDim ıs refers to the number of blocks in
the Grid [6].
2.5.3 Block
The block structure consists of threads that are
capable of working in parallel.1B can be 2D or 3D.
They are grouped together in the grids. Each Block
has its own unique index in these 3 dimensions in the
Grid. These indices are ”blockIdx.x“, ”blockIdx.y“
and ”blockIdx.z“. Thread meks are sized according to
the number of rows and columns and these
dimensions are called “blockDim.x.,“ BlockDim.y lar,
ına blockDim.z Đçer. The term io blockDim ith refers
to the Thread in Block [6].
2.5.4 Thread
Thread is the smallest unit in CUDA architecture.
They can be 1B, 2B or 3B in blocks. They run the
same piece of code in parallel between them. Threads
are grouped in blocks. The threads in different blocks
cannot work together [6].
Each Thread has a Program Counter (PC), r
status register (StateRegister). Each Thread has its
own unique index in the Block. These indices; Io
threadIdx.x oz, (threadIdx.y ”and d threadIdx.z”
Figure3. Grid, Block and Thread structure
In summary, as shown in Figure 3
blocks, each block consists of 3D threads.
The number of threads in a block is limited and varies
according to the calculation capability. For example;
For a GPU with a computational capability of 2.0, a
Block can be up to 3B 1024 * 102
2.6 CUDA Programming API
CUDA programming includes two APIs (Application
Programming Interface). The first API is the high
level CUDA Runtime API, and the other is the low
level CUDA Driver API.
and Development (IJTSRD) ISSN: 2456-6470
Dec 2018 Page: 1142
y D and“ gridDim.z Bu. The
Dim ıs refers to the number of blocks in
The block structure consists of threads that are
capable of working in parallel.1B can be 2D or 3D.
They are grouped together in the grids. Each Block
has its own unique index in these 3 dimensions in the
Grid. These indices are ”blockIdx.x“, ”blockIdx.y“
and ”blockIdx.z“. Thread meks are sized according to
the number of rows and columns and these
dimensions are called “blockDim.x.,“ BlockDim.y lar,
çer. The term io blockDim ith refers
est unit in CUDA architecture.
They can be 1B, 2B or 3B in blocks. They run the
same piece of code in parallel between them. Threads
are grouped in blocks. The threads in different blocks
Each Thread has a Program Counter (PC), register and
status register (StateRegister). Each Thread has its
own unique index in the Block. These indices; Io
threadIdx.x oz, (threadIdx.y ”and d threadIdx.z” [6].
Grid, Block and Thread structure [6].
In summary, as shown in Figure 3 Grid 3-dimensional
blocks, each block consists of 3D threads.
The number of threads in a block is limited and varies
according to the calculation capability. For example;
For a GPU with a computational capability of 2.0, a
Block can be up to 3B 1024 * 1024 * 6 4Thread.
API
CUDA programming includes two APIs (Application
Programming Interface). The first API is the high-
level CUDA Runtime API, and the other is the low-
International Journal of Trend in Scientific Research
@ IJTSRD | Available Online @ www.ijtsrd.com
With the CUDA Driver API, module startup
memory management is handled in more detail. Detail
and code is more. Particularly difficult to configure
the kernels. Because the execution of the kernel
parameters must be specified with explicit function
calls instead of the execution configuration
However, the driver for the kernel code offers better
control and management than JIT (Just in Time)
optimizations.
The CUDA Runtime API simplifies device code
management and usage by providing implicit start,
content management and module manage
Runtime API has GPU memory allocation, memory
evacuation, data copying and system management
functions. For example; kernel <<<, >>> () “syntax is
sufficient when calling a Kernel.
These two APIs are mutually exclusive, so one of the
APIs should be preferred. In the next generation
GPUs, these two APIs are said to be in peace, but one
should be preferred. In terms of performance, there is
no significant difference between them.
2.7 MR Image
Magnetic Resonance Imaging (MRI) is a diagnostic
technique that does not use drugs that are painless and
do not require any drugs to cause allergies and do not
use harmful materials such as x-rays [7].
Mar; In the examination of brain lesions, lung,
bronchial and trachea, detailed examination, kidney,
urinary tract and bladder examination, joints and
rheumatic findings, intestinal examination, soft tissue
imaging and is frequently used in the examination
Figure4. Brain MR Image
2.8 Archiving of Medical Images
Archiving of medical images has an important place
in medical documentation. In the information age,
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456
www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec 2018
With the CUDA Driver API, module startup and
memory management is handled in more detail. Detail
and code is more. Particularly difficult to configure
the kernels. Because the execution of the kernel
parameters must be specified with explicit function
calls instead of the execution configuration syntax.
However, the driver for the kernel code offers better
control and management than JIT (Just in Time)
The CUDA Runtime API simplifies device code
management and usage by providing implicit start,
content management and module management.
Runtime API has GPU memory allocation, memory
evacuation, data copying and system management
functions. For example; kernel <<<, >>> () “syntax is
These two APIs are mutually exclusive, so one of the
preferred. In the next generation
GPUs, these two APIs are said to be in peace, but one
should be preferred. In terms of performance, there is
Magnetic Resonance Imaging (MRI) is a diagnostic
t does not use drugs that are painless and
do not require any drugs to cause allergies and do not
[7].
Mar; In the examination of brain lesions, lung,
bronchial and trachea, detailed examination, kidney,
and bladder examination, joints and
rheumatic findings, intestinal examination, soft tissue
imaging and is frequently used in the examination [8].
Brain MR Image
Archiving of medical images has an important place
in medical documentation. In the information age,
especially digital archiving is a topic that is more on
the agenda. Because the cost of the film for the
printing of the medical images on the films and the
time of the archive scanning that will occur when
film is re-used for archiving is one of the
disadvantages of physical archiving.
Today's medical imaging devices are produced in the
IoT (Internet of Things) standard, and the medical
image generated can be transferred to the digital
environment over the network. Advantages of digital
archiving; medical image on the instant image by
connecting with the patient, image processing
software and medical analysis on the medical image
and to comment and to warn the user, the medical
image with numerical data to dynamically provide
statistics as a possibility, outside the server and
storage space, you do not need a physical space ...
disadvantages of archiving; The necessity of finding
IoT-enabled devices is the establishment of network
infrastructure, installation of server and storage
systems, and image processing / imaging software
needs.
As the image processing systems in the field of health
develop, how to store the medical images together
with the patient information and how to access this
image together with the data are the subjects that the
numerical system emphasizes. DICOM data set
standard has emerged as a result of certain standard
studies [9].
2.9 DICOM Standard
It has been developed in order to find solutions to the
questions about how to use the ar
image. DICOM (Digital Imaging and
Communications) is a database of file structure. As in
databases, both text data can be written in the file and
raw image data can be added. There are labels to
prevent confusion in retrieving the data in th
standard, which stores all the data in a single file
Having a standard in medical image archiving offers
hospitals and doctors in different regions a common
sharing on medical images. Since there are different
devices and different companies in me
the dependence of the firm that produces the device
will be required.
The DICOM file format is a format that can store
more details on medical images, patient information,
and hospital information, unlike all known formats. In
and Development (IJTSRD) ISSN: 2456-6470
Dec 2018 Page: 1143
especially digital archiving is a topic that is more on
the agenda. Because the cost of the film for the
printing of the medical images on the films and the
time of the archive scanning that will occur when the
used for archiving is one of the
disadvantages of physical archiving.
Today's medical imaging devices are produced in the
IoT (Internet of Things) standard, and the medical
image generated can be transferred to the digital
the network. Advantages of digital
archiving; medical image on the instant image by
connecting with the patient, image processing
software and medical analysis on the medical image
and to comment and to warn the user, the medical
to dynamically provide
statistics as a possibility, outside the server and
storage space, you do not need a physical space ...
disadvantages of archiving; The necessity of finding
enabled devices is the establishment of network
ation of server and storage
systems, and image processing / imaging software
As the image processing systems in the field of health
develop, how to store the medical images together
with the patient information and how to access this
with the data are the subjects that the
numerical system emphasizes. DICOM data set
standard has emerged as a result of certain standard
It has been developed in order to find solutions to the
questions about how to use the archived medical
image. DICOM (Digital Imaging and
Communications) is a database of file structure. As in
databases, both text data can be written in the file and
raw image data can be added. There are labels to
prevent confusion in retrieving the data in this
standard, which stores all the data in a single file [9].
Having a standard in medical image archiving offers
hospitals and doctors in different regions a common
sharing on medical images. Since there are different
devices and different companies in medical imaging,
the dependence of the firm that produces the device
The DICOM file format is a format that can store
more details on medical images, patient information,
and hospital information, unlike all known formats. In
International Journal of Trend in Scientific Research
@ IJTSRD | Available Online @ www.ijtsrd.com
the DICOM file, moving images and sound recordings
can be stored with normal medical images. In
addition, all tests and results of a patient and the fact
that doctor diagnostics can be recorded on a common
standard format will help to significantly reduce the
diagnosis and treatment time of all patients in all
hospitals.
Large storage areas are needed when medical images
are archived. In addition, as the image size increases,
it will use the bandwidth on the network more when
the image is desired to be accessed on the
system and this will lead to blockages.
Figure5. Sample Brain MR Images
When the Figure 5 is examined, the part of the MRI
that is to be considered on the MRI image, ie
black area outside the region of the region of interest
(ROI), covers a large area on the image. In this thesis,
the ROI region used on the image will be detected
with CUDA and removed from the image.
3. IMPLEMENTATIONS AND ACHIEVEMENTS
3.1 Identification of the ROI Region
For each pixel when determining the ROI region on
the MR image; The gradient based on the derivative is
calculated. For best results, the most suitable gradient
matrix should be chosen. The calculated Gradient
Table1. Data dimensions before and after application
MR Image Original MR Size ROI
1 256 KB
2 256 KB
3 256 KB
4 256 KB
5 256 KB
6 256 KB
Average 256 KB
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456
www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec 2018
e, moving images and sound recordings
can be stored with normal medical images. In
addition, all tests and results of a patient and the fact
that doctor diagnostics can be recorded on a common
standard format will help to significantly reduce the
and treatment time of all patients in all
Large storage areas are needed when medical images
are archived. In addition, as the image size increases,
it will use the bandwidth on the network more when
the image is desired to be accessed on the medical
Sample Brain MR Images
When the Figure 5 is examined, the part of the MRI
that is to be considered on the MRI image, ie the
black area outside the region of the region of interest
(ROI), covers a large area on the image. In this thesis,
the ROI region used on the image will be detected
with CUDA and removed from the image.
IMPLEMENTATIONS AND ACHIEVEMENTS
of the ROI Region
For each pixel when determining the ROI region on
the MR image; The gradient based on the derivative is
calculated. For best results, the most suitable gradient
matrix should be chosen. The calculated Gradient
value is then compared to the threshold value. If it is
greater than the specified threshold value, the pixel is
marked as the edge point. If not, move to the next
pixel.
3.2 Removing the ROI Region
After the ROI zone is detected, the ROI region's
coordinates are detected from top to
right to left, from top to bottom and from left to right,
and the image frame is collapsed according to these
coordinates.
Figure 6 ROI area detected, and frame collapsed
image
In Table 1, the 6 MR images shown in FIG. The data
sizes of the ROI image obtained by the application are
shown. The ROI image size is 40% less than the
original MR image size. The compressed ROI image
size is 15% less than the original size of the original
image while it is 89% less than the original image
size.
Table 2 shows the working times of the MR images
on the CPU and GPU. Accordingly, the application
running on the GPU with CUDA produced 34 times
faster than the serial application running on the CPU.
Data dimensions before and after application
ROI Size Compressed Original Image Compressed ROI Size
173 KB 41 KB
178 KB 36 KB
174 KB 36 KB
174 KB 43 KB
138 KB 35 KB
79 KB 21 KB
153 KB 35 KB
and Development (IJTSRD) ISSN: 2456-6470
Dec 2018 Page: 1144
he threshold value. If it is
greater than the specified threshold value, the pixel is
marked as the edge point. If not, move to the next
Removing the ROI Region
After the ROI zone is detected, the ROI region's
coordinates are detected from top to bottom, from
right to left, from top to bottom and from left to right,
and the image frame is collapsed according to these
Figure 6 ROI area detected, and frame collapsed
image
In Table 1, the 6 MR images shown in FIG. The data
ROI image obtained by the application are
shown. The ROI image size is 40% less than the
original MR image size. The compressed ROI image
size is 15% less than the original size of the original
image while it is 89% less than the original image
Table 2 shows the working times of the MR images
on the CPU and GPU. Accordingly, the application
running on the GPU with CUDA produced 34 times
faster than the serial application running on the CPU.
Compressed ROI Size
36 KB
30 KB
31 KB
38 KB
29 KB
17 KB
30 KB
International Journal of Trend in Scientific Research
@ IJTSRD | Available Online @ www.ijtsrd.com
Table2. Working times obtained by running the application on the CPU and GPU
MR Image Serial CPU Runtime
1
2
3
4
5
6
Average
4. RESULTS AND DISCUSSION
In this study, methods are used to store MR images
with less memory space in the digital system and to
achieve these images more quickly. Because the area
of the area (NON-ROI) outside the area of
(NI-ROI) of the MR image is significantly grea
is thought that it would make more sense to store only
the ROI area. The data size generated with this
application is approximately 11% of the original
image. An area saving of 89% for each MR image is a
serious data space savings considering the n
MRIs recorded in hospitals. The storage of data in the
archive system is a second possible situation. When
the data generated by the developed application is
compressed, the size of the data generated when the
original image is compressed is about
data. In this case, an average space saving of 15% is
achieved for each MR image. The application was run
on both the CPU and CUDA on the GPU, and the run
times were examined. According to this; It is seen that
the parallel application written in CUDA runs faster
than the application written on the CPU. In this study
and literature studies, it is seen that GPU systems are
quite fast in the image processing area compared to
CPU performance. The CUDA-coded parallel GPU
application used in this study yielded a result over the
MRU GPU performance averages in the literature.
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456
www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec 2018
Working times obtained by running the application on the CPU and GPU
Serial CPU Runtime CUDA GPU Runtime
325 ms 9 ms
315 ms 10 ms
314 ms 12 ms
318 ms 9 ms
354 ms 13 ms
436 ms 8 ms
343 ms 10 ms
In this study, methods are used to store MR images
with less memory space in the digital system and to
achieve these images more quickly. Because the area
ROI) outside the area of interest
ROI) of the MR image is significantly greater, it
is thought that it would make more sense to store only
the ROI area. The data size generated with this
application is approximately 11% of the original
image. An area saving of 89% for each MR image is a
serious data space savings considering the number of
MRIs recorded in hospitals. The storage of data in the
archive system is a second possible situation. When
the data generated by the developed application is
compressed, the size of the data generated when the
original image is compressed is about 85% of the
data. In this case, an average space saving of 15% is
achieved for each MR image. The application was run
on both the CPU and CUDA on the GPU, and the run
times were examined. According to this; It is seen that
in CUDA runs faster
than the application written on the CPU. In this study
and literature studies, it is seen that GPU systems are
quite fast in the image processing area compared to
coded parallel GPU
dy yielded a result over the
MRU GPU performance averages in the literature.
REFERENCES
1. Yıldız, E., (2011). NVIDIA CUDA ile yüksek
performanslı görüntü işleme, Yüksek Lisans Tezi,
Đstanbul Üniversitesi Fen Bilimleri Enstitüsü,
Đstanbul.
2. http://developer.download.nvidia.com/
da/3_1/toolkit/docs/NVIDIA_
mingGuide_3.1.pdf, [Access Date: 25.11.2017].
3. http://www.nvidia.com.tr/object/cuda
computing-tr.html, [Access Date: 09.03.2018].
4. https://create.pro/blog/opencl
Date: 10.03.2018)].
5. http://ugurkontel.net/cuda-
[Access Date: 14.03. 2018].
6. http://nezihesozen.github.io/mydoc/cuda2
[Access Date: 14.03.2018]
7. http://www.akcaabatdh.gov.tr/detay.php?id=598
cid=156, [Access Date: 25.03.2018].
8. http://www.medikalteknik.com.tr/saglik
hizmetlerinde-medikal-goruntuleme/, [Access
Date: 25.03.2018].
9. Ulaş, M. ve Boyacı, A., (2007). PACS ve medikal
görüntülerin sayısal olarak ar
Akademik Bilişim’07 -
Konferansı Bildirileri, Dumlupınar Üniversitesi,
Kütahya, s69-74.
and Development (IJTSRD) ISSN: 2456-6470
Dec 2018 Page: 1145
Working times obtained by running the application on the CPU and GPU
Yıldız, E., (2011). NVIDIA CUDA ile yüksek
şleme, Yüksek Lisans Tezi,
stanbul Üniversitesi Fen Bilimleri Enstitüsü,
http://developer.download.nvidia.com/compute/cu
da/3_1/toolkit/docs/NVIDIA_CUDA_C_Program
mingGuide_3.1.pdf, [Access Date: 25.11.2017].
http://www.nvidia.com.tr/object/cuda-parallel-
tr.html, [Access Date: 09.03.2018].
/blog/opencl-vs-cuda/, [Access
-cekirdegi-nedir/,
[Access Date: 14.03. 2018].
http://nezihesozen.github.io/mydoc/cuda2.html
[Access Date: 14.03.2018]
http://www.akcaabatdh.gov.tr/detay.php?id=598&
cid=156, [Access Date: 25.03.2018].
http://www.medikalteknik.com.tr/saglik-
goruntuleme/, [Access
, M. ve Boyacı, A., (2007). PACS ve medikal
sayısal olarak arşivlenmesi,
IX. Akademik Bilişim
Konferansı Bildirileri, Dumlupınar Üniversitesi,

More Related Content

Similar to Compressing of Magnetic Resonance Images with Cuda

Graphics Processing Unit: An Introduction
Graphics Processing Unit: An IntroductionGraphics Processing Unit: An Introduction
Graphics Processing Unit: An Introductionijtsrd
 
FACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDS
FACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDSFACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDS
FACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDSIRJET Journal
 
Cuda Based Performance Evaluation Of The Computational Efficiency Of The Dct ...
Cuda Based Performance Evaluation Of The Computational Efficiency Of The Dct ...Cuda Based Performance Evaluation Of The Computational Efficiency Of The Dct ...
Cuda Based Performance Evaluation Of The Computational Efficiency Of The Dct ...acijjournal
 
A SURVEY ON GPU SYSTEM CONSIDERING ITS PERFORMANCE ON DIFFERENT APPLICATIONS
A SURVEY ON GPU SYSTEM CONSIDERING ITS PERFORMANCE ON DIFFERENT APPLICATIONSA SURVEY ON GPU SYSTEM CONSIDERING ITS PERFORMANCE ON DIFFERENT APPLICATIONS
A SURVEY ON GPU SYSTEM CONSIDERING ITS PERFORMANCE ON DIFFERENT APPLICATIONScseij
 
Deep Learning Applications and Image Processing
Deep Learning Applications and Image ProcessingDeep Learning Applications and Image Processing
Deep Learning Applications and Image Processingijtsrd
 
GPU-BASED IMAGE SEGMENTATION USING LEVEL SET METHOD WITH SCALING APPROACH
GPU-BASED IMAGE SEGMENTATION USING LEVEL SET METHOD WITH SCALING APPROACHGPU-BASED IMAGE SEGMENTATION USING LEVEL SET METHOD WITH SCALING APPROACH
GPU-BASED IMAGE SEGMENTATION USING LEVEL SET METHOD WITH SCALING APPROACHcsandit
 
Gpu based image segmentation using
Gpu based image segmentation usingGpu based image segmentation using
Gpu based image segmentation usingcsandit
 
Deep Learning & AI for Healthcare and Retail
Deep Learning & AI for Healthcare and RetailDeep Learning & AI for Healthcare and Retail
Deep Learning & AI for Healthcare and RetailE2E Networks Limited
 
Medical imaging computing based on graphical processing units for high perfor...
Medical imaging computing based on graphical processing units for high perfor...Medical imaging computing based on graphical processing units for high perfor...
Medical imaging computing based on graphical processing units for high perfor...eSAT Publishing House
 
VisionizeBeforeVisulaize_IEVC_Final
VisionizeBeforeVisulaize_IEVC_FinalVisionizeBeforeVisulaize_IEVC_Final
VisionizeBeforeVisulaize_IEVC_FinalMasatsugu HASHIMOTO
 
GPU Computing: An Introduction
GPU Computing: An IntroductionGPU Computing: An Introduction
GPU Computing: An Introductionijtsrd
 
GPU-BASED IMAGE SEGMENTATION USING LEVEL SET METHOD WITH SCALING APPROACH
GPU-BASED IMAGE SEGMENTATION USING LEVEL SET METHOD WITH SCALING APPROACHGPU-BASED IMAGE SEGMENTATION USING LEVEL SET METHOD WITH SCALING APPROACH
GPU-BASED IMAGE SEGMENTATION USING LEVEL SET METHOD WITH SCALING APPROACHcscpconf
 
Image Processing Application on Graphics processors
Image Processing Application on Graphics processorsImage Processing Application on Graphics processors
Image Processing Application on Graphics processorsCSCJournals
 
Accelerated seam carving using cuda
Accelerated seam carving using cudaAccelerated seam carving using cuda
Accelerated seam carving using cudaeSAT Journals
 
CUDA by Example : NOTES
CUDA by Example : NOTESCUDA by Example : NOTES
CUDA by Example : NOTESSubhajit Sahu
 
CUDA by Example : Why CUDA? Why Now? : Notes
CUDA by Example : Why CUDA? Why Now? : NotesCUDA by Example : Why CUDA? Why Now? : Notes
CUDA by Example : Why CUDA? Why Now? : NotesSubhajit Sahu
 
Accelerating Data Science With GPUs
Accelerating Data Science With GPUsAccelerating Data Science With GPUs
Accelerating Data Science With GPUsiguazio
 
High Performance Medical Reconstruction Using Stream Programming Paradigms
High Performance Medical Reconstruction Using Stream Programming ParadigmsHigh Performance Medical Reconstruction Using Stream Programming Paradigms
High Performance Medical Reconstruction Using Stream Programming ParadigmsQuEST Global (erstwhile NeST Software)
 
IIT ropar_CUDA_Report_Ankita Dewan
IIT ropar_CUDA_Report_Ankita DewanIIT ropar_CUDA_Report_Ankita Dewan
IIT ropar_CUDA_Report_Ankita DewanAnkita Dewan
 

Similar to Compressing of Magnetic Resonance Images with Cuda (20)

Graphics Processing Unit: An Introduction
Graphics Processing Unit: An IntroductionGraphics Processing Unit: An Introduction
Graphics Processing Unit: An Introduction
 
FACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDS
FACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDSFACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDS
FACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDS
 
Cuda Based Performance Evaluation Of The Computational Efficiency Of The Dct ...
Cuda Based Performance Evaluation Of The Computational Efficiency Of The Dct ...Cuda Based Performance Evaluation Of The Computational Efficiency Of The Dct ...
Cuda Based Performance Evaluation Of The Computational Efficiency Of The Dct ...
 
A SURVEY ON GPU SYSTEM CONSIDERING ITS PERFORMANCE ON DIFFERENT APPLICATIONS
A SURVEY ON GPU SYSTEM CONSIDERING ITS PERFORMANCE ON DIFFERENT APPLICATIONSA SURVEY ON GPU SYSTEM CONSIDERING ITS PERFORMANCE ON DIFFERENT APPLICATIONS
A SURVEY ON GPU SYSTEM CONSIDERING ITS PERFORMANCE ON DIFFERENT APPLICATIONS
 
Deep Learning Applications and Image Processing
Deep Learning Applications and Image ProcessingDeep Learning Applications and Image Processing
Deep Learning Applications and Image Processing
 
GPU-BASED IMAGE SEGMENTATION USING LEVEL SET METHOD WITH SCALING APPROACH
GPU-BASED IMAGE SEGMENTATION USING LEVEL SET METHOD WITH SCALING APPROACHGPU-BASED IMAGE SEGMENTATION USING LEVEL SET METHOD WITH SCALING APPROACH
GPU-BASED IMAGE SEGMENTATION USING LEVEL SET METHOD WITH SCALING APPROACH
 
Gpu based image segmentation using
Gpu based image segmentation usingGpu based image segmentation using
Gpu based image segmentation using
 
Deep Learning & AI for Healthcare and Retail
Deep Learning & AI for Healthcare and RetailDeep Learning & AI for Healthcare and Retail
Deep Learning & AI for Healthcare and Retail
 
Medical imaging computing based on graphical processing units for high perfor...
Medical imaging computing based on graphical processing units for high perfor...Medical imaging computing based on graphical processing units for high perfor...
Medical imaging computing based on graphical processing units for high perfor...
 
VisionizeBeforeVisulaize_IEVC_Final
VisionizeBeforeVisulaize_IEVC_FinalVisionizeBeforeVisulaize_IEVC_Final
VisionizeBeforeVisulaize_IEVC_Final
 
GPU Computing: An Introduction
GPU Computing: An IntroductionGPU Computing: An Introduction
GPU Computing: An Introduction
 
GPU-BASED IMAGE SEGMENTATION USING LEVEL SET METHOD WITH SCALING APPROACH
GPU-BASED IMAGE SEGMENTATION USING LEVEL SET METHOD WITH SCALING APPROACHGPU-BASED IMAGE SEGMENTATION USING LEVEL SET METHOD WITH SCALING APPROACH
GPU-BASED IMAGE SEGMENTATION USING LEVEL SET METHOD WITH SCALING APPROACH
 
Image Processing Application on Graphics processors
Image Processing Application on Graphics processorsImage Processing Application on Graphics processors
Image Processing Application on Graphics processors
 
Accelerated seam carving using cuda
Accelerated seam carving using cudaAccelerated seam carving using cuda
Accelerated seam carving using cuda
 
Accelerated seam carving using cuda
Accelerated seam carving using cudaAccelerated seam carving using cuda
Accelerated seam carving using cuda
 
CUDA by Example : NOTES
CUDA by Example : NOTESCUDA by Example : NOTES
CUDA by Example : NOTES
 
CUDA by Example : Why CUDA? Why Now? : Notes
CUDA by Example : Why CUDA? Why Now? : NotesCUDA by Example : Why CUDA? Why Now? : Notes
CUDA by Example : Why CUDA? Why Now? : Notes
 
Accelerating Data Science With GPUs
Accelerating Data Science With GPUsAccelerating Data Science With GPUs
Accelerating Data Science With GPUs
 
High Performance Medical Reconstruction Using Stream Programming Paradigms
High Performance Medical Reconstruction Using Stream Programming ParadigmsHigh Performance Medical Reconstruction Using Stream Programming Paradigms
High Performance Medical Reconstruction Using Stream Programming Paradigms
 
IIT ropar_CUDA_Report_Ankita Dewan
IIT ropar_CUDA_Report_Ankita DewanIIT ropar_CUDA_Report_Ankita Dewan
IIT ropar_CUDA_Report_Ankita Dewan
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

CALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual serviceanilsa9823
 
CALL ON ➥8923113531 🔝Call Girls Nishatganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Nishatganj Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Nishatganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Nishatganj Lucknow best sexual serviceanilsa9823
 
Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...
Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...
Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...shivangimorya083
 
PM Job Search Council Info Session - PMI Silver Spring Chapter
PM Job Search Council Info Session - PMI Silver Spring ChapterPM Job Search Council Info Session - PMI Silver Spring Chapter
PM Job Search Council Info Session - PMI Silver Spring ChapterHector Del Castillo, CPM, CPMM
 
Employee of the Month - Samsung Semiconductor India Research
Employee of the Month - Samsung Semiconductor India ResearchEmployee of the Month - Samsung Semiconductor India Research
Employee of the Month - Samsung Semiconductor India ResearchSoham Mondal
 
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen Dating
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen DatingDubai Call Girls Starlet O525547819 Call Girls Dubai Showen Dating
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen Datingkojalkojal131
 
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...Suhani Kapoor
 
Dark Dubai Call Girls O525547819 Skin Call Girls Dubai
Dark Dubai Call Girls O525547819 Skin Call Girls DubaiDark Dubai Call Girls O525547819 Skin Call Girls Dubai
Dark Dubai Call Girls O525547819 Skin Call Girls Dubaikojalkojal131
 
Production Day 1.pptxjvjbvbcbcb bj bvcbj
Production Day 1.pptxjvjbvbcbcb bj bvcbjProduction Day 1.pptxjvjbvbcbcb bj bvcbj
Production Day 1.pptxjvjbvbcbcb bj bvcbjLewisJB
 
VIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service Bhilai
VIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service BhilaiVIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service Bhilai
VIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service BhilaiSuhani Kapoor
 
Vip Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...
Vip  Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...Vip  Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...
Vip Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...shivangimorya083
 
(Call Girls) in Lucknow Real photos of Female Escorts 👩🏼‍❤️‍💋‍👩🏻 8923113531 ➝...
(Call Girls) in Lucknow Real photos of Female Escorts 👩🏼‍❤️‍💋‍👩🏻 8923113531 ➝...(Call Girls) in Lucknow Real photos of Female Escorts 👩🏼‍❤️‍💋‍👩🏻 8923113531 ➝...
(Call Girls) in Lucknow Real photos of Female Escorts 👩🏼‍❤️‍💋‍👩🏻 8923113531 ➝...gurkirankumar98700
 
The Impact of Socioeconomic Status on Education.pdf
The Impact of Socioeconomic Status on Education.pdfThe Impact of Socioeconomic Status on Education.pdf
The Impact of Socioeconomic Status on Education.pdftheknowledgereview1
 
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call Girls
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call GirlsSonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call Girls
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call GirlsNiya Khan
 
Final Completion Certificate of Marketing Management Internship
Final Completion Certificate of Marketing Management InternshipFinal Completion Certificate of Marketing Management Internship
Final Completion Certificate of Marketing Management InternshipSoham Mondal
 
Low Rate Call Girls Cuttack Anika 8250192130 Independent Escort Service Cuttack
Low Rate Call Girls Cuttack Anika 8250192130 Independent Escort Service CuttackLow Rate Call Girls Cuttack Anika 8250192130 Independent Escort Service Cuttack
Low Rate Call Girls Cuttack Anika 8250192130 Independent Escort Service CuttackSuhani Kapoor
 
VIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service Cuttack
VIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service CuttackVIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service Cuttack
VIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service CuttackSuhani Kapoor
 
Zeeman Effect normal and Anomalous zeeman effect
Zeeman Effect normal and Anomalous zeeman effectZeeman Effect normal and Anomalous zeeman effect
Zeeman Effect normal and Anomalous zeeman effectPriyanshuRawat56
 
Resumes, Cover Letters, and Applying Online
Resumes, Cover Letters, and Applying OnlineResumes, Cover Letters, and Applying Online
Resumes, Cover Letters, and Applying OnlineBruce Bennett
 
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boody
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big BoodyDubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boody
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boodykojalkojal131
 

Recently uploaded (20)

CALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Gosainganj Lucknow best sexual service
 
CALL ON ➥8923113531 🔝Call Girls Nishatganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Nishatganj Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Nishatganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Nishatganj Lucknow best sexual service
 
Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...
Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...
Delhi Call Girls Preet Vihar 9711199171 ☎✔👌✔ Whatsapp Body to body massage wi...
 
PM Job Search Council Info Session - PMI Silver Spring Chapter
PM Job Search Council Info Session - PMI Silver Spring ChapterPM Job Search Council Info Session - PMI Silver Spring Chapter
PM Job Search Council Info Session - PMI Silver Spring Chapter
 
Employee of the Month - Samsung Semiconductor India Research
Employee of the Month - Samsung Semiconductor India ResearchEmployee of the Month - Samsung Semiconductor India Research
Employee of the Month - Samsung Semiconductor India Research
 
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen Dating
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen DatingDubai Call Girls Starlet O525547819 Call Girls Dubai Showen Dating
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen Dating
 
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...
Low Rate Call Girls Gorakhpur Anika 8250192130 Independent Escort Service Gor...
 
Dark Dubai Call Girls O525547819 Skin Call Girls Dubai
Dark Dubai Call Girls O525547819 Skin Call Girls DubaiDark Dubai Call Girls O525547819 Skin Call Girls Dubai
Dark Dubai Call Girls O525547819 Skin Call Girls Dubai
 
Production Day 1.pptxjvjbvbcbcb bj bvcbj
Production Day 1.pptxjvjbvbcbcb bj bvcbjProduction Day 1.pptxjvjbvbcbcb bj bvcbj
Production Day 1.pptxjvjbvbcbcb bj bvcbj
 
VIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service Bhilai
VIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service BhilaiVIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service Bhilai
VIP Call Girl Bhilai Aashi 8250192130 Independent Escort Service Bhilai
 
Vip Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...
Vip  Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...Vip  Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...
Vip Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...
 
(Call Girls) in Lucknow Real photos of Female Escorts 👩🏼‍❤️‍💋‍👩🏻 8923113531 ➝...
(Call Girls) in Lucknow Real photos of Female Escorts 👩🏼‍❤️‍💋‍👩🏻 8923113531 ➝...(Call Girls) in Lucknow Real photos of Female Escorts 👩🏼‍❤️‍💋‍👩🏻 8923113531 ➝...
(Call Girls) in Lucknow Real photos of Female Escorts 👩🏼‍❤️‍💋‍👩🏻 8923113531 ➝...
 
The Impact of Socioeconomic Status on Education.pdf
The Impact of Socioeconomic Status on Education.pdfThe Impact of Socioeconomic Status on Education.pdf
The Impact of Socioeconomic Status on Education.pdf
 
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call Girls
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call GirlsSonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call Girls
Sonam +91-9537192988-Mind-blowing skills and techniques of Ahmedabad Call Girls
 
Final Completion Certificate of Marketing Management Internship
Final Completion Certificate of Marketing Management InternshipFinal Completion Certificate of Marketing Management Internship
Final Completion Certificate of Marketing Management Internship
 
Low Rate Call Girls Cuttack Anika 8250192130 Independent Escort Service Cuttack
Low Rate Call Girls Cuttack Anika 8250192130 Independent Escort Service CuttackLow Rate Call Girls Cuttack Anika 8250192130 Independent Escort Service Cuttack
Low Rate Call Girls Cuttack Anika 8250192130 Independent Escort Service Cuttack
 
VIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service Cuttack
VIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service CuttackVIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service Cuttack
VIP Call Girls in Cuttack Aarohi 8250192130 Independent Escort Service Cuttack
 
Zeeman Effect normal and Anomalous zeeman effect
Zeeman Effect normal and Anomalous zeeman effectZeeman Effect normal and Anomalous zeeman effect
Zeeman Effect normal and Anomalous zeeman effect
 
Resumes, Cover Letters, and Applying Online
Resumes, Cover Letters, and Applying OnlineResumes, Cover Letters, and Applying Online
Resumes, Cover Letters, and Applying Online
 
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boody
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big BoodyDubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boody
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boody
 

Compressing of Magnetic Resonance Images with Cuda

  • 1. International Journal of Trend in International Open Access Journal ISSN No: 2456 @ IJTSRD | Available Online @ www.ijtsrd.com Compressing of Magnetic Mahmut Ünver Department of Computer Programming, Kırıkkale University, ABSTRACT One of the most important areas that use image processing is the health sector. In order to detect some diseases, the need to visualize a certain part of the patient's body using medical imaging devices has emerged. This field in the health sector is the Radiology department. MR, Tomography, Ultrasound, X-ray, Echocardiography. Because of the importance of time in the health sector, GPU technologies are a technology that should be used in hospitals. Medical MRI images showed that the unused areas (NON ROI) occupy a large area and this unnecessary area in the image could reduce the image size significantly. In this method developed with CUDA, the ROI (Region of Interest) region within the Medical MR images is determined by sending a 3X3 Kirsch filter matrix t the CUDA cores, and the NON-ROI region is extracted with CUDA from the image. It is then compressed with a new compression method developed. As a result of this method; The parallel application with CUDA solves the problem 34 times faster than the sequential application for each image, while the compressed image takes up 90% less space than the original image size; it takes 40% less space than the compressed size of the original image. Key Words: CUDA, Medical Image Processing, Image Compression, Parallel Programming 1. INTRODUCTION Image processing is used in many areas of daily life and facilitates human life. With the image processing, we are able to choose the smallest detail on the image, match the objects with the image, count the objects, detect the faulty productions and do things very quickly. The CPU is generally insufficient to be able to work on the image and make quick calculations. At this point, GPU technology has been developed which has carried out its structure on image processing. International Journal of Trend in Scientific Research and Development (IJTSRD) International Open Access Journal | www.ijtsrd.com ISSN No: 2456 - 6470 | Volume - 3 | Issue – 1 | Nov www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec 2018 Compressing of Magnetic Resonance Images with Cuda Mahmut Ünver1 , Atilla Ergüzen2 1 Lecturer, 2 Assistant Professor f Computer Programming, Kırıkkale University, Kırıkkale, Turkey One of the most important areas that use image processing is the health sector. In order to detect some diseases, the need to visualize a certain part of the patient's body using medical imaging devices has emerged. This field in the health sector is the adiology department. MR, Tomography, Ultrasound, ray, Echocardiography. Because of the importance of time in the health sector, GPU technologies are a technology that should be used in hospitals. Medical MRI images showed that the unused areas (NON- occupy a large area and this unnecessary area in the image could reduce the image size significantly. In this method developed with CUDA, the ROI (Region of Interest) region within the Medical MR images is determined by sending a 3X3 Kirsch filter matrix to ROI region is extracted with CUDA from the image. It is then compressed with a new compression method developed. As a result of this method; The parallel application with CUDA solves the problem 34 times tial application for each image, while the compressed image takes up 90% less space than the original image size; it takes 40% less space than the compressed size of the original image. CUDA, Medical Image Processing, l Programming Image processing is used in many areas of daily life and facilitates human life. With the image processing, we are able to choose the smallest detail on the image, match the objects with the image, count the objects, faulty productions and do things very The CPU is generally insufficient to be able to work on the image and make quick calculations. At this point, GPU technology has been developed which has carried out its structure on image processing. Figure 1 CPU-GPU GFLOP / s compared to years In 2006, NVIDIA introduced the CUDA GPU programming platform. In 2008, Apple introduced the OpenCL GPU programming platform. With CUDA, only NVIDIA graphics cards can be developed, and with OpenCL, all GPU systems can be developed. With these developments, after the 2000s, the GPU has improved its computational power by increasing it every year [1]. Figure 1 shows the CPU comparison based on memory bandwidth over the years in Figure 2 on the basis of GFLOPS (GigaFloating Point Operations per Second) Figure2. Comparison of CPU bandwidth by years Research and Development (IJTSRD) www.ijtsrd.com 1 | Nov – Dec 2018 Dec 2018 Page: 1140 ith Cuda Kırıkkale, Turkey GPU GFLOP / s compared to years In 2006, NVIDIA introduced the CUDA GPU programming platform. In 2008, Apple introduced the OpenCL GPU programming platform. With CUDA, only NVIDIA graphics cards can be developed, and ems can be developed. With these developments, after the 2000s, the GPU has improved its computational power by increasing it . Figure 1 shows the CPU-GPU comparison based on memory bandwidth over the years in Figure 2 on the basis of GFLOPS (GigaFloating Point Operations per Second) [2,3]. 2. Comparison of CPU-GPU memory bandwidth by years
  • 2. International Journal of Trend in Scientific Research @ IJTSRD | Available Online @ www.ijtsrd.com 2. MATERIALS AND METHODS GPU command sets are required to perform GPGPU (General Purpose Computing) operations on the GPU. This programming is called heterogeneous programming. CUDA and OpenCL technologies are used for GPU programming. 2.1 CUDA CUDA (Compute Unified Device Architecture) is a parallel computational architecture that enables significant increases in computational performance by using NVIDIA's GPU (Graphics Processing Unit) capability in 2006. Image and video processing, computational biology and chemistry, fluid dynamics, computed tomography, seismic analysis, beam monitoring can be performed with CUDA enabled GPU [2, 3]. CUDA can only operate on the GPU. It cannot directly access CPU and system resources. It simply sends the CPU and CPU back to the main memory and processing the data from the main memory CUDA; It can run on Linux, Windows and MAC OSX operating systems and support development in C, C ++, Python, Fortran and C # languages. 2.2 OpenCL OpenCL (Open Computing Language) is a platform independent, open platform that was developed by Apple in 2008, enabling both CPU and GPUs of graphics card manufacturers such as NVIDIA a ATI. OpenCL standards are developed to enable portable, manufacturer and device independent development across devices. OpenCL standards were introduced by a consortium called Khronos. Apple, Qualcomm, Intel, NVIDIA, AMD, Samsung are the member companies of this consortium. The main purpose of OpenCL is to use resources in multi-core systems quickly and effectively. Since the number of parallel operations will increase as the number of cores increases, it will be necessary to manage these processes dynamically. OpenCL has been able to overcome this problem by constantly improving itself. OpenCL allows developers to develop with C language (OpenCL C). There are differences according to classical C language. Function markers, recursion, variable-length arrays are removed, global, International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456 www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec 2018 GPU command sets are required to perform GPGPU (General Purpose Computing) operations on the GPU. ed heterogeneous programming. CUDA and OpenCL technologies are CUDA (Compute Unified Device Architecture) is a parallel computational architecture that enables significant increases in computational performance by NVIDIA's GPU (Graphics Processing Unit) capability in 2006. Image and video processing, computational biology and chemistry, fluid dynamics, computed tomography, seismic analysis, beam monitoring can be performed with CUDA enabled operate on the GPU. It cannot directly access CPU and system resources. It simply sends the CPU and CPU back to the main memory and processing the data from the main memory [2,3]. CUDA; It can run on Linux, Windows and MAC rt development in C, C ++, Python, Fortran and C # languages. OpenCL (Open Computing Language) is a platform- independent, open platform that was developed by Apple in 2008, enabling both CPU and GPUs of graphics card manufacturers such as NVIDIA and ATI. OpenCL standards are developed to enable portable, manufacturer and device independent development across devices. OpenCL standards were introduced by a consortium called Khronos. Apple, Qualcomm, Intel, NVIDIA, AMD, Samsung are the The main purpose of OpenCL is to use resources in core systems quickly and effectively. Since the number of parallel operations will increase as the number of cores increases, it will be necessary to mically. OpenCL has been able to overcome this problem by constantly OpenCL allows developers to develop with C language (OpenCL C). There are differences according to classical C language. Function markers, rays are removed, global, local, constant and private classes are added for memory management. 2.3 Using OpenCL with CUDA and Comparison Advanced software that uses image processing has increased the performance of their applications using CUDA and OpenCL. As an example Adobe Photoshop CC • CUDA: 3D and Multi-GPU support • OpenCL: No specific specifications Adobe After Effects CC • CUDA: Mercury Graphics Engine in 30 effects • OpenCL: No specific specifications Autodesk Maya • CUDA: Enhanced model complexity and scene • OpenCL: Physics simulation Avid Media Composer • CUDA: Faster video effects • OpenCL: Unused When CUDA and OpenCL programs, it was observed that the features developed with CUDA were more effective. These features are directly proportional to the platform being close to the hardware. To explain, the; CUDA and OpenCL utilizing Adobe CC and NVIDIA g rendering processes (forums.adobe.com), processing times for CUDA in the order of 0:56, 0:36, 1:02 for OpenCL 3: 42,0.38, 7:23. This is an indication of how close the platform is to the equipment. CUDA's advantages over OpenCL have the fo advantages: The company's self card and GPU provides a platform for program developers to provide a better understanding and management of the GPU and graphics card structure. It makes it easy to use these additional features whe the graphics card and GPU are separated from other graphics cards. It is also easier to manage any errors that may arise as the feature of each GPU is fully known when developing. The advantage of CUDA is that it directly receives information from a sing partner about problems that may arise from a graphics card, GPU, or platform. The advantages of OpenCL compared to CUDA are as follows: CUDA is not an open platform developed by a single company and can only be used on NVIDIA graphics cards. OpenCL is and can be used on all CPU and GPU systems. The and Development (IJTSRD) ISSN: 2456-6470 Dec 2018 Page: 1141 local, constant and private classes are added for Using OpenCL with CUDA and Comparison Advanced software that uses image processing has increased the performance of their applications using As an example [4]. GPU support OpenCL: No specific specifications CUDA: Mercury Graphics Engine in 30 effects OpenCL: No specific specifications CUDA: Enhanced model complexity and Wide OpenCL: Physics simulation CUDA: Faster video effects When CUDA and OpenCL developed the above programs, it was observed that the features developed with CUDA were more effective. These features are directly proportional to the platform being close to the hardware. To explain, the; CUDA and OpenCL utilizing Adobe CC and NVIDIA graphics cards in rendering processes (forums.adobe.com), processing times for CUDA in the order of 0:56, 0:36, 1:02 for OpenCL 3: 42,0.38, 7:23. This is an indication of how close the platform is to the equipment. CUDA's advantages over OpenCL have the following advantages: The company's self-developed graphics card and GPU provides a platform for program developers to provide a better understanding and management of the GPU and graphics card structure. It makes it easy to use these additional features when the graphics card and GPU are separated from other graphics cards. It is also easier to manage any errors that may arise as the feature of each GPU is fully known when developing. The advantage of CUDA is that it directly receives information from a single partner about problems that may arise from a graphics The advantages of OpenCL compared to CUDA are as follows: CUDA is not an open platform developed by a single company and can only be used on NVIDIA graphics cards. OpenCL is an open platform and can be used on all CPU and GPU systems. The
  • 3. International Journal of Trend in Scientific Research @ IJTSRD | Available Online @ www.ijtsrd.com developer is more flexible than a consortium. OpenCL is therefore portable and dynamic. Considering the advantages and disadvantages of both platforms, you can conclude that if you have an NVIDIA graphics card, develop with CUDA or choose applications developed with CUDA; if it doesn't, you can do it with OpenCL or choose applications developed with OpenCL [2,3] 2.4 CPU Comparison with GPU A CPU core is designed to execute a single stream of instructions at a time. GPUs are designed to quickly execute many parallel instruction streams The CPU uses the buffer to improve performance by reducing the overall memory access latency. GPU uses buffer (or shared memory) to increase bandwidth [5]. The CPU is managed with memory latency, wide buffers and prediction mechanisms. They take up a lot of space on design and consume a lot of power. The GPU manages the delay by supporting thousands of threads at a time. If any threads are waiting to load from memory, the GPU switches to another job without delay [5]. CPUs support one or two threads per core execution. CUDA-supported GPUs can support up to 1024 threads per stream processor (SM). The CPU's switching between applications requires hundreds of cycles, while the GPU does not have any loss when switching [5]. CPUs use SIMD (Single Instruction Multiple Data) units for vector operations. GPUs use SIMT (Single Thread Multiple Thread) for scale execution. SIMT doesn't require the programmer to edit data in vectors, it allows random distribution for threads 2.5 CUDA Programming Structure 2.5.1 Kernel A code in CUDA that will work on the GPU is called “Kernel code. A GPU is created as a Kernel copy for each element of the data set. These Kernel copies are called as Thread [6]. 2.5.2 Grid Grids are the structures that the Blocks come together. Each Kernel call creates a Grid. Grids can be 1B, 2B or 3B. These dimensions are expressed as ifade International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456 www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec 2018 developer is more flexible than a consortium. OpenCL Considering the advantages and disadvantages of both platforms, you can conclude that if you have an VIDIA graphics card, develop with CUDA or choose applications developed with CUDA; if it doesn't, you can do it with OpenCL or choose [2,3]. A CPU core is designed to execute a single stream of nstructions at a time. GPUs are designed to quickly execute many parallel instruction streams [5]. The CPU uses the buffer to improve performance by reducing the overall memory access latency. GPU uses buffer (or shared memory) to increase bandwidth The CPU is managed with memory latency, wide buffers and prediction mechanisms. They take up a lot of space on design and consume a lot of power. The GPU manages the delay by supporting thousands of threads at a time. If any threads are waiting to load om memory, the GPU switches to another job CPUs support one or two threads per core execution. supported GPUs can support up to 1024 threads per stream processor (SM). The CPU's switching between applications requires hundreds of ycles, while the GPU does not have any loss when CPUs use SIMD (Single Instruction Multiple Data) units for vector operations. GPUs use SIMT (Single Thread Multiple Thread) for scale execution. SIMT doesn't require the programmer to edit data in vectors, it allows random distribution for threads [5]. A code in CUDA that will work on the GPU is called . A GPU is created as a Kernel copy for each element of the data set. These Kernel copies are he Blocks come together. Each Kernel call creates a Grid. Grids can be 1B, 2B or 3B. These dimensions are expressed as ifade gridDim.x D, “gridDim.y D and“ grid term io gridDim ıs refers to the number of blocks in the Grid [6]. 2.5.3 Block The block structure consists of threads that are capable of working in parallel.1B can be 2D or 3D. They are grouped together in the grids. Each Block has its own unique index in these 3 dimensions in the Grid. These indices are ”blockIdx.x“, ”blockIdx.y“ and ”blockIdx.z“. Thread meks are sized according to the number of rows and columns and these dimensions are called “blockDim.x.,“ BlockDim.y lar, ına blockDim.z Đçer. The term io blockDim ith refers to the Thread in Block [6]. 2.5.4 Thread Thread is the smallest unit in CUDA architecture. They can be 1B, 2B or 3B in blocks. They run the same piece of code in parallel between them. Threads are grouped in blocks. The threads in different blocks cannot work together [6]. Each Thread has a Program Counter (PC), r status register (StateRegister). Each Thread has its own unique index in the Block. These indices; Io threadIdx.x oz, (threadIdx.y ”and d threadIdx.z” Figure3. Grid, Block and Thread structure In summary, as shown in Figure 3 blocks, each block consists of 3D threads. The number of threads in a block is limited and varies according to the calculation capability. For example; For a GPU with a computational capability of 2.0, a Block can be up to 3B 1024 * 102 2.6 CUDA Programming API CUDA programming includes two APIs (Application Programming Interface). The first API is the high level CUDA Runtime API, and the other is the low level CUDA Driver API. and Development (IJTSRD) ISSN: 2456-6470 Dec 2018 Page: 1142 y D and“ gridDim.z Bu. The Dim ıs refers to the number of blocks in The block structure consists of threads that are capable of working in parallel.1B can be 2D or 3D. They are grouped together in the grids. Each Block has its own unique index in these 3 dimensions in the Grid. These indices are ”blockIdx.x“, ”blockIdx.y“ and ”blockIdx.z“. Thread meks are sized according to the number of rows and columns and these dimensions are called “blockDim.x.,“ BlockDim.y lar, çer. The term io blockDim ith refers est unit in CUDA architecture. They can be 1B, 2B or 3B in blocks. They run the same piece of code in parallel between them. Threads are grouped in blocks. The threads in different blocks Each Thread has a Program Counter (PC), register and status register (StateRegister). Each Thread has its own unique index in the Block. These indices; Io threadIdx.x oz, (threadIdx.y ”and d threadIdx.z” [6]. Grid, Block and Thread structure [6]. In summary, as shown in Figure 3 Grid 3-dimensional blocks, each block consists of 3D threads. The number of threads in a block is limited and varies according to the calculation capability. For example; For a GPU with a computational capability of 2.0, a Block can be up to 3B 1024 * 1024 * 6 4Thread. API CUDA programming includes two APIs (Application Programming Interface). The first API is the high- level CUDA Runtime API, and the other is the low-
  • 4. International Journal of Trend in Scientific Research @ IJTSRD | Available Online @ www.ijtsrd.com With the CUDA Driver API, module startup memory management is handled in more detail. Detail and code is more. Particularly difficult to configure the kernels. Because the execution of the kernel parameters must be specified with explicit function calls instead of the execution configuration However, the driver for the kernel code offers better control and management than JIT (Just in Time) optimizations. The CUDA Runtime API simplifies device code management and usage by providing implicit start, content management and module manage Runtime API has GPU memory allocation, memory evacuation, data copying and system management functions. For example; kernel <<<, >>> () “syntax is sufficient when calling a Kernel. These two APIs are mutually exclusive, so one of the APIs should be preferred. In the next generation GPUs, these two APIs are said to be in peace, but one should be preferred. In terms of performance, there is no significant difference between them. 2.7 MR Image Magnetic Resonance Imaging (MRI) is a diagnostic technique that does not use drugs that are painless and do not require any drugs to cause allergies and do not use harmful materials such as x-rays [7]. Mar; In the examination of brain lesions, lung, bronchial and trachea, detailed examination, kidney, urinary tract and bladder examination, joints and rheumatic findings, intestinal examination, soft tissue imaging and is frequently used in the examination Figure4. Brain MR Image 2.8 Archiving of Medical Images Archiving of medical images has an important place in medical documentation. In the information age, International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456 www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec 2018 With the CUDA Driver API, module startup and memory management is handled in more detail. Detail and code is more. Particularly difficult to configure the kernels. Because the execution of the kernel parameters must be specified with explicit function calls instead of the execution configuration syntax. However, the driver for the kernel code offers better control and management than JIT (Just in Time) The CUDA Runtime API simplifies device code management and usage by providing implicit start, content management and module management. Runtime API has GPU memory allocation, memory evacuation, data copying and system management functions. For example; kernel <<<, >>> () “syntax is These two APIs are mutually exclusive, so one of the preferred. In the next generation GPUs, these two APIs are said to be in peace, but one should be preferred. In terms of performance, there is Magnetic Resonance Imaging (MRI) is a diagnostic t does not use drugs that are painless and do not require any drugs to cause allergies and do not [7]. Mar; In the examination of brain lesions, lung, bronchial and trachea, detailed examination, kidney, and bladder examination, joints and rheumatic findings, intestinal examination, soft tissue imaging and is frequently used in the examination [8]. Brain MR Image Archiving of medical images has an important place in medical documentation. In the information age, especially digital archiving is a topic that is more on the agenda. Because the cost of the film for the printing of the medical images on the films and the time of the archive scanning that will occur when film is re-used for archiving is one of the disadvantages of physical archiving. Today's medical imaging devices are produced in the IoT (Internet of Things) standard, and the medical image generated can be transferred to the digital environment over the network. Advantages of digital archiving; medical image on the instant image by connecting with the patient, image processing software and medical analysis on the medical image and to comment and to warn the user, the medical image with numerical data to dynamically provide statistics as a possibility, outside the server and storage space, you do not need a physical space ... disadvantages of archiving; The necessity of finding IoT-enabled devices is the establishment of network infrastructure, installation of server and storage systems, and image processing / imaging software needs. As the image processing systems in the field of health develop, how to store the medical images together with the patient information and how to access this image together with the data are the subjects that the numerical system emphasizes. DICOM data set standard has emerged as a result of certain standard studies [9]. 2.9 DICOM Standard It has been developed in order to find solutions to the questions about how to use the ar image. DICOM (Digital Imaging and Communications) is a database of file structure. As in databases, both text data can be written in the file and raw image data can be added. There are labels to prevent confusion in retrieving the data in th standard, which stores all the data in a single file Having a standard in medical image archiving offers hospitals and doctors in different regions a common sharing on medical images. Since there are different devices and different companies in me the dependence of the firm that produces the device will be required. The DICOM file format is a format that can store more details on medical images, patient information, and hospital information, unlike all known formats. In and Development (IJTSRD) ISSN: 2456-6470 Dec 2018 Page: 1143 especially digital archiving is a topic that is more on the agenda. Because the cost of the film for the printing of the medical images on the films and the time of the archive scanning that will occur when the used for archiving is one of the disadvantages of physical archiving. Today's medical imaging devices are produced in the IoT (Internet of Things) standard, and the medical image generated can be transferred to the digital the network. Advantages of digital archiving; medical image on the instant image by connecting with the patient, image processing software and medical analysis on the medical image and to comment and to warn the user, the medical to dynamically provide statistics as a possibility, outside the server and storage space, you do not need a physical space ... disadvantages of archiving; The necessity of finding enabled devices is the establishment of network ation of server and storage systems, and image processing / imaging software As the image processing systems in the field of health develop, how to store the medical images together with the patient information and how to access this with the data are the subjects that the numerical system emphasizes. DICOM data set standard has emerged as a result of certain standard It has been developed in order to find solutions to the questions about how to use the archived medical image. DICOM (Digital Imaging and Communications) is a database of file structure. As in databases, both text data can be written in the file and raw image data can be added. There are labels to prevent confusion in retrieving the data in this standard, which stores all the data in a single file [9]. Having a standard in medical image archiving offers hospitals and doctors in different regions a common sharing on medical images. Since there are different devices and different companies in medical imaging, the dependence of the firm that produces the device The DICOM file format is a format that can store more details on medical images, patient information, and hospital information, unlike all known formats. In
  • 5. International Journal of Trend in Scientific Research @ IJTSRD | Available Online @ www.ijtsrd.com the DICOM file, moving images and sound recordings can be stored with normal medical images. In addition, all tests and results of a patient and the fact that doctor diagnostics can be recorded on a common standard format will help to significantly reduce the diagnosis and treatment time of all patients in all hospitals. Large storage areas are needed when medical images are archived. In addition, as the image size increases, it will use the bandwidth on the network more when the image is desired to be accessed on the system and this will lead to blockages. Figure5. Sample Brain MR Images When the Figure 5 is examined, the part of the MRI that is to be considered on the MRI image, ie black area outside the region of the region of interest (ROI), covers a large area on the image. In this thesis, the ROI region used on the image will be detected with CUDA and removed from the image. 3. IMPLEMENTATIONS AND ACHIEVEMENTS 3.1 Identification of the ROI Region For each pixel when determining the ROI region on the MR image; The gradient based on the derivative is calculated. For best results, the most suitable gradient matrix should be chosen. The calculated Gradient Table1. Data dimensions before and after application MR Image Original MR Size ROI 1 256 KB 2 256 KB 3 256 KB 4 256 KB 5 256 KB 6 256 KB Average 256 KB International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456 www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec 2018 e, moving images and sound recordings can be stored with normal medical images. In addition, all tests and results of a patient and the fact that doctor diagnostics can be recorded on a common standard format will help to significantly reduce the and treatment time of all patients in all Large storage areas are needed when medical images are archived. In addition, as the image size increases, it will use the bandwidth on the network more when the image is desired to be accessed on the medical Sample Brain MR Images When the Figure 5 is examined, the part of the MRI that is to be considered on the MRI image, ie the black area outside the region of the region of interest (ROI), covers a large area on the image. In this thesis, the ROI region used on the image will be detected with CUDA and removed from the image. IMPLEMENTATIONS AND ACHIEVEMENTS of the ROI Region For each pixel when determining the ROI region on the MR image; The gradient based on the derivative is calculated. For best results, the most suitable gradient matrix should be chosen. The calculated Gradient value is then compared to the threshold value. If it is greater than the specified threshold value, the pixel is marked as the edge point. If not, move to the next pixel. 3.2 Removing the ROI Region After the ROI zone is detected, the ROI region's coordinates are detected from top to right to left, from top to bottom and from left to right, and the image frame is collapsed according to these coordinates. Figure 6 ROI area detected, and frame collapsed image In Table 1, the 6 MR images shown in FIG. The data sizes of the ROI image obtained by the application are shown. The ROI image size is 40% less than the original MR image size. The compressed ROI image size is 15% less than the original size of the original image while it is 89% less than the original image size. Table 2 shows the working times of the MR images on the CPU and GPU. Accordingly, the application running on the GPU with CUDA produced 34 times faster than the serial application running on the CPU. Data dimensions before and after application ROI Size Compressed Original Image Compressed ROI Size 173 KB 41 KB 178 KB 36 KB 174 KB 36 KB 174 KB 43 KB 138 KB 35 KB 79 KB 21 KB 153 KB 35 KB and Development (IJTSRD) ISSN: 2456-6470 Dec 2018 Page: 1144 he threshold value. If it is greater than the specified threshold value, the pixel is marked as the edge point. If not, move to the next Removing the ROI Region After the ROI zone is detected, the ROI region's coordinates are detected from top to bottom, from right to left, from top to bottom and from left to right, and the image frame is collapsed according to these Figure 6 ROI area detected, and frame collapsed image In Table 1, the 6 MR images shown in FIG. The data ROI image obtained by the application are shown. The ROI image size is 40% less than the original MR image size. The compressed ROI image size is 15% less than the original size of the original image while it is 89% less than the original image Table 2 shows the working times of the MR images on the CPU and GPU. Accordingly, the application running on the GPU with CUDA produced 34 times faster than the serial application running on the CPU. Compressed ROI Size 36 KB 30 KB 31 KB 38 KB 29 KB 17 KB 30 KB
  • 6. International Journal of Trend in Scientific Research @ IJTSRD | Available Online @ www.ijtsrd.com Table2. Working times obtained by running the application on the CPU and GPU MR Image Serial CPU Runtime 1 2 3 4 5 6 Average 4. RESULTS AND DISCUSSION In this study, methods are used to store MR images with less memory space in the digital system and to achieve these images more quickly. Because the area of the area (NON-ROI) outside the area of (NI-ROI) of the MR image is significantly grea is thought that it would make more sense to store only the ROI area. The data size generated with this application is approximately 11% of the original image. An area saving of 89% for each MR image is a serious data space savings considering the n MRIs recorded in hospitals. The storage of data in the archive system is a second possible situation. When the data generated by the developed application is compressed, the size of the data generated when the original image is compressed is about data. In this case, an average space saving of 15% is achieved for each MR image. The application was run on both the CPU and CUDA on the GPU, and the run times were examined. According to this; It is seen that the parallel application written in CUDA runs faster than the application written on the CPU. In this study and literature studies, it is seen that GPU systems are quite fast in the image processing area compared to CPU performance. The CUDA-coded parallel GPU application used in this study yielded a result over the MRU GPU performance averages in the literature. International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456 www.ijtsrd.com | Volume – 3 | Issue – 1 | Nov-Dec 2018 Working times obtained by running the application on the CPU and GPU Serial CPU Runtime CUDA GPU Runtime 325 ms 9 ms 315 ms 10 ms 314 ms 12 ms 318 ms 9 ms 354 ms 13 ms 436 ms 8 ms 343 ms 10 ms In this study, methods are used to store MR images with less memory space in the digital system and to achieve these images more quickly. Because the area ROI) outside the area of interest ROI) of the MR image is significantly greater, it is thought that it would make more sense to store only the ROI area. The data size generated with this application is approximately 11% of the original image. An area saving of 89% for each MR image is a serious data space savings considering the number of MRIs recorded in hospitals. The storage of data in the archive system is a second possible situation. When the data generated by the developed application is compressed, the size of the data generated when the original image is compressed is about 85% of the data. In this case, an average space saving of 15% is achieved for each MR image. The application was run on both the CPU and CUDA on the GPU, and the run times were examined. According to this; It is seen that in CUDA runs faster than the application written on the CPU. In this study and literature studies, it is seen that GPU systems are quite fast in the image processing area compared to coded parallel GPU dy yielded a result over the MRU GPU performance averages in the literature. REFERENCES 1. Yıldız, E., (2011). NVIDIA CUDA ile yüksek performanslı görüntü işleme, Yüksek Lisans Tezi, Đstanbul Üniversitesi Fen Bilimleri Enstitüsü, Đstanbul. 2. http://developer.download.nvidia.com/ da/3_1/toolkit/docs/NVIDIA_ mingGuide_3.1.pdf, [Access Date: 25.11.2017]. 3. http://www.nvidia.com.tr/object/cuda computing-tr.html, [Access Date: 09.03.2018]. 4. https://create.pro/blog/opencl Date: 10.03.2018)]. 5. http://ugurkontel.net/cuda- [Access Date: 14.03. 2018]. 6. http://nezihesozen.github.io/mydoc/cuda2 [Access Date: 14.03.2018] 7. http://www.akcaabatdh.gov.tr/detay.php?id=598 cid=156, [Access Date: 25.03.2018]. 8. http://www.medikalteknik.com.tr/saglik hizmetlerinde-medikal-goruntuleme/, [Access Date: 25.03.2018]. 9. Ulaş, M. ve Boyacı, A., (2007). PACS ve medikal görüntülerin sayısal olarak ar Akademik Bilişim’07 - Konferansı Bildirileri, Dumlupınar Üniversitesi, Kütahya, s69-74. and Development (IJTSRD) ISSN: 2456-6470 Dec 2018 Page: 1145 Working times obtained by running the application on the CPU and GPU Yıldız, E., (2011). NVIDIA CUDA ile yüksek şleme, Yüksek Lisans Tezi, stanbul Üniversitesi Fen Bilimleri Enstitüsü, http://developer.download.nvidia.com/compute/cu da/3_1/toolkit/docs/NVIDIA_CUDA_C_Program mingGuide_3.1.pdf, [Access Date: 25.11.2017]. http://www.nvidia.com.tr/object/cuda-parallel- tr.html, [Access Date: 09.03.2018]. /blog/opencl-vs-cuda/, [Access -cekirdegi-nedir/, [Access Date: 14.03. 2018]. http://nezihesozen.github.io/mydoc/cuda2.html [Access Date: 14.03.2018] http://www.akcaabatdh.gov.tr/detay.php?id=598& cid=156, [Access Date: 25.03.2018]. http://www.medikalteknik.com.tr/saglik- goruntuleme/, [Access , M. ve Boyacı, A., (2007). PACS ve medikal sayısal olarak arşivlenmesi, IX. Akademik Bilişim Konferansı Bildirileri, Dumlupınar Üniversitesi,