SlideShare a Scribd company logo
1 of 5
Download to read offline
C Frederico Fronza et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 3( Version 1), March 2014, pp.127-131
www.ijera.com 127 | P a g e
Image Processing to Collect the Radius of Human Pupil.
Carlos Frederico Fronza*1
, Yasser Issmail Mohsen1
, Jefferson Luiz Brum
Marques1
Institute of biomedical engineering of the electrical engineering department, Federal Universityof Santa
Catarina, Campus Universitário Reitor João David Ferreira Lima, Trindade – Florianópolis- Santa Catarina -
Brasil Cep: 88040-970.
ABSTRACT
The human activity is played by the nervous system, the neuropathy destroy the neuron and with that the
capacity of data transmission by the nervous system is jeopardize[1]. Theanalysis of the autonomic nervous
system (ANS) can give some crucial answers regarding to the level of diabetic neuropathy allowing the earlier
diagnosis[2]. Thehuman pupil light response.The follow project proposes the development a multiplatform
methodology, using FPGAtoolfor acquiring, processing, analysis andclassification the data capture aimed
theearly diagnosisofautonomic neuropathyin individuals withdiabetes mellitus.
Key words: Diabetes Mellitus, Autonomic Neuropathy, FPGA, Heart Rate Variability, Blood Pressure,
Biomedical Instrumentation.
I. INTRODUCTION
The humanpupil size, shape in time after the
light reaction have been used to indicatesome
neurological. In the eye exist a circular and radial
muscle that controls the pupilsize. The anterior is
innervated by parasympatheticfibers, and the latter,
by sympathetic fibers [3]. Hence, the pupil opening is
controlledby both the sympathetic and
parasympathetic autonomic nervous system
inresponse to light, it is called the pupil light reflex.
Consequently,the pupillary opening response to an
external light stimulus could provide a way
tomeasure the integrity of neuronal pathways
controlling pupil size [4] . To collect and store the
pupil radius the FPGA ( Field Programmable Gate
Array) was chosen due its speed and flexibility. The
FPGA offer a vastly parallel hardware architecture
and counting with low power depletion, an
alternative for digital signal processing [5].
By the FPGAs incredible capacity
toprocessing image and data. This work treats about a
FPGA Altera cyclone IV to perform the image
processing of the human eye, in order to study the
behavior autonomic neuropathy.
II. METODOLOGY
The assessment of autonomic dysfunctions
caused by diabetes mellitus can be observed by
stimulating the autonomic nervous system through
the pupilometry, heart hate variability, blood
pressure, respiratory frequency [6][7]. This three
variables cited before made the system have more
credibility once increase the probability of system
accuracy [8].
The FPGA come to better develop the
understanding of the disease, due to the precision,
velocity of image capture and processing. The light
architecture and the facility to work and comprehend
the functions are advantages and motivate the use the
FPGA tools [9].
It was used the Altera FPGA cyclone IV,
with 114480 LEs, 529 IOs. The FPGA is integrated
to Terasic student board DE2-115 with 128Mbits
SDRAM memory. Was used a 100 frames/s camera
and a 320x240 video size. The frame speed
mentioned help to captured better minor behavior of
the eye to see more accurate the consequences of the
human eye movement during the pupil contraction
and relaxing when exposure to light. A HDL system
was created to assure that our architecture works at
machine speed. However for the final processing of
the threated image data was necessary the use of
NIOSII.
The architecture comprehends several blocks
who describe the main system. The flux of the
blocks was developed in QSYS system tool and after
joined to Quartus2-12.1 top level file. The video data
flow system begins with the video_in block that
instantiates what kind of camera and video image is
to be used. The video av_config in Qsys system helps
to regulate the video entrance to NiosII. The clocks
used for this system was the main clock(50MHz), the
SDRAM_CLK (100MHZ) and VGA_CLK (27MHz),
also was made a sdc in quartus to held to finish with
the time problem. Before the data reach the memory,
VGA_output and the PC, the video data go through
the images processors. The processors will transform
the image using filters, FT transforms, bits and
RESEARCH ARTICLE OPEN ACCESS
C Frederico Fronza et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 3( Version 1), March 2014, pp.127-131
www.ijera.com 128 | P a g e
Chroma resample, Black and white transform and
edge detection. After all data transformation, the
image is stored at SDRAM, after that the image data
pass to a connected labelling block to extracted the
radius from the video. In the same time it is captured
the others two physiological signals, the HRV and
BP, this two will be concentrated and through the
RS-232 port arrive at FPGA to be processed after be
NiosII. The main structure of the system, the
pupilometry can be seen in figure 1.
Figure 1. How the data flows in the architecture
proposed.
The top level design was made in Verilog
computation language. The Verilog was chosen due
its lean characteristic making the image processing
even faster. The figure 2 shows the pupilometry, led
blink and the serial port view structure. top.
Figure 2. Top and linked levels diagram FPGA.
The LED_blink function was created to
stimulate the eyes with differences frequencies and
interval time light flash, using VHDL language it was
made a Finite State Machine (FSM) to give the
dynamic necessary to give the system the possibility
to regulate the flash light blink during the experiment
thought the DE2-115 board. The design was made to
possibility human interaction by the switches to
choose the better timing and intensity of blinking led
during the experiment.
Figure 3.Ledblink finite state machine.
2.1 PUPILOMETRY
Pupilometry is simple, low-cost, and not
invasive method to evaluate the autonomic nervous
system, through a pupil evaluation in light reaction,
using a series of flash lights [10], [11]. The pupil
analysis to discovery autonomics dysfunctions is the
most sensitive technique [12]. The pupilometry
regarded as the measurement of pupil size in time
before and after a flash light, when the patient pupil
remains in a dark environment during all the
experiment [13].
For the pupilometry work in the dark was
utilized the infrared light that doesn’t stimulate the
pupil however it’s light is reflected by the pupil dark
aspect, that is solved by a simple image processing
[14] [15].
2.2 QSYS
QSYS is an important IP core integration
device from Altera that helps to have a better use and
understanding of the low level design we choose to
make. Using the QSYS toll it’s possible to simplify
the top level architecture, and peripherals code saving
time during the project development, once it’s
capable to give to the programmer the data flow in
the design, interconnecting logical blocks to connect
intellectual property (IP) functions and subsystems8
.
In this Qsys project was insert in the main context a
master tag the available us to manipulate the board in
real time to better configure the system without
serials of compilation, The figure 4 shows a model
used in Qsys system.
CPU
CLK Signals
Memories
Clock_Signals
AV/Config
Video_in
Image Processing
ComponentLabelling
Buffer
New_DMA
VGA_OUT
Top Level
SDRAM
C Frederico Fronza et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 3( Version 1), March 2014, pp.127-131
www.ijera.com 129 | P a g e
Figure 4.Qsys System from Altera.
To process the video stream was first use a
Gaussian smoothing filter and decrease noise in the
images. Afterfirststepthe stream gets through a Sobel
operator processor, which computes the gradient of
the image intensity. Then, the stream is processed by
a non-maximum suppression filter, which finds the
directions of the gradients. Finally, the stream is
processed through a hysteresis filter to determine
which gradients are edges. It can be seen at Figure 4
that shows the block diagram of the core[16].
The goal of image edge detection is to
discoveryin a frame an abruptchange in brightness,
indicating the limit of the image. Through edge
detection can be founded the discontinuities in
surface[17].
Figure 5. Edge detector block diagram.
Source: ALTERA, 2013.
2.3 Processing Image.
The final request of image processing was
the radius and time data collect and storage. Once
after the first image processing the image stored in
SDRAM are a black and white image, where the
pupil is black and the background is white, as show
in figure 5. Now we are able to find the center o mass
of the image we want.
Figure 6.shows the pupil all black and the rest of the
image white, a binary image.
To give the accuracy to that this system
required, was made a center of mass and radius find
block and insert in qsys flow.The out coming is the
radius in time of the pupil stored in the on chip
memory and pc thought the host based file system
waiting for the statistical analysis.
In the Figure 8 it can be seen the final image
processing. The edge detector in the eye separated the
pupil from the rest. The algorithm search in the frame
for the edge and after found start to count until find
the another edge, stored size number in a vector, and
continuous till find the greatest size, the pupil
diameter. It is shown in red in Figure 7.
Figure 7. Pupil Image Processing finding the
diameter.
III.PROJECT OUTCOMMING
We were able to extract images from the
camera, treat the images with images processing
system and stored into the SDRAM. Once in the
SDRAM the video was extracted and the pupil radius
C Frederico Fronza et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 3( Version 1), March 2014, pp.127-131
www.ijera.com 130 | P a g e
was calculated and was made the connection with the
personal computer and collects the data to make the
analysis of the out coming. The images in PC give to
us the possibility to processing in matlab to confirm
the accuracy of the system.
3.1 IMAGES FROM THE CAMERA
After all processing the video output is raw
image in black and white using the pupil edge
detector, ready to processing, after the image treating
the result is frames in bmp format and a csv file
containing the pupil radius dimensions in time. The
figure 7 show the image collected before and after the
flash light demonstrating the differences of pupil ray.
The pupil ray can be used to find disease that affects
the human neurons, the neuropathy.
Figure 8. Show the pupil radius contraction and
relaxing after the flash light, were a. moment before
the flash, (b) and (c) show the contraction after the
flash and in (d) the eye is back to normal.
IV.CONCLUSION
By means of the system proposed it were
able to collect the images frame by frameand stored
in a SDRAM memory and give the second processing
collecting the radius. All the image processing occurs
at the same time of image collect showing the fast
processing and image analysis.
With the collected data it is possible to analyses the
human autonomic system.
REFERENCES
[1] P. HOME, "Glucose: sweetness and toxin,"
Diabet Voice, vol. 49, 2004.
[2] E. B. SCHROEDER, L. E. CHAMBLESS,
D. LIAO, R. J. PRINEAS, G. W. EVANS,
W. D. ROSAMOND and G. HEISS.,
"Diabetes, Glucose, Insulin, and Heart Rate
Variability.," Diabetes Care, vol. 28, no. 3,
March 2005.
[3] E. C. M. R. C. &. G. P. E. MCNAY,
"Fluctuations in brain glucose concentration
during behavioral testing: Dissociations
between brain areas and between brain and
blood. Neurobiology of Learning and
Memory.," vol. 75, p. 325–327, 2001.
[4] A. J. BOULTON, A. I. VINIK, J. C.
AREZZO, V. BRIL, E. L. FELDMAN, R.
FREEMAN, R. A. MALIK, R. E. MASER,
J. M. Sosenko and D. Ziegler., "Diabetic
Neuropathies," Diabetes Care, vol. 28, no.
4, pp. 956-962, April 2005.
[5] D. a. C. o. D. MELLITUS, DIABETES
CARE, VOLUME 33, SUPPLEMENT 1,
JANUARY 2010, vol. 33, no. 1, pp. 562-569,
JANUARY 2010.
[6] A. VINIK, R. MASER, B. MITCHELL and
R. FREEMAN, "Diabetic Autonomic
Neuropathy," Diabetes Care, vol. 26, pp.
1553-1579, 2003.
[7] F. G. L, "An Approach to the Assessment of
Diabetic Neuropathy Based on Dynamic
Pupillometry," IEEE Engeneering in
Medicine and Biology Society, pp. 557-560,
Aug 2007.
[8] A. D. A. a. A. A. o. Neurology.,
"Proceedings of a consensus development
conference on standardized measures in
diabetic neuropathy," Diabetes Care, vol.
15, pp. 1080-107, 1992.
[9] A. BOCHEM, R. HERPERS and K. KENT,
"Acceleration of Blob Detection within
Images in Hardware," University of New
Brunswick, pp. 1-37, Dec 2009.
[10] F. FOTIOU, K. N. FOUNTOULAKIS, A.
GOULAS, L. ALEXOPOULOS and A.
PALIKARAS, "Automated standardized
pupillometry with optical method for
purposes of clinical practice and research,"
vol. 20, no. 5, p. 336–347, 2000.
[11] G. FERRARI, PUPILOMETRIA
DINÂMICA: APLICAÇÃO NA DETECÇÃO
E AVALIAÇÃO DA NEUROPATIA
AUTONÔMICA DIABÉTICA E ESTUDO
DA CORRELAÇÃO ENTRE A RESPOSTA
TEMPORAL DA PUPILA AO ESTÍMULO
VISUAL E A GLICEMIA, Curitiba, PR,
2008.
[12] K. KARA, D. KARAMAN, U. ERDEM, M.
CONGOLOGLU, I. DURUKAN and A.
ILHAN, "Investigation of Autonomic
Nervous System Functions by Pupillometry
in Children with Attention-
C Frederico Fronza et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 3( Version 1), March 2014, pp.127-131
www.ijera.com 131 | P a g e
Deficit/Hyperactivity Disorder," Bulletin of
Clinical Psychopharmacology , vol. 1, pp.
49-56, 2013.
[13] O. LOWENSTEIN and I. LOEWENFELD,
"Electronic Pupillography A New
Instrument and Some Clinical Applications,"
AMA Arch Ophthalmol., vol. 59, no. 3, pp.
352-363, 1958.
[14] J. MACLAREN, W. FJERSTAD, A. NESS,
M. GRAHAN and M. BRUBAKER, "New
video pupillometry," Optical Engeneering,
vol. 34, pp. 676-683, 1994.
[15] O. BERGAMIN and R. KARDON,
"Latency of the Pupil Light Reflex: Sample
Rate, Stimulus Intensity, and Variation in
Normal Subjects," IOVS, vol. 44, no. 4,
April 2003.
[16] ALTERA, "Design Tools & Services: Qsys -
Altera’s System Integration Tool,"
http://www.altera.com/products/software/qu
artus-ii/ subscription - edition/qsys/qts-
qsys.html, September 2013.
[17] A. BURKULE and P. B. BOROLE., "Use of
Reconfigurable FPGA for Image
Processing," International Journal of
Advanced Research in Computer Science
and Software Engineering, vol. 3, pp. 432-
436, January 2013.

More Related Content

What's hot

Brain Tumor Segmentation in MRI Images
Brain Tumor Segmentation in MRI ImagesBrain Tumor Segmentation in MRI Images
Brain Tumor Segmentation in MRI ImagesIJRAT
 
SVM-KNN Hybrid Method for MR Image
SVM-KNN Hybrid Method for MR ImageSVM-KNN Hybrid Method for MR Image
SVM-KNN Hybrid Method for MR ImageIRJET Journal
 
implementation of area efficient high speed eddr architecture
implementation of area efficient high speed eddr architectureimplementation of area efficient high speed eddr architecture
implementation of area efficient high speed eddr architectureKumar Goud
 
High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...
High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...
High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...Dr. Amarjeet Singh
 
Implementing Neural Networks Using VLSI for Image Processing (compression)
Implementing Neural Networks Using VLSI for Image Processing (compression)Implementing Neural Networks Using VLSI for Image Processing (compression)
Implementing Neural Networks Using VLSI for Image Processing (compression)IJERA Editor
 
Evaluation of deep neural network architectures in the identification of bone...
Evaluation of deep neural network architectures in the identification of bone...Evaluation of deep neural network architectures in the identification of bone...
Evaluation of deep neural network architectures in the identification of bone...TELKOMNIKA JOURNAL
 
Ramprakash Resume
Ramprakash ResumeRamprakash Resume
Ramprakash ResumeRam Prakash
 
A ROBUST CHAOTIC AND FAST WALSH TRANSFORM ENCRYPTION FOR GRAY SCALE BIOMEDICA...
A ROBUST CHAOTIC AND FAST WALSH TRANSFORM ENCRYPTION FOR GRAY SCALE BIOMEDICA...A ROBUST CHAOTIC AND FAST WALSH TRANSFORM ENCRYPTION FOR GRAY SCALE BIOMEDICA...
A ROBUST CHAOTIC AND FAST WALSH TRANSFORM ENCRYPTION FOR GRAY SCALE BIOMEDICA...sipij
 
Image Compression and Reconstruction Using Artificial Neural Network
Image Compression and Reconstruction Using Artificial Neural NetworkImage Compression and Reconstruction Using Artificial Neural Network
Image Compression and Reconstruction Using Artificial Neural NetworkIRJET Journal
 
NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...
NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...
NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...csandit
 
Adaptive Computing Seminar Report - Suyog Potdar
Adaptive Computing Seminar Report - Suyog PotdarAdaptive Computing Seminar Report - Suyog Potdar
Adaptive Computing Seminar Report - Suyog PotdarSuyog Potdar
 
OBSERVATIONAL DISCRETE LINES FOR THE DETECTION OF MOVING VEHICLES IN ROAD TRA...
OBSERVATIONAL DISCRETE LINES FOR THE DETECTION OF MOVING VEHICLES IN ROAD TRA...OBSERVATIONAL DISCRETE LINES FOR THE DETECTION OF MOVING VEHICLES IN ROAD TRA...
OBSERVATIONAL DISCRETE LINES FOR THE DETECTION OF MOVING VEHICLES IN ROAD TRA...ijcseit
 
An area and power efficient on chip communication architectures for image enc...
An area and power efficient on chip communication architectures for image enc...An area and power efficient on chip communication architectures for image enc...
An area and power efficient on chip communication architectures for image enc...eSAT Publishing House
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
DECENTRALIZED SUPERVISION OF MOBILE SENSOR NETWORKS USING PETRI NET
DECENTRALIZED SUPERVISION OF MOBILE SENSOR NETWORKS USING PETRI NETDECENTRALIZED SUPERVISION OF MOBILE SENSOR NETWORKS USING PETRI NET
DECENTRALIZED SUPERVISION OF MOBILE SENSOR NETWORKS USING PETRI NETijcseit
 
Adaptive Weight Computation Processor for Medical Ultrasound Beam former: VLS...
Adaptive Weight Computation Processor for Medical Ultrasound Beam former: VLS...Adaptive Weight Computation Processor for Medical Ultrasound Beam former: VLS...
Adaptive Weight Computation Processor for Medical Ultrasound Beam former: VLS...iosrjce
 
A NOVEL BACKGROUND SUBTRACTION ALGORITHM FOR PERSON TRACKING BASED ON K-NN
A NOVEL BACKGROUND SUBTRACTION ALGORITHM FOR PERSON TRACKING BASED ON K-NN A NOVEL BACKGROUND SUBTRACTION ALGORITHM FOR PERSON TRACKING BASED ON K-NN
A NOVEL BACKGROUND SUBTRACTION ALGORITHM FOR PERSON TRACKING BASED ON K-NN csandit
 

What's hot (18)

Brain Tumor Segmentation in MRI Images
Brain Tumor Segmentation in MRI ImagesBrain Tumor Segmentation in MRI Images
Brain Tumor Segmentation in MRI Images
 
SVM-KNN Hybrid Method for MR Image
SVM-KNN Hybrid Method for MR ImageSVM-KNN Hybrid Method for MR Image
SVM-KNN Hybrid Method for MR Image
 
implementation of area efficient high speed eddr architecture
implementation of area efficient high speed eddr architectureimplementation of area efficient high speed eddr architecture
implementation of area efficient high speed eddr architecture
 
High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...
High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...
High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...
 
Implementing Neural Networks Using VLSI for Image Processing (compression)
Implementing Neural Networks Using VLSI for Image Processing (compression)Implementing Neural Networks Using VLSI for Image Processing (compression)
Implementing Neural Networks Using VLSI for Image Processing (compression)
 
Evaluation of deep neural network architectures in the identification of bone...
Evaluation of deep neural network architectures in the identification of bone...Evaluation of deep neural network architectures in the identification of bone...
Evaluation of deep neural network architectures in the identification of bone...
 
Ramprakash Resume
Ramprakash ResumeRamprakash Resume
Ramprakash Resume
 
A ROBUST CHAOTIC AND FAST WALSH TRANSFORM ENCRYPTION FOR GRAY SCALE BIOMEDICA...
A ROBUST CHAOTIC AND FAST WALSH TRANSFORM ENCRYPTION FOR GRAY SCALE BIOMEDICA...A ROBUST CHAOTIC AND FAST WALSH TRANSFORM ENCRYPTION FOR GRAY SCALE BIOMEDICA...
A ROBUST CHAOTIC AND FAST WALSH TRANSFORM ENCRYPTION FOR GRAY SCALE BIOMEDICA...
 
call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...
 
Image Compression and Reconstruction Using Artificial Neural Network
Image Compression and Reconstruction Using Artificial Neural NetworkImage Compression and Reconstruction Using Artificial Neural Network
Image Compression and Reconstruction Using Artificial Neural Network
 
NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...
NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...
NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...
 
Adaptive Computing Seminar Report - Suyog Potdar
Adaptive Computing Seminar Report - Suyog PotdarAdaptive Computing Seminar Report - Suyog Potdar
Adaptive Computing Seminar Report - Suyog Potdar
 
OBSERVATIONAL DISCRETE LINES FOR THE DETECTION OF MOVING VEHICLES IN ROAD TRA...
OBSERVATIONAL DISCRETE LINES FOR THE DETECTION OF MOVING VEHICLES IN ROAD TRA...OBSERVATIONAL DISCRETE LINES FOR THE DETECTION OF MOVING VEHICLES IN ROAD TRA...
OBSERVATIONAL DISCRETE LINES FOR THE DETECTION OF MOVING VEHICLES IN ROAD TRA...
 
An area and power efficient on chip communication architectures for image enc...
An area and power efficient on chip communication architectures for image enc...An area and power efficient on chip communication architectures for image enc...
An area and power efficient on chip communication architectures for image enc...
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
DECENTRALIZED SUPERVISION OF MOBILE SENSOR NETWORKS USING PETRI NET
DECENTRALIZED SUPERVISION OF MOBILE SENSOR NETWORKS USING PETRI NETDECENTRALIZED SUPERVISION OF MOBILE SENSOR NETWORKS USING PETRI NET
DECENTRALIZED SUPERVISION OF MOBILE SENSOR NETWORKS USING PETRI NET
 
Adaptive Weight Computation Processor for Medical Ultrasound Beam former: VLS...
Adaptive Weight Computation Processor for Medical Ultrasound Beam former: VLS...Adaptive Weight Computation Processor for Medical Ultrasound Beam former: VLS...
Adaptive Weight Computation Processor for Medical Ultrasound Beam former: VLS...
 
A NOVEL BACKGROUND SUBTRACTION ALGORITHM FOR PERSON TRACKING BASED ON K-NN
A NOVEL BACKGROUND SUBTRACTION ALGORITHM FOR PERSON TRACKING BASED ON K-NN A NOVEL BACKGROUND SUBTRACTION ALGORITHM FOR PERSON TRACKING BASED ON K-NN
A NOVEL BACKGROUND SUBTRACTION ALGORITHM FOR PERSON TRACKING BASED ON K-NN
 

Viewers also liked

Muzeul civilizatiei urbane brasov
Muzeul civilizatiei urbane brasovMuzeul civilizatiei urbane brasov
Muzeul civilizatiei urbane brasovOvidiu Slimac
 
Cum se leaga sireturile
Cum se leaga sireturileCum se leaga sireturile
Cum se leaga sireturileOvidiu Slimac
 
Eterna şi fascinanta Românie
Eterna şi fascinanta RomânieEterna şi fascinanta Românie
Eterna şi fascinanta RomânieOvidiu Slimac
 
особенности работы зрительного анализатора инженера в счм
особенности работы зрительного анализатора инженера в счмособенности работы зрительного анализатора инженера в счм
особенности работы зрительного анализатора инженера в счмСНУЯЭиП
 
9.А. Малышев м.с.грушевский
9.А. Малышев м.с.грушевский9.А. Малышев м.с.грушевский
9.А. Малышев м.с.грушевскийСНУЯЭиП
 

Viewers also liked (9)

Muzeul civilizatiei urbane brasov
Muzeul civilizatiei urbane brasovMuzeul civilizatiei urbane brasov
Muzeul civilizatiei urbane brasov
 
Cum se leaga sireturile
Cum se leaga sireturileCum se leaga sireturile
Cum se leaga sireturile
 
Vergangene zeiten
Vergangene zeiten Vergangene zeiten
Vergangene zeiten
 
Green _
Green   _Green   _
Green _
 
Eterna şi fascinanta Românie
Eterna şi fascinanta RomânieEterna şi fascinanta Românie
Eterna şi fascinanta Românie
 
6 victims u
6 victims u6 victims u
6 victims u
 
особенности работы зрительного анализатора инженера в счм
особенности работы зрительного анализатора инженера в счмособенности работы зрительного анализатора инженера в счм
особенности работы зрительного анализатора инженера в счм
 
Crăciun fericit
Crăciun fericit Crăciun fericit
Crăciun fericit
 
9.А. Малышев м.с.грушевский
9.А. Малышев м.с.грушевский9.А. Малышев м.с.грушевский
9.А. Малышев м.с.грушевский
 

Similar to Y4301127131

Development of 3D convolutional neural network to recognize human activities ...
Development of 3D convolutional neural network to recognize human activities ...Development of 3D convolutional neural network to recognize human activities ...
Development of 3D convolutional neural network to recognize human activities ...journalBEEI
 
Metaphorical Analysis of diseases in Tomato leaves using Deep Learning Algori...
Metaphorical Analysis of diseases in Tomato leaves using Deep Learning Algori...Metaphorical Analysis of diseases in Tomato leaves using Deep Learning Algori...
Metaphorical Analysis of diseases in Tomato leaves using Deep Learning Algori...IRJET Journal
 
Driving cycle tracking device big data storing and management
Driving cycle tracking device big data storing and managementDriving cycle tracking device big data storing and management
Driving cycle tracking device big data storing and managementIJECEIAES
 
(Im2col)accelerating deep neural networks on low power heterogeneous architec...
(Im2col)accelerating deep neural networks on low power heterogeneous architec...(Im2col)accelerating deep neural networks on low power heterogeneous architec...
(Im2col)accelerating deep neural networks on low power heterogeneous architec...Bomm Kim
 
HARDWARE SOFTWARE CO-SIMULATION FOR TRAFFIC LOAD COMPUTATION USING MATLAB SIM...
HARDWARE SOFTWARE CO-SIMULATION FOR TRAFFIC LOAD COMPUTATION USING MATLAB SIM...HARDWARE SOFTWARE CO-SIMULATION FOR TRAFFIC LOAD COMPUTATION USING MATLAB SIM...
HARDWARE SOFTWARE CO-SIMULATION FOR TRAFFIC LOAD COMPUTATION USING MATLAB SIM...ijcsity
 
A SURVEY OF NEURAL NETWORK HARDWARE ACCELERATORS IN MACHINE LEARNING
A SURVEY OF NEURAL NETWORK HARDWARE ACCELERATORS IN MACHINE LEARNING A SURVEY OF NEURAL NETWORK HARDWARE ACCELERATORS IN MACHINE LEARNING
A SURVEY OF NEURAL NETWORK HARDWARE ACCELERATORS IN MACHINE LEARNING mlaij
 
Secure IoT Systems Monitor Framework using Probabilistic Image Encryption
Secure IoT Systems Monitor Framework using Probabilistic Image EncryptionSecure IoT Systems Monitor Framework using Probabilistic Image Encryption
Secure IoT Systems Monitor Framework using Probabilistic Image EncryptionIJAEMSJORNAL
 
20594-39025-1-PB.pdf
20594-39025-1-PB.pdf20594-39025-1-PB.pdf
20594-39025-1-PB.pdfIjictTeam
 
IRJET - Positioning and Tracking of a Person using Embedded Controller in a D...
IRJET - Positioning and Tracking of a Person using Embedded Controller in a D...IRJET - Positioning and Tracking of a Person using Embedded Controller in a D...
IRJET - Positioning and Tracking of a Person using Embedded Controller in a D...IRJET Journal
 
ON THE PERFORMANCE OF INTRUSION DETECTION SYSTEMS WITH HIDDEN MULTILAYER NEUR...
ON THE PERFORMANCE OF INTRUSION DETECTION SYSTEMS WITH HIDDEN MULTILAYER NEUR...ON THE PERFORMANCE OF INTRUSION DETECTION SYSTEMS WITH HIDDEN MULTILAYER NEUR...
ON THE PERFORMANCE OF INTRUSION DETECTION SYSTEMS WITH HIDDEN MULTILAYER NEUR...IJCNCJournal
 
On The Performance of Intrusion Detection Systems with Hidden Multilayer Neur...
On The Performance of Intrusion Detection Systems with Hidden Multilayer Neur...On The Performance of Intrusion Detection Systems with Hidden Multilayer Neur...
On The Performance of Intrusion Detection Systems with Hidden Multilayer Neur...IJCNCJournal
 
An Approach Towards Lossless Compression Through Artificial Neural Network Te...
An Approach Towards Lossless Compression Through Artificial Neural Network Te...An Approach Towards Lossless Compression Through Artificial Neural Network Te...
An Approach Towards Lossless Compression Through Artificial Neural Network Te...IJERA Editor
 
GENERIC SOPC PLATFORM FOR VIDEO INTERACTIVE SYSTEM WITH MPMC CONTROLLER
GENERIC SOPC PLATFORM FOR VIDEO INTERACTIVE SYSTEM WITH MPMC CONTROLLERGENERIC SOPC PLATFORM FOR VIDEO INTERACTIVE SYSTEM WITH MPMC CONTROLLER
GENERIC SOPC PLATFORM FOR VIDEO INTERACTIVE SYSTEM WITH MPMC CONTROLLERijesajournal
 
Development of portable automatic number plate recognition (ANPR) system on R...
Development of portable automatic number plate recognition (ANPR) system on R...Development of portable automatic number plate recognition (ANPR) system on R...
Development of portable automatic number plate recognition (ANPR) system on R...IJECEIAES
 
Accelerating Real Time Applications on Heterogeneous Platforms
Accelerating Real Time Applications on Heterogeneous PlatformsAccelerating Real Time Applications on Heterogeneous Platforms
Accelerating Real Time Applications on Heterogeneous PlatformsIJMER
 
Presentation for min project
Presentation for min projectPresentation for min project
Presentation for min projectaraya kiros
 
Adaptive Neuro-Fuzzy Inference System (ANFIS) for segmentation of image ROI a...
Adaptive Neuro-Fuzzy Inference System (ANFIS) for segmentation of image ROI a...Adaptive Neuro-Fuzzy Inference System (ANFIS) for segmentation of image ROI a...
Adaptive Neuro-Fuzzy Inference System (ANFIS) for segmentation of image ROI a...IRJET Journal
 
IRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting PneumoniaIRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting PneumoniaIRJET Journal
 

Similar to Y4301127131 (20)

Ku3419461949
Ku3419461949Ku3419461949
Ku3419461949
 
imagefiltervhdl.pptx
imagefiltervhdl.pptximagefiltervhdl.pptx
imagefiltervhdl.pptx
 
Development of 3D convolutional neural network to recognize human activities ...
Development of 3D convolutional neural network to recognize human activities ...Development of 3D convolutional neural network to recognize human activities ...
Development of 3D convolutional neural network to recognize human activities ...
 
Metaphorical Analysis of diseases in Tomato leaves using Deep Learning Algori...
Metaphorical Analysis of diseases in Tomato leaves using Deep Learning Algori...Metaphorical Analysis of diseases in Tomato leaves using Deep Learning Algori...
Metaphorical Analysis of diseases in Tomato leaves using Deep Learning Algori...
 
Driving cycle tracking device big data storing and management
Driving cycle tracking device big data storing and managementDriving cycle tracking device big data storing and management
Driving cycle tracking device big data storing and management
 
(Im2col)accelerating deep neural networks on low power heterogeneous architec...
(Im2col)accelerating deep neural networks on low power heterogeneous architec...(Im2col)accelerating deep neural networks on low power heterogeneous architec...
(Im2col)accelerating deep neural networks on low power heterogeneous architec...
 
HARDWARE SOFTWARE CO-SIMULATION FOR TRAFFIC LOAD COMPUTATION USING MATLAB SIM...
HARDWARE SOFTWARE CO-SIMULATION FOR TRAFFIC LOAD COMPUTATION USING MATLAB SIM...HARDWARE SOFTWARE CO-SIMULATION FOR TRAFFIC LOAD COMPUTATION USING MATLAB SIM...
HARDWARE SOFTWARE CO-SIMULATION FOR TRAFFIC LOAD COMPUTATION USING MATLAB SIM...
 
A SURVEY OF NEURAL NETWORK HARDWARE ACCELERATORS IN MACHINE LEARNING
A SURVEY OF NEURAL NETWORK HARDWARE ACCELERATORS IN MACHINE LEARNING A SURVEY OF NEURAL NETWORK HARDWARE ACCELERATORS IN MACHINE LEARNING
A SURVEY OF NEURAL NETWORK HARDWARE ACCELERATORS IN MACHINE LEARNING
 
Secure IoT Systems Monitor Framework using Probabilistic Image Encryption
Secure IoT Systems Monitor Framework using Probabilistic Image EncryptionSecure IoT Systems Monitor Framework using Probabilistic Image Encryption
Secure IoT Systems Monitor Framework using Probabilistic Image Encryption
 
20594-39025-1-PB.pdf
20594-39025-1-PB.pdf20594-39025-1-PB.pdf
20594-39025-1-PB.pdf
 
IRJET - Positioning and Tracking of a Person using Embedded Controller in a D...
IRJET - Positioning and Tracking of a Person using Embedded Controller in a D...IRJET - Positioning and Tracking of a Person using Embedded Controller in a D...
IRJET - Positioning and Tracking of a Person using Embedded Controller in a D...
 
ON THE PERFORMANCE OF INTRUSION DETECTION SYSTEMS WITH HIDDEN MULTILAYER NEUR...
ON THE PERFORMANCE OF INTRUSION DETECTION SYSTEMS WITH HIDDEN MULTILAYER NEUR...ON THE PERFORMANCE OF INTRUSION DETECTION SYSTEMS WITH HIDDEN MULTILAYER NEUR...
ON THE PERFORMANCE OF INTRUSION DETECTION SYSTEMS WITH HIDDEN MULTILAYER NEUR...
 
On The Performance of Intrusion Detection Systems with Hidden Multilayer Neur...
On The Performance of Intrusion Detection Systems with Hidden Multilayer Neur...On The Performance of Intrusion Detection Systems with Hidden Multilayer Neur...
On The Performance of Intrusion Detection Systems with Hidden Multilayer Neur...
 
An Approach Towards Lossless Compression Through Artificial Neural Network Te...
An Approach Towards Lossless Compression Through Artificial Neural Network Te...An Approach Towards Lossless Compression Through Artificial Neural Network Te...
An Approach Towards Lossless Compression Through Artificial Neural Network Te...
 
GENERIC SOPC PLATFORM FOR VIDEO INTERACTIVE SYSTEM WITH MPMC CONTROLLER
GENERIC SOPC PLATFORM FOR VIDEO INTERACTIVE SYSTEM WITH MPMC CONTROLLERGENERIC SOPC PLATFORM FOR VIDEO INTERACTIVE SYSTEM WITH MPMC CONTROLLER
GENERIC SOPC PLATFORM FOR VIDEO INTERACTIVE SYSTEM WITH MPMC CONTROLLER
 
Development of portable automatic number plate recognition (ANPR) system on R...
Development of portable automatic number plate recognition (ANPR) system on R...Development of portable automatic number plate recognition (ANPR) system on R...
Development of portable automatic number plate recognition (ANPR) system on R...
 
Accelerating Real Time Applications on Heterogeneous Platforms
Accelerating Real Time Applications on Heterogeneous PlatformsAccelerating Real Time Applications on Heterogeneous Platforms
Accelerating Real Time Applications on Heterogeneous Platforms
 
Presentation for min project
Presentation for min projectPresentation for min project
Presentation for min project
 
Adaptive Neuro-Fuzzy Inference System (ANFIS) for segmentation of image ROI a...
Adaptive Neuro-Fuzzy Inference System (ANFIS) for segmentation of image ROI a...Adaptive Neuro-Fuzzy Inference System (ANFIS) for segmentation of image ROI a...
Adaptive Neuro-Fuzzy Inference System (ANFIS) for segmentation of image ROI a...
 
IRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting PneumoniaIRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
 

Recently uploaded

Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 

Recently uploaded (20)

Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 

Y4301127131

  • 1. C Frederico Fronza et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 3( Version 1), March 2014, pp.127-131 www.ijera.com 127 | P a g e Image Processing to Collect the Radius of Human Pupil. Carlos Frederico Fronza*1 , Yasser Issmail Mohsen1 , Jefferson Luiz Brum Marques1 Institute of biomedical engineering of the electrical engineering department, Federal Universityof Santa Catarina, Campus Universitário Reitor João David Ferreira Lima, Trindade – Florianópolis- Santa Catarina - Brasil Cep: 88040-970. ABSTRACT The human activity is played by the nervous system, the neuropathy destroy the neuron and with that the capacity of data transmission by the nervous system is jeopardize[1]. Theanalysis of the autonomic nervous system (ANS) can give some crucial answers regarding to the level of diabetic neuropathy allowing the earlier diagnosis[2]. Thehuman pupil light response.The follow project proposes the development a multiplatform methodology, using FPGAtoolfor acquiring, processing, analysis andclassification the data capture aimed theearly diagnosisofautonomic neuropathyin individuals withdiabetes mellitus. Key words: Diabetes Mellitus, Autonomic Neuropathy, FPGA, Heart Rate Variability, Blood Pressure, Biomedical Instrumentation. I. INTRODUCTION The humanpupil size, shape in time after the light reaction have been used to indicatesome neurological. In the eye exist a circular and radial muscle that controls the pupilsize. The anterior is innervated by parasympatheticfibers, and the latter, by sympathetic fibers [3]. Hence, the pupil opening is controlledby both the sympathetic and parasympathetic autonomic nervous system inresponse to light, it is called the pupil light reflex. Consequently,the pupillary opening response to an external light stimulus could provide a way tomeasure the integrity of neuronal pathways controlling pupil size [4] . To collect and store the pupil radius the FPGA ( Field Programmable Gate Array) was chosen due its speed and flexibility. The FPGA offer a vastly parallel hardware architecture and counting with low power depletion, an alternative for digital signal processing [5]. By the FPGAs incredible capacity toprocessing image and data. This work treats about a FPGA Altera cyclone IV to perform the image processing of the human eye, in order to study the behavior autonomic neuropathy. II. METODOLOGY The assessment of autonomic dysfunctions caused by diabetes mellitus can be observed by stimulating the autonomic nervous system through the pupilometry, heart hate variability, blood pressure, respiratory frequency [6][7]. This three variables cited before made the system have more credibility once increase the probability of system accuracy [8]. The FPGA come to better develop the understanding of the disease, due to the precision, velocity of image capture and processing. The light architecture and the facility to work and comprehend the functions are advantages and motivate the use the FPGA tools [9]. It was used the Altera FPGA cyclone IV, with 114480 LEs, 529 IOs. The FPGA is integrated to Terasic student board DE2-115 with 128Mbits SDRAM memory. Was used a 100 frames/s camera and a 320x240 video size. The frame speed mentioned help to captured better minor behavior of the eye to see more accurate the consequences of the human eye movement during the pupil contraction and relaxing when exposure to light. A HDL system was created to assure that our architecture works at machine speed. However for the final processing of the threated image data was necessary the use of NIOSII. The architecture comprehends several blocks who describe the main system. The flux of the blocks was developed in QSYS system tool and after joined to Quartus2-12.1 top level file. The video data flow system begins with the video_in block that instantiates what kind of camera and video image is to be used. The video av_config in Qsys system helps to regulate the video entrance to NiosII. The clocks used for this system was the main clock(50MHz), the SDRAM_CLK (100MHZ) and VGA_CLK (27MHz), also was made a sdc in quartus to held to finish with the time problem. Before the data reach the memory, VGA_output and the PC, the video data go through the images processors. The processors will transform the image using filters, FT transforms, bits and RESEARCH ARTICLE OPEN ACCESS
  • 2. C Frederico Fronza et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 3( Version 1), March 2014, pp.127-131 www.ijera.com 128 | P a g e Chroma resample, Black and white transform and edge detection. After all data transformation, the image is stored at SDRAM, after that the image data pass to a connected labelling block to extracted the radius from the video. In the same time it is captured the others two physiological signals, the HRV and BP, this two will be concentrated and through the RS-232 port arrive at FPGA to be processed after be NiosII. The main structure of the system, the pupilometry can be seen in figure 1. Figure 1. How the data flows in the architecture proposed. The top level design was made in Verilog computation language. The Verilog was chosen due its lean characteristic making the image processing even faster. The figure 2 shows the pupilometry, led blink and the serial port view structure. top. Figure 2. Top and linked levels diagram FPGA. The LED_blink function was created to stimulate the eyes with differences frequencies and interval time light flash, using VHDL language it was made a Finite State Machine (FSM) to give the dynamic necessary to give the system the possibility to regulate the flash light blink during the experiment thought the DE2-115 board. The design was made to possibility human interaction by the switches to choose the better timing and intensity of blinking led during the experiment. Figure 3.Ledblink finite state machine. 2.1 PUPILOMETRY Pupilometry is simple, low-cost, and not invasive method to evaluate the autonomic nervous system, through a pupil evaluation in light reaction, using a series of flash lights [10], [11]. The pupil analysis to discovery autonomics dysfunctions is the most sensitive technique [12]. The pupilometry regarded as the measurement of pupil size in time before and after a flash light, when the patient pupil remains in a dark environment during all the experiment [13]. For the pupilometry work in the dark was utilized the infrared light that doesn’t stimulate the pupil however it’s light is reflected by the pupil dark aspect, that is solved by a simple image processing [14] [15]. 2.2 QSYS QSYS is an important IP core integration device from Altera that helps to have a better use and understanding of the low level design we choose to make. Using the QSYS toll it’s possible to simplify the top level architecture, and peripherals code saving time during the project development, once it’s capable to give to the programmer the data flow in the design, interconnecting logical blocks to connect intellectual property (IP) functions and subsystems8 . In this Qsys project was insert in the main context a master tag the available us to manipulate the board in real time to better configure the system without serials of compilation, The figure 4 shows a model used in Qsys system. CPU CLK Signals Memories Clock_Signals AV/Config Video_in Image Processing ComponentLabelling Buffer New_DMA VGA_OUT Top Level SDRAM
  • 3. C Frederico Fronza et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 3( Version 1), March 2014, pp.127-131 www.ijera.com 129 | P a g e Figure 4.Qsys System from Altera. To process the video stream was first use a Gaussian smoothing filter and decrease noise in the images. Afterfirststepthe stream gets through a Sobel operator processor, which computes the gradient of the image intensity. Then, the stream is processed by a non-maximum suppression filter, which finds the directions of the gradients. Finally, the stream is processed through a hysteresis filter to determine which gradients are edges. It can be seen at Figure 4 that shows the block diagram of the core[16]. The goal of image edge detection is to discoveryin a frame an abruptchange in brightness, indicating the limit of the image. Through edge detection can be founded the discontinuities in surface[17]. Figure 5. Edge detector block diagram. Source: ALTERA, 2013. 2.3 Processing Image. The final request of image processing was the radius and time data collect and storage. Once after the first image processing the image stored in SDRAM are a black and white image, where the pupil is black and the background is white, as show in figure 5. Now we are able to find the center o mass of the image we want. Figure 6.shows the pupil all black and the rest of the image white, a binary image. To give the accuracy to that this system required, was made a center of mass and radius find block and insert in qsys flow.The out coming is the radius in time of the pupil stored in the on chip memory and pc thought the host based file system waiting for the statistical analysis. In the Figure 8 it can be seen the final image processing. The edge detector in the eye separated the pupil from the rest. The algorithm search in the frame for the edge and after found start to count until find the another edge, stored size number in a vector, and continuous till find the greatest size, the pupil diameter. It is shown in red in Figure 7. Figure 7. Pupil Image Processing finding the diameter. III.PROJECT OUTCOMMING We were able to extract images from the camera, treat the images with images processing system and stored into the SDRAM. Once in the SDRAM the video was extracted and the pupil radius
  • 4. C Frederico Fronza et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 3( Version 1), March 2014, pp.127-131 www.ijera.com 130 | P a g e was calculated and was made the connection with the personal computer and collects the data to make the analysis of the out coming. The images in PC give to us the possibility to processing in matlab to confirm the accuracy of the system. 3.1 IMAGES FROM THE CAMERA After all processing the video output is raw image in black and white using the pupil edge detector, ready to processing, after the image treating the result is frames in bmp format and a csv file containing the pupil radius dimensions in time. The figure 7 show the image collected before and after the flash light demonstrating the differences of pupil ray. The pupil ray can be used to find disease that affects the human neurons, the neuropathy. Figure 8. Show the pupil radius contraction and relaxing after the flash light, were a. moment before the flash, (b) and (c) show the contraction after the flash and in (d) the eye is back to normal. IV.CONCLUSION By means of the system proposed it were able to collect the images frame by frameand stored in a SDRAM memory and give the second processing collecting the radius. All the image processing occurs at the same time of image collect showing the fast processing and image analysis. With the collected data it is possible to analyses the human autonomic system. REFERENCES [1] P. HOME, "Glucose: sweetness and toxin," Diabet Voice, vol. 49, 2004. [2] E. B. SCHROEDER, L. E. CHAMBLESS, D. LIAO, R. J. PRINEAS, G. W. EVANS, W. D. ROSAMOND and G. HEISS., "Diabetes, Glucose, Insulin, and Heart Rate Variability.," Diabetes Care, vol. 28, no. 3, March 2005. [3] E. C. M. R. C. &. G. P. E. MCNAY, "Fluctuations in brain glucose concentration during behavioral testing: Dissociations between brain areas and between brain and blood. Neurobiology of Learning and Memory.," vol. 75, p. 325–327, 2001. [4] A. J. BOULTON, A. I. VINIK, J. C. AREZZO, V. BRIL, E. L. FELDMAN, R. FREEMAN, R. A. MALIK, R. E. MASER, J. M. Sosenko and D. Ziegler., "Diabetic Neuropathies," Diabetes Care, vol. 28, no. 4, pp. 956-962, April 2005. [5] D. a. C. o. D. MELLITUS, DIABETES CARE, VOLUME 33, SUPPLEMENT 1, JANUARY 2010, vol. 33, no. 1, pp. 562-569, JANUARY 2010. [6] A. VINIK, R. MASER, B. MITCHELL and R. FREEMAN, "Diabetic Autonomic Neuropathy," Diabetes Care, vol. 26, pp. 1553-1579, 2003. [7] F. G. L, "An Approach to the Assessment of Diabetic Neuropathy Based on Dynamic Pupillometry," IEEE Engeneering in Medicine and Biology Society, pp. 557-560, Aug 2007. [8] A. D. A. a. A. A. o. Neurology., "Proceedings of a consensus development conference on standardized measures in diabetic neuropathy," Diabetes Care, vol. 15, pp. 1080-107, 1992. [9] A. BOCHEM, R. HERPERS and K. KENT, "Acceleration of Blob Detection within Images in Hardware," University of New Brunswick, pp. 1-37, Dec 2009. [10] F. FOTIOU, K. N. FOUNTOULAKIS, A. GOULAS, L. ALEXOPOULOS and A. PALIKARAS, "Automated standardized pupillometry with optical method for purposes of clinical practice and research," vol. 20, no. 5, p. 336–347, 2000. [11] G. FERRARI, PUPILOMETRIA DINÂMICA: APLICAÇÃO NA DETECÇÃO E AVALIAÇÃO DA NEUROPATIA AUTONÔMICA DIABÉTICA E ESTUDO DA CORRELAÇÃO ENTRE A RESPOSTA TEMPORAL DA PUPILA AO ESTÍMULO VISUAL E A GLICEMIA, Curitiba, PR, 2008. [12] K. KARA, D. KARAMAN, U. ERDEM, M. CONGOLOGLU, I. DURUKAN and A. ILHAN, "Investigation of Autonomic Nervous System Functions by Pupillometry in Children with Attention-
  • 5. C Frederico Fronza et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 3( Version 1), March 2014, pp.127-131 www.ijera.com 131 | P a g e Deficit/Hyperactivity Disorder," Bulletin of Clinical Psychopharmacology , vol. 1, pp. 49-56, 2013. [13] O. LOWENSTEIN and I. LOEWENFELD, "Electronic Pupillography A New Instrument and Some Clinical Applications," AMA Arch Ophthalmol., vol. 59, no. 3, pp. 352-363, 1958. [14] J. MACLAREN, W. FJERSTAD, A. NESS, M. GRAHAN and M. BRUBAKER, "New video pupillometry," Optical Engeneering, vol. 34, pp. 676-683, 1994. [15] O. BERGAMIN and R. KARDON, "Latency of the Pupil Light Reflex: Sample Rate, Stimulus Intensity, and Variation in Normal Subjects," IOVS, vol. 44, no. 4, April 2003. [16] ALTERA, "Design Tools & Services: Qsys - Altera’s System Integration Tool," http://www.altera.com/products/software/qu artus-ii/ subscription - edition/qsys/qts- qsys.html, September 2013. [17] A. BURKULE and P. B. BOROLE., "Use of Reconfigurable FPGA for Image Processing," International Journal of Advanced Research in Computer Science and Software Engineering, vol. 3, pp. 432- 436, January 2013.