SlideShare a Scribd company logo
MULTI FOCUS APPLICATION
IN MOBILE PHONE
“
P r e s e n t e r : T r o n g - A n B u i
A d v i s o r : P r o f . P e i - J u n L e e
Video Processing and Application Laboratory,
National Chi Nan University, Taiwan
I E E E I N E R N AT I O N A L C O N F E R E N C E O N S Y S T E M S C I E N C E A N D E N G I N E E R I N G |
I C S S E 2 0 1 7
July 21-23, 2017
Ho Chi Minh City, Vietnam
NCNU
ABOUT US
Pei-Jun Lee
Title: Professor
E-mail: pjlee@ncnu.edu.tw
Trong-An Bui
Title: Researcher
E-mail: trongan93@gmail.com
Video Processing and Application Laboratory, National Chi Nan University, Taiwan
PAPER
T I T L E : M U LT I - F O C U S A P P L I C AT I O N I N M O B I L E P H O N E
This paper proposes an object based multi-focus
method which is implemented on mobile device.
NCNU
3
OUTLINE
IN TR OD U C TION
GOAL AN D PR OC ESS
KEY POIN T FEATU R E D ETEC TION
ED GES D ETEC TION
C OLOR D ETEC TION
D EFIN E N EAR AN D FAR R EGION
C OMBIN E R EGION W ITH FU SION ALGOR ITH M
C ON C LU SION
NCNU
INTRODUCTION AT P R E S E N T
• Multi-camera are used to record
an object or a landscape at
different angles.
• To record the information of image
in term of regions and objects
with the clearest and most
complete detail.
• To improve the resolution of the
synthesized image.
Multi camera
NCNU
Camera – Mobile phone
• Incessant improvement and development in
image quality of the image captured by
the mobile phone camera.
• Two cameras play different roles in focusing
and defining areas of the photo frame, a
camera acts as a close – up focus (near
focus) and create depth information in the
image (far focus), so the multi-focus
application promises to be one of the most
powerful applications in the future.
There has been an incessant improvement and
development in image quality of the image captured by
the mobile phone camera, especially the emergence of
multi-camera technology.
Technology trend
INTRODUCTION AT P R E S E N T
NCNU
GOALS TA R G E T
NCNU
PROCESS M A I N P R O C E S S
Source Image
(Near/Far focus)
Canny Edge
detection
Color detection
Key points
feature detection
Oriented FAST
and Rotated
BRIEF (ORB)
Detect Object
Feature
Matching
Select Focus
Pixels
Apply Fusion
Algorithm for
combine 2
source images
Touch and focus
by touched
object
End
NCNU
PROCESS M A I N P R O C E S S
Oriented FAST and
Rotated BRIEF (ORB)
NCNU
Feature detection S I F T
Scale-invariant feature transform (SIFT) is an algorithm to detect and
describe local features in images.
Types of invariance
• Illumination
• Scale
• Rotation
• Full perspective
NCNU
SIFTA L G O R I T H M
Constructing
Scale space
Difference of
Gaussian
(DoG)
Finding
Key point
Eliminating bad
key points
Assigning OrientationGenerating SIFT Features
• In scale Space we take the image and generate progressively blurred out
images, then resize the original image to half and generate blurred images.
• Images that are of same size but different scale are called octaves.
1. Removing Low Contrast features
• If magnitude of intensity at current pixel is less than certain value then it is
rejected.
2. Removing edges
• For poorly defined peaks in the DoG function, the principal curvature across
the edge would be much larger than the principal curvature along it
• To determine edges Hessian matrix is used.
NCNU
Feature detection O r i e n t e d F A S T a n d R o t a t e d B R I E F ( O R B )
Descriptor Run time [ms.] Speed – up [-]
SIFT 448.6 1.00
SURF 117.1 3.83
BRIEF 3.8 118.05
BRISK 10.6 42.32
ORB 4.2 106.80
Table. Computation times of the different descriptors for 1000 key points.
SIFT ORB
O. Miksik and K. Mikolajczyk, “Evaluation of local detectors and descriptors for fast feature matching,” in proc. of IEEE International
Conference in Pattern Recognition (ICPR), pp. 2681-2684, Nov 2012.
NCNU
O r i e n t e d F A S T a n d R o t a t e d B R I E F ( O R B )
Key point feature detected
(a) From near focus region, (b) From far focus region.
Feature detection
NCNU
EDGES DETECTION G R A D I E N T M A P
N e a r F o c u s e d I m a g e F a r F o c u s e d I m a g e
NCNU
EDGES DETECTION C a n n y d e t e c t o r
𝐸𝐷 =
𝟏, 𝑤ℎ𝑒𝑟𝑒
𝑝𝑖𝑥𝑒𝑙 𝑔𝑟𝑎𝑑𝑖𝑒𝑛𝑡 > 𝑢𝑝𝑝𝑒𝑟 𝑡ℎ𝑟𝑒𝑠ℎ𝑜𝑙𝑑
𝑙𝑜𝑤𝑒𝑟 𝑡ℎ𝑟𝑒𝑠ℎ𝑜𝑙𝑑 < 𝑝𝑖𝑥𝑒𝑙 𝑔𝑟𝑎𝑑𝑖𝑒𝑛𝑡
𝑢𝑝𝑝𝑒𝑟 𝑡ℎ𝑟𝑒𝑠ℎ𝑜𝑙𝑑 > 𝑝𝑖𝑥𝑒𝑙 𝑔𝑟𝑎𝑑𝑖𝑒𝑛𝑡
𝑝𝑖𝑥𝑒𝑙 𝑖𝑠 𝑎𝑏𝑜𝑣𝑒 𝑡ℎ𝑒 𝑢𝑝𝑝𝑒𝑟 𝑡ℎ𝑟𝑒𝑠ℎ𝑜𝑙𝑑
𝟎, 𝑤ℎ𝑒𝑟𝑒 𝑝𝑖𝑥𝑒𝑙 𝑔𝑟𝑎𝑑𝑖𝑒𝑛𝑡 < 𝑙𝑜𝑤𝑒𝑟 𝑡ℎ𝑟𝑒𝑠ℎ𝑜𝑙𝑑
Define ED by 2 values
1: pixel is accepted, 0: pixel is rejected
NCNU
EDGES DETECTION C a n n y d e t e c t o r
N e a r F o c u s e d I m a g e F a r F o c u s e d I m a g e
NCNU
COLOR DETECTION R G B d e t e c t o r
𝐶𝐷𝐸 = 𝒍𝒘𝒄𝒐𝒍𝒐𝒓(𝑰) 𝟎 ≤ 𝑰 𝟎 ≤ 𝒖𝒑𝒄𝒐𝒍𝒐𝒓 𝑰 𝟎 ∧ 𝒍𝒘𝒄𝒐𝒍𝒐𝒓(𝑰) 𝟏 ≤ 𝑰 𝟏 ≤ 𝒖𝒑𝒄𝒐𝒍𝒐𝒓 𝑰 𝟏 ∧
𝒍𝒘𝒄𝒐𝒍𝒐𝒓(𝑰) 𝟐≤ 𝑰 𝟐 ≤ 𝒖𝒑𝒄𝒐𝒍𝒐𝒓 𝑰 𝟐
lwcolor: lower color values
upcolor: upper color values
Source Image
(Near/Far focus)
Split to 3
channels
R channel
G channel
B channel
NCNU
COLOR DETECTION R G B d e t e c t o r
N e a r F o c u s e d I m a g e F a r F o c u s e d I m a g e
NCNU
REGION DETECTIONN e a r a n d F a r r e g i o n d e t e c t o r
𝑫 =
𝟏, 𝑤ℎ𝑒𝑟𝑒 𝑝𝑖𝑥𝑒𝑙 𝑖𝑠 𝑖𝑛 𝑛𝑒𝑎𝑟 𝑓𝑜𝑐𝑢𝑠 𝑟𝑒𝑔𝑖𝑜𝑛
𝟎, 𝑤ℎ𝑒𝑟𝑒 𝑝𝑖𝑥𝑒𝑙 𝑖𝑠 𝑖𝑛 𝑓𝑎𝑟 𝑓𝑜𝑐𝑢𝑠 𝑟𝑒𝑔𝑖𝑜𝑛
𝟎. 𝟓, 𝑤ℎ𝑒𝑟𝑒 𝑝𝑖𝑥𝑒𝑙 𝑖𝑠 𝑖𝑛 𝑎𝑛𝑜𝑡ℎ𝑒𝑟 𝑟𝑒𝑔𝑖𝑜𝑛
NCNU
REGION DETECTIONN e a r a n d F a r r e g i o n d e t e c t o r
N e a r F o c u s e d I m a g e F a r F o c u s e d I m a g e
NCNU
REGION DETECTIONN e a r a n d F a r r e g i o n d e t e c t o r
N e a r F o c u s e d I m a g e F a r F o c u s e d I m a g e
C o m b i n e I m a g e
NCNU
𝑰 𝑭 𝒙, 𝒚 = 𝑫 𝒙, 𝒚 𝑰 𝟏 𝒙, 𝒚 + (𝟏 − 𝑫 𝒙, 𝒚 )𝑰 𝟐(𝒙, 𝒚)
COMBINE MULTI-IMAGE F u s i o n A l g o r i t h m
NCNU
CONCLUSION
• Solving the speed and performance of key point feature
determination.
• The proposed algorithm can avoid out of memory and help to
better processing the multi-focus image obtained on the phone.
FULTURE WORK
• Apply Deep Learning to Object an Region detection and Object
recognition.
NCNU
CONCLUSION
Thanks for your listening!
Q&A

More Related Content

PDF
Sensors for remote sensing
PPTX
Telophase poster
PPTX
SIGGRAPH 2012 Computational Plenoptic Imaging Course - 3 Spectral Imaging
PPTX
End-to-end Optimization of Cameras and Image Processing - SIGGRAPH 2018
PDF
Tracking Robustness and Green View Index Estimation of Augmented and Diminish...
PDF
Visual Environment by Semantic Segmentation Using Deep Learning: A Prototype ...
PPTX
Pbr slide
PDF
Outdoor lasers presentation
Sensors for remote sensing
Telophase poster
SIGGRAPH 2012 Computational Plenoptic Imaging Course - 3 Spectral Imaging
End-to-end Optimization of Cameras and Image Processing - SIGGRAPH 2018
Tracking Robustness and Green View Index Estimation of Augmented and Diminish...
Visual Environment by Semantic Segmentation Using Deep Learning: A Prototype ...
Pbr slide
Outdoor lasers presentation

What's hot (12)

PPTX
Non-essentiality of Correlation between Image and Depth Map in Free Viewpoin...
PPTX
SIGGRAPH 2012 Computational Plenoptic Imaging Course - 4 Light Fields
PPT
Raskar Keynote at Stereoscopic Display Jan 2011
PPTX
Non-line-of-sight Imaging with Partial Occluders and Surface Normals | TOG 2019
PPTX
study Active Refocusing Of Images And Videos
PPTX
Ibica2014(p15)image fusion based on broveywavelet
PPTX
Normal Mapping / Computer Graphics - IK
PPTX
IAP (Invariant Attribute Profiles)
PDF
Sound Source Localization with microphone arrays
PPSX
Exploring Methods to Improve Edge Detection with Canny Algorithm
PPTX
study Coded Aperture
PPTX
Image characterisation &amp; aerial photographic film technology
Non-essentiality of Correlation between Image and Depth Map in Free Viewpoin...
SIGGRAPH 2012 Computational Plenoptic Imaging Course - 4 Light Fields
Raskar Keynote at Stereoscopic Display Jan 2011
Non-line-of-sight Imaging with Partial Occluders and Surface Normals | TOG 2019
study Active Refocusing Of Images And Videos
Ibica2014(p15)image fusion based on broveywavelet
Normal Mapping / Computer Graphics - IK
IAP (Invariant Attribute Profiles)
Sound Source Localization with microphone arrays
Exploring Methods to Improve Edge Detection with Canny Algorithm
study Coded Aperture
Image characterisation &amp; aerial photographic film technology
Ad

Similar to Multi-focus Application Presentation in ICSSE2017 (20)

PDF
A Review over Different Blur Detection Techniques in Image Processing
PDF
Sensor modeling and Photometry: an application to Astrophotography
PPTX
Convolutional Neural Networks CNN
PPTX
COMPUTING THE GROWTH RATE OF STEM CELLS USING DIGITAL IMAGE PROCESSING
PDF
A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...
PDF
A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...
PDF
Deep Local Parametric Filters for Image Enhancement
PDF
Motion based action recognition using k nearest neighbor
PDF
F0164348
PDF
G0352039045
PDF
5. 2017_IEEE_INTERCON_paper_203xxxxx.pdf
 
PPTX
Remotely sensed image segmentation using multiphase level set acm
PDF
International Journal of Computational Engineering Research(IJCER)
PDF
International Journal of Computational Engineering Research(IJCER)
PDF
IRJET- Image Feature Extraction using Hough Transformation Principle
PDF
Image Translation with GAN
PPTX
Emotion recognition and drowsiness detection using python.ppt
PDF
Temporal Superpixels Based on Proximity-Weighted Patch Matching
PPTX
論文読み会@AIST (Deep Virtual Stereo Odometry [ECCV2018])
PDF
Portfolio for CS 6475 Computational Photography
A Review over Different Blur Detection Techniques in Image Processing
Sensor modeling and Photometry: an application to Astrophotography
Convolutional Neural Networks CNN
COMPUTING THE GROWTH RATE OF STEM CELLS USING DIGITAL IMAGE PROCESSING
A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...
A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...
Deep Local Parametric Filters for Image Enhancement
Motion based action recognition using k nearest neighbor
F0164348
G0352039045
5. 2017_IEEE_INTERCON_paper_203xxxxx.pdf
 
Remotely sensed image segmentation using multiphase level set acm
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
IRJET- Image Feature Extraction using Hough Transformation Principle
Image Translation with GAN
Emotion recognition and drowsiness detection using python.ppt
Temporal Superpixels Based on Proximity-Weighted Patch Matching
論文読み会@AIST (Deep Virtual Stereo Odometry [ECCV2018])
Portfolio for CS 6475 Computational Photography
Ad

Recently uploaded (20)

PDF
Getting Started with Data Integration: FME Form 101
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PDF
1 - Historical Antecedents, Social Consideration.pdf
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PDF
Accuracy of neural networks in brain wave diagnosis of schizophrenia
PDF
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
PDF
WOOl fibre morphology and structure.pdf for textiles
PDF
Mushroom cultivation and it's methods.pdf
PDF
A comparative analysis of optical character recognition models for extracting...
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PPTX
OMC Textile Division Presentation 2021.pptx
PDF
Enhancing emotion recognition model for a student engagement use case through...
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
SOPHOS-XG Firewall Administrator PPT.pptx
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
A Presentation on Touch Screen Technology
PPTX
Chapter 5: Probability Theory and Statistics
Getting Started with Data Integration: FME Form 101
Assigned Numbers - 2025 - Bluetooth® Document
1 - Historical Antecedents, Social Consideration.pdf
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Group 1 Presentation -Planning and Decision Making .pptx
Accuracy of neural networks in brain wave diagnosis of schizophrenia
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
WOOl fibre morphology and structure.pdf for textiles
Mushroom cultivation and it's methods.pdf
A comparative analysis of optical character recognition models for extracting...
Building Integrated photovoltaic BIPV_UPV.pdf
NewMind AI Weekly Chronicles - August'25-Week II
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
OMC Textile Division Presentation 2021.pptx
Enhancing emotion recognition model for a student engagement use case through...
Unlocking AI with Model Context Protocol (MCP)
SOPHOS-XG Firewall Administrator PPT.pptx
Agricultural_Statistics_at_a_Glance_2022_0.pdf
A Presentation on Touch Screen Technology
Chapter 5: Probability Theory and Statistics

Multi-focus Application Presentation in ICSSE2017

  • 1. MULTI FOCUS APPLICATION IN MOBILE PHONE “ P r e s e n t e r : T r o n g - A n B u i A d v i s o r : P r o f . P e i - J u n L e e Video Processing and Application Laboratory, National Chi Nan University, Taiwan I E E E I N E R N AT I O N A L C O N F E R E N C E O N S Y S T E M S C I E N C E A N D E N G I N E E R I N G | I C S S E 2 0 1 7 July 21-23, 2017 Ho Chi Minh City, Vietnam
  • 2. NCNU ABOUT US Pei-Jun Lee Title: Professor E-mail: pjlee@ncnu.edu.tw Trong-An Bui Title: Researcher E-mail: trongan93@gmail.com Video Processing and Application Laboratory, National Chi Nan University, Taiwan PAPER T I T L E : M U LT I - F O C U S A P P L I C AT I O N I N M O B I L E P H O N E This paper proposes an object based multi-focus method which is implemented on mobile device.
  • 3. NCNU 3 OUTLINE IN TR OD U C TION GOAL AN D PR OC ESS KEY POIN T FEATU R E D ETEC TION ED GES D ETEC TION C OLOR D ETEC TION D EFIN E N EAR AN D FAR R EGION C OMBIN E R EGION W ITH FU SION ALGOR ITH M C ON C LU SION
  • 4. NCNU INTRODUCTION AT P R E S E N T • Multi-camera are used to record an object or a landscape at different angles. • To record the information of image in term of regions and objects with the clearest and most complete detail. • To improve the resolution of the synthesized image. Multi camera
  • 5. NCNU Camera – Mobile phone • Incessant improvement and development in image quality of the image captured by the mobile phone camera. • Two cameras play different roles in focusing and defining areas of the photo frame, a camera acts as a close – up focus (near focus) and create depth information in the image (far focus), so the multi-focus application promises to be one of the most powerful applications in the future. There has been an incessant improvement and development in image quality of the image captured by the mobile phone camera, especially the emergence of multi-camera technology. Technology trend INTRODUCTION AT P R E S E N T
  • 7. NCNU PROCESS M A I N P R O C E S S Source Image (Near/Far focus) Canny Edge detection Color detection Key points feature detection Oriented FAST and Rotated BRIEF (ORB) Detect Object Feature Matching Select Focus Pixels Apply Fusion Algorithm for combine 2 source images Touch and focus by touched object End
  • 8. NCNU PROCESS M A I N P R O C E S S Oriented FAST and Rotated BRIEF (ORB)
  • 9. NCNU Feature detection S I F T Scale-invariant feature transform (SIFT) is an algorithm to detect and describe local features in images. Types of invariance • Illumination • Scale • Rotation • Full perspective
  • 10. NCNU SIFTA L G O R I T H M Constructing Scale space Difference of Gaussian (DoG) Finding Key point Eliminating bad key points Assigning OrientationGenerating SIFT Features • In scale Space we take the image and generate progressively blurred out images, then resize the original image to half and generate blurred images. • Images that are of same size but different scale are called octaves. 1. Removing Low Contrast features • If magnitude of intensity at current pixel is less than certain value then it is rejected. 2. Removing edges • For poorly defined peaks in the DoG function, the principal curvature across the edge would be much larger than the principal curvature along it • To determine edges Hessian matrix is used.
  • 11. NCNU Feature detection O r i e n t e d F A S T a n d R o t a t e d B R I E F ( O R B ) Descriptor Run time [ms.] Speed – up [-] SIFT 448.6 1.00 SURF 117.1 3.83 BRIEF 3.8 118.05 BRISK 10.6 42.32 ORB 4.2 106.80 Table. Computation times of the different descriptors for 1000 key points. SIFT ORB O. Miksik and K. Mikolajczyk, “Evaluation of local detectors and descriptors for fast feature matching,” in proc. of IEEE International Conference in Pattern Recognition (ICPR), pp. 2681-2684, Nov 2012.
  • 12. NCNU O r i e n t e d F A S T a n d R o t a t e d B R I E F ( O R B ) Key point feature detected (a) From near focus region, (b) From far focus region. Feature detection
  • 13. NCNU EDGES DETECTION G R A D I E N T M A P N e a r F o c u s e d I m a g e F a r F o c u s e d I m a g e
  • 14. NCNU EDGES DETECTION C a n n y d e t e c t o r 𝐸𝐷 = 𝟏, 𝑤ℎ𝑒𝑟𝑒 𝑝𝑖𝑥𝑒𝑙 𝑔𝑟𝑎𝑑𝑖𝑒𝑛𝑡 > 𝑢𝑝𝑝𝑒𝑟 𝑡ℎ𝑟𝑒𝑠ℎ𝑜𝑙𝑑 𝑙𝑜𝑤𝑒𝑟 𝑡ℎ𝑟𝑒𝑠ℎ𝑜𝑙𝑑 < 𝑝𝑖𝑥𝑒𝑙 𝑔𝑟𝑎𝑑𝑖𝑒𝑛𝑡 𝑢𝑝𝑝𝑒𝑟 𝑡ℎ𝑟𝑒𝑠ℎ𝑜𝑙𝑑 > 𝑝𝑖𝑥𝑒𝑙 𝑔𝑟𝑎𝑑𝑖𝑒𝑛𝑡 𝑝𝑖𝑥𝑒𝑙 𝑖𝑠 𝑎𝑏𝑜𝑣𝑒 𝑡ℎ𝑒 𝑢𝑝𝑝𝑒𝑟 𝑡ℎ𝑟𝑒𝑠ℎ𝑜𝑙𝑑 𝟎, 𝑤ℎ𝑒𝑟𝑒 𝑝𝑖𝑥𝑒𝑙 𝑔𝑟𝑎𝑑𝑖𝑒𝑛𝑡 < 𝑙𝑜𝑤𝑒𝑟 𝑡ℎ𝑟𝑒𝑠ℎ𝑜𝑙𝑑 Define ED by 2 values 1: pixel is accepted, 0: pixel is rejected
  • 15. NCNU EDGES DETECTION C a n n y d e t e c t o r N e a r F o c u s e d I m a g e F a r F o c u s e d I m a g e
  • 16. NCNU COLOR DETECTION R G B d e t e c t o r 𝐶𝐷𝐸 = 𝒍𝒘𝒄𝒐𝒍𝒐𝒓(𝑰) 𝟎 ≤ 𝑰 𝟎 ≤ 𝒖𝒑𝒄𝒐𝒍𝒐𝒓 𝑰 𝟎 ∧ 𝒍𝒘𝒄𝒐𝒍𝒐𝒓(𝑰) 𝟏 ≤ 𝑰 𝟏 ≤ 𝒖𝒑𝒄𝒐𝒍𝒐𝒓 𝑰 𝟏 ∧ 𝒍𝒘𝒄𝒐𝒍𝒐𝒓(𝑰) 𝟐≤ 𝑰 𝟐 ≤ 𝒖𝒑𝒄𝒐𝒍𝒐𝒓 𝑰 𝟐 lwcolor: lower color values upcolor: upper color values Source Image (Near/Far focus) Split to 3 channels R channel G channel B channel
  • 17. NCNU COLOR DETECTION R G B d e t e c t o r N e a r F o c u s e d I m a g e F a r F o c u s e d I m a g e
  • 18. NCNU REGION DETECTIONN e a r a n d F a r r e g i o n d e t e c t o r 𝑫 = 𝟏, 𝑤ℎ𝑒𝑟𝑒 𝑝𝑖𝑥𝑒𝑙 𝑖𝑠 𝑖𝑛 𝑛𝑒𝑎𝑟 𝑓𝑜𝑐𝑢𝑠 𝑟𝑒𝑔𝑖𝑜𝑛 𝟎, 𝑤ℎ𝑒𝑟𝑒 𝑝𝑖𝑥𝑒𝑙 𝑖𝑠 𝑖𝑛 𝑓𝑎𝑟 𝑓𝑜𝑐𝑢𝑠 𝑟𝑒𝑔𝑖𝑜𝑛 𝟎. 𝟓, 𝑤ℎ𝑒𝑟𝑒 𝑝𝑖𝑥𝑒𝑙 𝑖𝑠 𝑖𝑛 𝑎𝑛𝑜𝑡ℎ𝑒𝑟 𝑟𝑒𝑔𝑖𝑜𝑛
  • 19. NCNU REGION DETECTIONN e a r a n d F a r r e g i o n d e t e c t o r N e a r F o c u s e d I m a g e F a r F o c u s e d I m a g e
  • 20. NCNU REGION DETECTIONN e a r a n d F a r r e g i o n d e t e c t o r N e a r F o c u s e d I m a g e F a r F o c u s e d I m a g e C o m b i n e I m a g e
  • 21. NCNU 𝑰 𝑭 𝒙, 𝒚 = 𝑫 𝒙, 𝒚 𝑰 𝟏 𝒙, 𝒚 + (𝟏 − 𝑫 𝒙, 𝒚 )𝑰 𝟐(𝒙, 𝒚) COMBINE MULTI-IMAGE F u s i o n A l g o r i t h m
  • 22. NCNU CONCLUSION • Solving the speed and performance of key point feature determination. • The proposed algorithm can avoid out of memory and help to better processing the multi-focus image obtained on the phone. FULTURE WORK • Apply Deep Learning to Object an Region detection and Object recognition.

Editor's Notes

  • #10: - Illumination: chiếu sáng, nói về contract khác nhau. Scale Rotation Full perspective: