SlideShare una empresa de Scribd logo
1 de 86
Descargar para leer sin conexión
Near Real Time Early
Esophageal Cancer
Detection Using a
Graphics Processing
Unit
Jason Helms
Introduction
Purpose
Image Processing
Discrete Wavelet Transform
Fractal Dimension Decomposition
General Methodology
Phase Breakdown
Base Results
Threshold Identification
Final Results
Timing Results
Future Work
Conclusions
Agenda
Introduction
Jason Helms
BS in CS at EWU
Medical processing has been recurrence
“Grand Challenges in Biomedical Image Analysis”
“Sub-Challenge: Early Barrett’s cancer detection”
Purpose
Identify Lesions
Input: Endoscopic image
Current: One image at a time
Extended future goal: Video application
Why: Getting data expensive, reduce patient
burden, optimize input data gathering
Near Real Time
Saga University time: 3 minutes 0 seconds
Problems: Few unknowns in regards to
aspects of the paper.
Goal: < 10s/image
Why: 0:30 video @ 30 fps = 900 images
9000 s = 2.5 hours.
Purpose
[ 1 ]
Purpose
[ 2 ]
Purpose
[ 2 ]
Purpose
J. Yamaguchi, A. Yoneyama, and T. Minamoto, “Automatic detection of early
esophageal cancer from endoscope image using fractal dimension and discrete
wavelet transform,”
Original Work
Published 2015
Base method
Previous Team Goal
Time: 3:00 (m:ss) Time: < 10s [ 3 ]
Previous Team Goal
Time: 3:00 (m:ss) Time: < 10s [ 3 ][ 9 ]
Image
Processing
OpenCV
C++
QT Creator (phase management)
OpenCV
- GPU integration in 2011
- Version used: 3.0.0
- OpenCV Focus: Real Time
Image Processing
- Diverse Hardware Compatibility
[ 4 ]
Qt Creator: used to manage phases
C++: OpenCV, QT Creator
C++ & QT Creator
[ 5 ]
Used for:
- Input reduction
- Small Vein Filter
- Minimal loss of input details
The first DWT was invented by the
Hungarian mathematician Alfréd
Haar.
Discrete Wavelet
Transform
Fourier Transform
[ 8 ]
Good Frequency Resolution
No time resolution
Short Time Fourier Transform
[ 8 ]
Time windows
Big window -> good frequency resolution
Small window -> good time resolution
- For any pixel in {LL,LH,HL,HH}
at (i,j)
- Convolute that pixel with filters,
also called kernels, p and q
DWT
DWT
M = 1
p = {1}
q = {1}
Easy
Fast
Haar
Measures pattern complexity
Not a unique descriptor
One way processing
Box counting method
Fractal
Dimension
Fractal Dimension
[ 6 ]
Koch Example
[ 10 ]
First convert image to Binary using
Dynamic Thresholding.
Recursively cover image in grid of
boxes
Count boxes with a 1
Compute: log(# of boxes with one’
s) divided by log (length of box
side) and save in variable (DT)
Box Counting
Box Counting
Visual
Demonstration
Box Counting
Final Steps
After all boxes have been
processed the following calculated
for each color:
Call this D{C} where C is from {R,G,
B,L} then:
Total Box Result (BT) for a block is:
BT = DR * DB * DG * DL
Gaussian
Fuzzy Edge
Enhancement
Fast, thanks to OpenCV
Computes a fuzzy image from input
Performs a weighted addition of
input image and fuzzy image
General Methodology
Phase 1
Codename: clipping
Purpose: preprocessing
Difficulty: Eh?
Phase 2
Codename: pre-wavelet
Purpose: preprocessing
Difficulty: Easy
Phase 3
Codename: DWT
Purpose: final preprocessing
Difficulty: Medium
Phase 4
Codename: Box Count
Purpose: detect patterns
Difficult: Hard
Phase 1
RGB Decomp
Input is a PNG
3 Channel
RGB
Lum. Calc.
No standard
Y = a * R + b * G + c * B
Size Reduce
Input Dimensions: 1600 x 1200
Need: 1024 x 1024
3 channel -> single channel
Edge Enhance.
Gaussian Fuzzy Edge
Enhancement
Brightness Enhance
Sample input image, not test image
Red, Green, Blue and Luminance
decomposition
Next up
[ 7 ]
[ 7 ]
Before Edge Enhancement
Raw Color Physician Anno.
Before After
Results
Phase 2
Grid Reduction
Input: 1024x1024 image
Output: 256 images
Output image size: 128x128
Color Thresh
Eliminate blocks without
enough intensity detail
Grid decomposition
Sample pre-color intensity
Sample high color intensity
Next up
[ 7 ]
Color Intensity Thresh Too High
R B
G L
Phase 3
DWT-1
Input size: 128x128
Output size: 64x64
DWT-2
Input size: 64x64
Output size: 32x32
DWT reduction sample
Small Vein Filter - convert & magnify
Small Vein Filter - magnify and dwt 1
Small Vein Filter - dwt 2
Small Vein Filter - before after
Next up
Input Reduction
Small Vein Filter
Small Vein Filter
Small Vein Filter
Small Vein Filter
Input Reduction
Phase 4
Bin. Image
Input: single channel (grayscale)
image
Output: Binary image
Box Counting
Input: 16 x 16 pixel binary image
Output: float
Results?
Still need statistics, but we can
see something, too many to be
coincidence
High false positive rate
Grid Reduction
Input: 32 x 32
Output: four 16x16 pixel images
Non-overlapping
Phase 4 set up
Color Intensity to Binary
Box count output
Next up
Box Counting
Visual
Demonstration
Disappointing
One glimmer of hope
Threshold detection begins
Not final results - coming soon
Base Results
From one promising square to
identifying all of the suspected area
marked by physicians.
Begins with color intensity
thresholding
Threshold
Identification
Color Intensity Thresh Too High
Lower Color Intensity Thresh
Converting an image to binary
uncovered yet another threshold set
to a blind average: Dynamic
thresholding
Relaxed this threshold
Threshold
Identification
Threshold Identification
Too low Better
Identified another in DWT, left at
blind average
Did not make sense (visually) to
change
However, Daubechies with D=4
would be better but costly
Threshold
Identification
Following Results:
Gaussian Fuzzy Edge Enhancement
Color Intensity Thresh: 60%
Bin Thresh: 80%
RESULTS
2 sets of results with all colors
shown
4 sets of results with the input,
physican annotation and final results
Next up
Patient 7 Image 1
Patient 10 Image 2
Patient 10 Image 2
Patient 10 Image 2
Previous Team Goal
Time: 3:00 (m:ss) Time: < 10s [ 3 ]
Patient 17 Image 5
Before Phy. Anno. Results
Patient 16 Image 3
Before Phy. Anno. Results
Patient 12 Image 3
Before Phy. Anno. Results
Patient 19 Image 1
Before Phy. Anno. Results
Patient 13 Image 2
Before Phy. Anno. Results
The bar wasn’t that high to begin
with anyways…
Obliterated Saga University Time
Beat the goal
Timing Results
Nvidia: ~1.35 seconds/image
AMD: ~3.5 seconds/image
Rasp. PI 2: ~16.5 seconds/image
Timing Results
SVM: Support Vector Machine,
Artificial intelligence, better
threshold analyzation, GPU readyFuture Work
Bad Red
Future work: Try the proposed
method but after luminance
calculation, toss red and
continue
Bad Red
Conclusions
High False positive rates (fixable with SVM)
Found every area that could contain areas of early cancer
Note*
All software libraries open source
All IDE’s, text editors and pdf creators open source
Open source inline with Grand Challenges community
Open source important to technological advancements
References
[ 1 ] S. K. Bram van Ginneken and C. Shneider., 2012-2016. Available: http:
//endovissub-barrett.grand-challenge.org/
[ 2 ] S. K. Bram van Ginneken and C. Shneider., 2012-2016. Available: http:
//grand-challenge.org/
[ 3 ] http://www.clipartbest.com/clipart-bTyoR8Xrc
[ 4 ] "Lenna 97: A Complete Story of Lenna". Dr. Lai Man P web pages. City
University of Hong Kong. 28 July 1997. Archived from the original on 2012-12-04.
Retrieved 24 September 2013.
References
[ 5 ] http://www.clker.com/clipart-187837.html
[ 6 ] D. Daniel. (2011, dec) Fractal dimension. [Online]. Available: http://soft-
matter.seas.harvard.edu/index.php/Fractal Dimension
[ 7 ] D. Nexus. (2012, dec) Gorgeous hair and amazing eyes. [Online]. Available:
https://people.desktopnexus.com/wallpaper/1334970/
References
[ 8 ] D. Bryant. (2013, mar) Fourier transforms. [Online]. Available: http:
//devonbryant.github.io/images/fourier/fourier transform.png
[ 9 ] J. Yamaguchi, A. Yoneyama, and T. Minamoto, “Automatic detection of early
esophageal cancer from endoscope image using fractal dimension and discrete
wavelet transform,” in Information Technology - New Generations (ITNG), 2015
12th International Conference on, April 2015, pp. 317–322.
[ 10 ] D. Pearcy. (2013, may) Introduction to fractal geometry. [Online]. Available:
https://danpearcymaths.files.wordpress.com/2013/05/image21.png

Más contenido relacionado

La actualidad más candente

Image Interpolation Techniques in Digital Image Processing: An Overview
Image Interpolation Techniques in Digital Image Processing: An OverviewImage Interpolation Techniques in Digital Image Processing: An Overview
Image Interpolation Techniques in Digital Image Processing: An OverviewIJERA Editor
 
Multimedia lossy compression algorithms
Multimedia lossy compression algorithmsMultimedia lossy compression algorithms
Multimedia lossy compression algorithmsMazin Alwaaly
 
Design of Image Compression Algorithm using MATLAB
Design of Image Compression Algorithm using MATLABDesign of Image Compression Algorithm using MATLAB
Design of Image Compression Algorithm using MATLABIJEEE
 
Presentation of Lossy compression
Presentation of Lossy compressionPresentation of Lossy compression
Presentation of Lossy compressionOmar Ghazi
 
Chapter 8 image compression
Chapter 8 image compressionChapter 8 image compression
Chapter 8 image compressionasodariyabhavesh
 
Next generation image compression standards: JPEG XR and AIC
Next generation image compression standards: JPEG XR and AICNext generation image compression standards: JPEG XR and AIC
Next generation image compression standards: JPEG XR and AICTouradj Ebrahimi
 
Multimedia communication jpeg
Multimedia communication jpegMultimedia communication jpeg
Multimedia communication jpegDr. Kapil Gupta
 
Comparison between JPEG(DCT) and JPEG 2000(DWT) compression standards
Comparison between JPEG(DCT) and JPEG 2000(DWT) compression standardsComparison between JPEG(DCT) and JPEG 2000(DWT) compression standards
Comparison between JPEG(DCT) and JPEG 2000(DWT) compression standardsRishab2612
 
Real-Time Volumetric Tests (EG 2008)
Real-Time Volumetric Tests (EG 2008)Real-Time Volumetric Tests (EG 2008)
Real-Time Volumetric Tests (EG 2008)Matthias Trapp
 
Fractal Image Compression Using Quadtree Decomposition
Fractal Image Compression Using Quadtree DecompositionFractal Image Compression Using Quadtree Decomposition
Fractal Image Compression Using Quadtree DecompositionHarshit Varshney
 
Seminar Report on image compression
Seminar Report on image compressionSeminar Report on image compression
Seminar Report on image compressionPradip Kumar
 
Compression using JPEG
Compression using JPEGCompression using JPEG
Compression using JPEGSabih Hasan
 
Interpretability of Convolutional Neural Networks - Eva Mohedano - UPC Barcel...
Interpretability of Convolutional Neural Networks - Eva Mohedano - UPC Barcel...Interpretability of Convolutional Neural Networks - Eva Mohedano - UPC Barcel...
Interpretability of Convolutional Neural Networks - Eva Mohedano - UPC Barcel...Universitat Politècnica de Catalunya
 

La actualidad más candente (20)

Image Interpolation Techniques in Digital Image Processing: An Overview
Image Interpolation Techniques in Digital Image Processing: An OverviewImage Interpolation Techniques in Digital Image Processing: An Overview
Image Interpolation Techniques in Digital Image Processing: An Overview
 
JPEG Image Compression
JPEG Image CompressionJPEG Image Compression
JPEG Image Compression
 
Multimedia lossy compression algorithms
Multimedia lossy compression algorithmsMultimedia lossy compression algorithms
Multimedia lossy compression algorithms
 
Design of Image Compression Algorithm using MATLAB
Design of Image Compression Algorithm using MATLABDesign of Image Compression Algorithm using MATLAB
Design of Image Compression Algorithm using MATLAB
 
image compression ppt
image compression pptimage compression ppt
image compression ppt
 
Presentation of Lossy compression
Presentation of Lossy compressionPresentation of Lossy compression
Presentation of Lossy compression
 
Chapter 8 image compression
Chapter 8 image compressionChapter 8 image compression
Chapter 8 image compression
 
Next generation image compression standards: JPEG XR and AIC
Next generation image compression standards: JPEG XR and AICNext generation image compression standards: JPEG XR and AIC
Next generation image compression standards: JPEG XR and AIC
 
Image compression .
Image compression .Image compression .
Image compression .
 
Image compression and jpeg
Image compression and jpegImage compression and jpeg
Image compression and jpeg
 
Jpeg compression
Jpeg compressionJpeg compression
Jpeg compression
 
Image compression
Image compressionImage compression
Image compression
 
Multimedia communication jpeg
Multimedia communication jpegMultimedia communication jpeg
Multimedia communication jpeg
 
Comparison between JPEG(DCT) and JPEG 2000(DWT) compression standards
Comparison between JPEG(DCT) and JPEG 2000(DWT) compression standardsComparison between JPEG(DCT) and JPEG 2000(DWT) compression standards
Comparison between JPEG(DCT) and JPEG 2000(DWT) compression standards
 
Real-Time Volumetric Tests (EG 2008)
Real-Time Volumetric Tests (EG 2008)Real-Time Volumetric Tests (EG 2008)
Real-Time Volumetric Tests (EG 2008)
 
Image Compression
Image CompressionImage Compression
Image Compression
 
Fractal Image Compression Using Quadtree Decomposition
Fractal Image Compression Using Quadtree DecompositionFractal Image Compression Using Quadtree Decomposition
Fractal Image Compression Using Quadtree Decomposition
 
Seminar Report on image compression
Seminar Report on image compressionSeminar Report on image compression
Seminar Report on image compression
 
Compression using JPEG
Compression using JPEGCompression using JPEG
Compression using JPEG
 
Interpretability of Convolutional Neural Networks - Eva Mohedano - UPC Barcel...
Interpretability of Convolutional Neural Networks - Eva Mohedano - UPC Barcel...Interpretability of Convolutional Neural Networks - Eva Mohedano - UPC Barcel...
Interpretability of Convolutional Neural Networks - Eva Mohedano - UPC Barcel...
 

Destacado

Ficha de observacion
Ficha de observacionFicha de observacion
Ficha de observacionErika C.
 
[Product Profile] Hebring Shoryudo Nov 2014
[Product Profile] Hebring Shoryudo Nov 2014[Product Profile] Hebring Shoryudo Nov 2014
[Product Profile] Hebring Shoryudo Nov 2014Marlin Sugama
 
Evaluacion2
Evaluacion2Evaluacion2
Evaluacion2Erika C.
 
Ficha de observacion
Ficha de observacionFicha de observacion
Ficha de observacionSonia Urcos
 
LAS TABLETS EN LA EDUCACIÓN
LAS TABLETS EN LA EDUCACIÓNLAS TABLETS EN LA EDUCACIÓN
LAS TABLETS EN LA EDUCACIÓNgineskaespinoza
 
Leadership in Financial Services
Leadership in Financial ServicesLeadership in Financial Services
Leadership in Financial ServicesPaul Woods
 
Rpp ips smp kelas vii bab 1(2)
Rpp ips smp kelas vii bab 1(2)Rpp ips smp kelas vii bab 1(2)
Rpp ips smp kelas vii bab 1(2)diana fachrurazi
 
Enfermedad inflamatoria intestinal, colitis ulcerosa y crohn
Enfermedad inflamatoria intestinal, colitis ulcerosa y crohnEnfermedad inflamatoria intestinal, colitis ulcerosa y crohn
Enfermedad inflamatoria intestinal, colitis ulcerosa y crohnCentro de Salud Medina urbano
 
e-Government And Public Private Partnership (PPP)
e-Government And Public Private Partnership (PPP)e-Government And Public Private Partnership (PPP)
e-Government And Public Private Partnership (PPP)Jamil Wadaich
 

Destacado (13)

Ficha de observacion
Ficha de observacionFicha de observacion
Ficha de observacion
 
Startup Environment, Duke University Presentation
Startup Environment, Duke University PresentationStartup Environment, Duke University Presentation
Startup Environment, Duke University Presentation
 
Portfolio
PortfolioPortfolio
Portfolio
 
[Product Profile] Hebring Shoryudo Nov 2014
[Product Profile] Hebring Shoryudo Nov 2014[Product Profile] Hebring Shoryudo Nov 2014
[Product Profile] Hebring Shoryudo Nov 2014
 
Evaluacion2
Evaluacion2Evaluacion2
Evaluacion2
 
Ficha de observacion
Ficha de observacionFicha de observacion
Ficha de observacion
 
Evaluacion2
Evaluacion2Evaluacion2
Evaluacion2
 
LAS TABLETS EN LA EDUCACIÓN
LAS TABLETS EN LA EDUCACIÓNLAS TABLETS EN LA EDUCACIÓN
LAS TABLETS EN LA EDUCACIÓN
 
Leadership in Financial Services
Leadership in Financial ServicesLeadership in Financial Services
Leadership in Financial Services
 
Rpp ips smp kelas vii bab 1(2)
Rpp ips smp kelas vii bab 1(2)Rpp ips smp kelas vii bab 1(2)
Rpp ips smp kelas vii bab 1(2)
 
Schizophrenia
SchizophreniaSchizophrenia
Schizophrenia
 
Enfermedad inflamatoria intestinal, colitis ulcerosa y crohn
Enfermedad inflamatoria intestinal, colitis ulcerosa y crohnEnfermedad inflamatoria intestinal, colitis ulcerosa y crohn
Enfermedad inflamatoria intestinal, colitis ulcerosa y crohn
 
e-Government And Public Private Partnership (PPP)
e-Government And Public Private Partnership (PPP)e-Government And Public Private Partnership (PPP)
e-Government And Public Private Partnership (PPP)
 

Similar a Jason_Helms_Defense

CyberSec_JPEGcompressionForensics.pdf
CyberSec_JPEGcompressionForensics.pdfCyberSec_JPEGcompressionForensics.pdf
CyberSec_JPEGcompressionForensics.pdfMohammadAzreeYahaya
 
Efficient LDI Representation (TPCG 2008)
Efficient LDI Representation (TPCG 2008)Efficient LDI Representation (TPCG 2008)
Efficient LDI Representation (TPCG 2008)Matthias Trapp
 
BIG DATA-DRIVEN FAST REDUCING THE VISUAL BLOCK ARTIFACTS OF DCT COMPRESSED IM...
BIG DATA-DRIVEN FAST REDUCING THE VISUAL BLOCK ARTIFACTS OF DCT COMPRESSED IM...BIG DATA-DRIVEN FAST REDUCING THE VISUAL BLOCK ARTIFACTS OF DCT COMPRESSED IM...
BIG DATA-DRIVEN FAST REDUCING THE VISUAL BLOCK ARTIFACTS OF DCT COMPRESSED IM...IJDKP
 
Digital Image Processing
Digital Image ProcessingDigital Image Processing
Digital Image ProcessingSahil Biswas
 
Cahall Final Intern Presentation
Cahall Final Intern PresentationCahall Final Intern Presentation
Cahall Final Intern PresentationDaniel Cahall
 
Semi blind rgb color image watermarking using dct and two level svd
Semi blind rgb color image watermarking using dct and two level svdSemi blind rgb color image watermarking using dct and two level svd
Semi blind rgb color image watermarking using dct and two level svdsipij
 
Lossless Huffman coding image compression implementation in spatial domain by...
Lossless Huffman coding image compression implementation in spatial domain by...Lossless Huffman coding image compression implementation in spatial domain by...
Lossless Huffman coding image compression implementation in spatial domain by...IRJET Journal
 
Fundamentals of Image processing.ppt
Fundamentals of Image processing.pptFundamentals of Image processing.ppt
Fundamentals of Image processing.pptssuser9a00df
 
JPEG XR objective and subjective evaluations
JPEG XR objective and subjective evaluationsJPEG XR objective and subjective evaluations
JPEG XR objective and subjective evaluationsTouradj Ebrahimi
 
A COMPARATIVE STUDY OF IMAGE COMPRESSION ALGORITHMS
A COMPARATIVE STUDY OF IMAGE COMPRESSION ALGORITHMSA COMPARATIVE STUDY OF IMAGE COMPRESSION ALGORITHMS
A COMPARATIVE STUDY OF IMAGE COMPRESSION ALGORITHMSKate Campbell
 
EC4160-lect 1,2.ppt
EC4160-lect 1,2.pptEC4160-lect 1,2.ppt
EC4160-lect 1,2.pptssuser812128
 
3D Image visualization
3D Image visualization3D Image visualization
3D Image visualizationalok ray
 
DNW_apriori_error est_report
DNW_apriori_error est_reportDNW_apriori_error est_report
DNW_apriori_error est_reportAnkur Kislaya
 
Pentachart_AllGraphics
Pentachart_AllGraphicsPentachart_AllGraphics
Pentachart_AllGraphicsTheresa Rizk
 
Multimedia Security - JPEG Artifact details
Multimedia Security - JPEG Artifact detailsMultimedia Security - JPEG Artifact details
Multimedia Security - JPEG Artifact detailsSebastiano Battiato
 

Similar a Jason_Helms_Defense (20)

Pritish_Intern_Summary
Pritish_Intern_SummaryPritish_Intern_Summary
Pritish_Intern_Summary
 
CyberSec_JPEGcompressionForensics.pdf
CyberSec_JPEGcompressionForensics.pdfCyberSec_JPEGcompressionForensics.pdf
CyberSec_JPEGcompressionForensics.pdf
 
Efficient LDI Representation (TPCG 2008)
Efficient LDI Representation (TPCG 2008)Efficient LDI Representation (TPCG 2008)
Efficient LDI Representation (TPCG 2008)
 
BIG DATA-DRIVEN FAST REDUCING THE VISUAL BLOCK ARTIFACTS OF DCT COMPRESSED IM...
BIG DATA-DRIVEN FAST REDUCING THE VISUAL BLOCK ARTIFACTS OF DCT COMPRESSED IM...BIG DATA-DRIVEN FAST REDUCING THE VISUAL BLOCK ARTIFACTS OF DCT COMPRESSED IM...
BIG DATA-DRIVEN FAST REDUCING THE VISUAL BLOCK ARTIFACTS OF DCT COMPRESSED IM...
 
Digital Image Processing
Digital Image ProcessingDigital Image Processing
Digital Image Processing
 
Cahall Final Intern Presentation
Cahall Final Intern PresentationCahall Final Intern Presentation
Cahall Final Intern Presentation
 
Semi blind rgb color image watermarking using dct and two level svd
Semi blind rgb color image watermarking using dct and two level svdSemi blind rgb color image watermarking using dct and two level svd
Semi blind rgb color image watermarking using dct and two level svd
 
Chapter1.ppt
Chapter1.pptChapter1.ppt
Chapter1.ppt
 
Lossless Huffman coding image compression implementation in spatial domain by...
Lossless Huffman coding image compression implementation in spatial domain by...Lossless Huffman coding image compression implementation in spatial domain by...
Lossless Huffman coding image compression implementation in spatial domain by...
 
Fundamentals of Image processing.ppt
Fundamentals of Image processing.pptFundamentals of Image processing.ppt
Fundamentals of Image processing.ppt
 
rmsip98.ppt
rmsip98.pptrmsip98.ppt
rmsip98.ppt
 
Log polar coordinates
Log polar coordinatesLog polar coordinates
Log polar coordinates
 
JPEG XR objective and subjective evaluations
JPEG XR objective and subjective evaluationsJPEG XR objective and subjective evaluations
JPEG XR objective and subjective evaluations
 
A COMPARATIVE STUDY OF IMAGE COMPRESSION ALGORITHMS
A COMPARATIVE STUDY OF IMAGE COMPRESSION ALGORITHMSA COMPARATIVE STUDY OF IMAGE COMPRESSION ALGORITHMS
A COMPARATIVE STUDY OF IMAGE COMPRESSION ALGORITHMS
 
EC4160-lect 1,2.ppt
EC4160-lect 1,2.pptEC4160-lect 1,2.ppt
EC4160-lect 1,2.ppt
 
3D Image visualization
3D Image visualization3D Image visualization
3D Image visualization
 
DNW_apriori_error est_report
DNW_apriori_error est_reportDNW_apriori_error est_report
DNW_apriori_error est_report
 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
 
Pentachart_AllGraphics
Pentachart_AllGraphicsPentachart_AllGraphics
Pentachart_AllGraphics
 
Multimedia Security - JPEG Artifact details
Multimedia Security - JPEG Artifact detailsMultimedia Security - JPEG Artifact details
Multimedia Security - JPEG Artifact details
 

Jason_Helms_Defense