SlideShare a Scribd company logo
1 of 14
©2003-2014MVTecSoftwareGmbH.
1
Images/Graphics:©2014MVTecSoftwareGmbHandLicensers.Allrightsreserved.
MVTec Software GmbH is a leading international manufacturer of software for
machine vision used in all demanding areas of imaging: semi-conductor industry,
web inspection, quality control and inspection applications in general, medicine,
surveillance etc.
MVTec's innovative work is driven by a commitment to be the number one
supplier for sophisticated technologies in machine vision. MVTec is engaged in
sponsoring various activities in universities, thus participating in the challenging
process of understanding how machines can be taught to see.
HALCON is the comprehensive standard software for machine vision with an
integrated development environment (IDE) that is used worldwide. It leads to
cost savings and improved time to market: HALCON's flexible architecture
facilitates rapid development of machine vision, medical imaging, and image
analysis applications. HALCON provides outstanding performance and a
comprehensive support of multi-core platforms, MMX and SSE2, as well as GPU
acceleration. It serves all industries with a library of more than 1800 operators
for blob analysis, morphology, matching, measuring, identification, and 3D
vision, to name just a few. HALCON secures your investment by supporting a
wide range of operating systems and providing interfaces to hundreds of
industrial cameras and frame grabbers, also for standards like GenICam, GigE
Vision, and IIDC 1394.
©2003-2014MVTecSoftwareGmbH.
2
Images/Graphics:©2014MVTecSoftwareGmbHandLicensers.Allrightsreserved.
HALCON 12 will be released on November 15, 2014. It offers numerous new
features useful for many industries.
Today, we would like to briefly introduce two new features that are particularly
helpful for customers in the AOI industry.
©2003-2014MVTecSoftwareGmbH.
3
Images/Graphics:©2014MVTecSoftwareGmbHandLicensers.Allrightsreserved.
In a normal setup, the image plane is orthogonal to the optical axis of the lens. In
case of strong magnification, that leads to the sometimes undesired effect, that
objects that are viewed from an angle are partly out of focus, because of the
limited depth of field.
©2003-2014MVTecSoftwareGmbH.
4
Images/Graphics:©2014MVTecSoftwareGmbHandLicensers.Allrightsreserved.
To avoid this situation the lens or the image plane may be tilted to meet the
Scheimpflug condition: The image plane, the lens plane, and the focus plane
intersect in a single line, the Scheimpflug line. As a consequence, it is now
possible to take images of objects that are completely in focus, even if they are
not parallel to the camera.
Tip:
Fix the lens, then tilt the camera to keep the field of view constant.
©2003-2014MVTecSoftwareGmbH.
5
Images/Graphics:©2014MVTecSoftwareGmbHandLicensers.Allrightsreserved.
Image of a caliper taken from an angle in two different setups: Left: Without tilt
lens, parts of the object are out of focus. Right: With tilt lens, the whole object is
in focus.
©2003-2014MVTecSoftwareGmbH.
6
Images/Graphics:©2014MVTecSoftwareGmbHandLicensers.Allrightsreserved.
Stereo Vision
In most stereo setups, the used cameras observe the scene at different angles.
That means, when using normal lenses, their focal planes are also not parallel,
i.e., each camera covers a different volume that is in focus. With smaller depth-
of-field or larger angle between the cameras, the volume that is in focus for all
cameras gets smaller, what might lead to serious problems for the
reconstruction. Tilt lenses can be used to align the focus planes of the different
cameras.
©2003-2014MVTecSoftwareGmbH.
7
Images/Graphics:©2014MVTecSoftwareGmbHandLicensers.Allrightsreserved.
Stereo Vision
In most stereo setups, the used cameras observe the scene at different angles.
That means, when using normal lenses, their focal planes are also not parallel,
i.e., each camera covers a different volume that is in focus. With smaller depth-
of-field or larger angle between the cameras, the volume that is in focus for all
cameras gets smaller, what might lead to serious problems for the
reconstruction. Tilt lenses can be used to align the focus planes of the different
cameras.
©2003-2014MVTecSoftwareGmbH.
8
Images/Graphics:©2014MVTecSoftwareGmbHandLicensers.Allrightsreserved.
©2003-2014MVTecSoftwareGmbH.
9
Images/Graphics:©2014MVTecSoftwareGmbHandLicensers.Allrightsreserved.
HALCON has been extended with an operator distance_contours_xld that
computes the pointwise distance of contours. In contrast to distance_cc,
distance_contours_xld computes the minimal distance for each point of the
contour. The resulting distances are returned as attributes of the
output contour. To facilitate further processing, HALCON has also been
extended with an operator segment_contour_attrib_xld, which segments
XLD contours based on their attributes.
The new HDevelop example programs
- hdevelop/Applications/Measuring-2D/inspect_frame_width.hdev
- hdevelop/Tools/Geometry/apply_distance_transform.hdev
show how to use the new functionality to calculate the pointwise distance
between contours. They use the new images phone_camera_frame_01
and phone_camera_frame_02 from the subdirectory images/plastic_parts.
©2003-2014MVTecSoftwareGmbH.
10
Images/Graphics:©2014MVTecSoftwareGmbHandLicensers.Allrightsreserved.
In many inspection tasks lines or edges need to be evaluated on a subpixel
precise level. distance_contour_xld makes these applications much easier.
Instead of using high-resolution cameras or complex algorithms, computing the
distance transformation of contours is usually faster and much easier to set up.
If the shape of the structure to be inspected changes, for instance because there
is a modification to the product, solutions based on distance_contour_xld can be
retrained by the end customer with little to no programming of the machine
maker required.
©2003-2014MVTecSoftwareGmbH.
11
Images/Graphics:©2014MVTecSoftwareGmbHandLicensers.Allrightsreserved.
The operator distance_contours_xld calculates for each point in ContourFrom
the minimal distance to the contours in ContourTo. The operator returns the
contour ContourOut which consists of ContourFrom containing the computed
distances in the attribute 'distance'. The distances can be accessed by querying
the attribute 'distance' with the operator get_contour_attrib_xld.
©2003-2014MVTecSoftwareGmbH.
12
Images/Graphics:©2014MVTecSoftwareGmbHandLicensers.Allrightsreserved.
The parameter Mode determines which distances are calculated for each point
in ContourFrom: 'point_to_point' calculates the minimal distance to the base
points of ContourTo. In contrast,'point_to_segment' calculates the minimum
distance to the contour segments in ContourTo.
'point_to_point' is faster, while 'point_to_segment' is more accurate.
©2003-2014MVTecSoftwareGmbH.
13
Images/Graphics:©2014MVTecSoftwareGmbHandLicensers.Allrightsreserved.
HALCON 12 offers many more new features. For example, OCR has been
improved dramatically for better ease of use and higher reliability. HALCON 12
also offers direct support for Digital I/O cards and for communication with PLCs
using OPC UA. It offers a lot of new functionality to make development of
solutions easier and more efficient. Finally, HALCON 12 is also significantly
faster than its predecessor.
©2003-2014MVTecSoftwareGmbH.
14
Images/Graphics:©2014MVTecSoftwareGmbHandLicensers.Allrightsreserved.
Join us to find out more, HALCON 12 World Tour will stop in Taiwan soon.

More Related Content

Similar to 檢測的新演算法 AOI應用面 2D及3D量測 – HALCON 12-新亞洲儀器

IRJET- Movie Piracy Tracking using Temporal Psycovisual Modulation
IRJET-  	  Movie Piracy Tracking using Temporal Psycovisual ModulationIRJET-  	  Movie Piracy Tracking using Temporal Psycovisual Modulation
IRJET- Movie Piracy Tracking using Temporal Psycovisual ModulationIRJET Journal
 
Machine Vision: The Key Considerations for Successful Visual Inspection
Machine Vision: The Key Considerations for Successful Visual InspectionMachine Vision: The Key Considerations for Successful Visual Inspection
Machine Vision: The Key Considerations for Successful Visual InspectionOptima Control Solutions
 
Schneider.2011.an open source low-cost eye-tracking system for portable real-...
Schneider.2011.an open source low-cost eye-tracking system for portable real-...Schneider.2011.an open source low-cost eye-tracking system for portable real-...
Schneider.2011.an open source low-cost eye-tracking system for portable real-...mrgazer
 
METHODS AND ALGORITHMS FOR STITCHING 360-DEGREE VIDEO
METHODS AND ALGORITHMS FOR STITCHING 360-DEGREE VIDEOMETHODS AND ALGORITHMS FOR STITCHING 360-DEGREE VIDEO
METHODS AND ALGORITHMS FOR STITCHING 360-DEGREE VIDEOIAEME Publication
 
Outsourcing the Design & Manufacturing of Projection Engines for 3D Metrology...
Outsourcing the Design & Manufacturing of Projection Engines for 3D Metrology...Outsourcing the Design & Manufacturing of Projection Engines for 3D Metrology...
Outsourcing the Design & Manufacturing of Projection Engines for 3D Metrology...Giplink Digital
 
Cad cam digital_impressions till nya tandläkare
Cad cam digital_impressions till nya tandläkareCad cam digital_impressions till nya tandläkare
Cad cam digital_impressions till nya tandläkareNora S
 
Viva3D Stereo Vision user manual en 2016-06
Viva3D Stereo Vision user manual en 2016-06Viva3D Stereo Vision user manual en 2016-06
Viva3D Stereo Vision user manual en 2016-06Robin Colclough
 
mechantronics - assignment 1
mechantronics - assignment 1mechantronics - assignment 1
mechantronics - assignment 1Kerrie Noble
 
Video Surveillance Book, 2013
Video Surveillance Book, 2013Video Surveillance Book, 2013
Video Surveillance Book, 2013arms8586
 
An Experimental Analysis on Self Driving Car Using CNN
An Experimental Analysis on Self Driving Car Using CNNAn Experimental Analysis on Self Driving Car Using CNN
An Experimental Analysis on Self Driving Car Using CNNIRJET Journal
 
IRJET-Automatic Channel Switch System to Escape Commercial Breaks
IRJET-Automatic Channel Switch System to Escape Commercial BreaksIRJET-Automatic Channel Switch System to Escape Commercial Breaks
IRJET-Automatic Channel Switch System to Escape Commercial BreaksIRJET Journal
 
Design of digital video watermarking scheme using matlab simulink
Design of digital video watermarking scheme using matlab simulinkDesign of digital video watermarking scheme using matlab simulink
Design of digital video watermarking scheme using matlab simulinkeSAT Journals
 
Design of digital video watermarking scheme using matlab simulink
Design of digital video watermarking scheme using matlab simulinkDesign of digital video watermarking scheme using matlab simulink
Design of digital video watermarking scheme using matlab simulinkeSAT Publishing House
 
Virtual Reality: Graphics Display Interfaces
Virtual Reality: Graphics Display InterfacesVirtual Reality: Graphics Display Interfaces
Virtual Reality: Graphics Display InterfacesMihir Parikh
 
Restoration of the video by removing rain streaks
Restoration of the video by removing rain streaksRestoration of the video by removing rain streaks
Restoration of the video by removing rain streaksIRJET Journal
 
cerec 3 d. / academy of fixed orthodontics
cerec 3 d. / academy of fixed orthodonticscerec 3 d. / academy of fixed orthodontics
cerec 3 d. / academy of fixed orthodonticsIndian dental academy
 
IRJET-Smart Helmet with Live Map Navigation System.
IRJET-Smart Helmet with Live Map Navigation System.IRJET-Smart Helmet with Live Map Navigation System.
IRJET-Smart Helmet with Live Map Navigation System.IRJET Journal
 

Similar to 檢測的新演算法 AOI應用面 2D及3D量測 – HALCON 12-新亞洲儀器 (20)

IRJET- Movie Piracy Tracking using Temporal Psycovisual Modulation
IRJET-  	  Movie Piracy Tracking using Temporal Psycovisual ModulationIRJET-  	  Movie Piracy Tracking using Temporal Psycovisual Modulation
IRJET- Movie Piracy Tracking using Temporal Psycovisual Modulation
 
Machine Vision: The Key Considerations for Successful Visual Inspection
Machine Vision: The Key Considerations for Successful Visual InspectionMachine Vision: The Key Considerations for Successful Visual Inspection
Machine Vision: The Key Considerations for Successful Visual Inspection
 
Schneider.2011.an open source low-cost eye-tracking system for portable real-...
Schneider.2011.an open source low-cost eye-tracking system for portable real-...Schneider.2011.an open source low-cost eye-tracking system for portable real-...
Schneider.2011.an open source low-cost eye-tracking system for portable real-...
 
METHODS AND ALGORITHMS FOR STITCHING 360-DEGREE VIDEO
METHODS AND ALGORITHMS FOR STITCHING 360-DEGREE VIDEOMETHODS AND ALGORITHMS FOR STITCHING 360-DEGREE VIDEO
METHODS AND ALGORITHMS FOR STITCHING 360-DEGREE VIDEO
 
Outsourcing the Design & Manufacturing of Projection Engines for 3D Metrology...
Outsourcing the Design & Manufacturing of Projection Engines for 3D Metrology...Outsourcing the Design & Manufacturing of Projection Engines for 3D Metrology...
Outsourcing the Design & Manufacturing of Projection Engines for 3D Metrology...
 
Cam view manual
Cam view manualCam view manual
Cam view manual
 
Cad cam digital_impressions till nya tandläkare
Cad cam digital_impressions till nya tandläkareCad cam digital_impressions till nya tandläkare
Cad cam digital_impressions till nya tandläkare
 
DRV Brochure
DRV BrochureDRV Brochure
DRV Brochure
 
NewMetricsforCCTV_edited
NewMetricsforCCTV_editedNewMetricsforCCTV_edited
NewMetricsforCCTV_edited
 
Viva3D Stereo Vision user manual en 2016-06
Viva3D Stereo Vision user manual en 2016-06Viva3D Stereo Vision user manual en 2016-06
Viva3D Stereo Vision user manual en 2016-06
 
mechantronics - assignment 1
mechantronics - assignment 1mechantronics - assignment 1
mechantronics - assignment 1
 
Video Surveillance Book, 2013
Video Surveillance Book, 2013Video Surveillance Book, 2013
Video Surveillance Book, 2013
 
An Experimental Analysis on Self Driving Car Using CNN
An Experimental Analysis on Self Driving Car Using CNNAn Experimental Analysis on Self Driving Car Using CNN
An Experimental Analysis on Self Driving Car Using CNN
 
IRJET-Automatic Channel Switch System to Escape Commercial Breaks
IRJET-Automatic Channel Switch System to Escape Commercial BreaksIRJET-Automatic Channel Switch System to Escape Commercial Breaks
IRJET-Automatic Channel Switch System to Escape Commercial Breaks
 
Design of digital video watermarking scheme using matlab simulink
Design of digital video watermarking scheme using matlab simulinkDesign of digital video watermarking scheme using matlab simulink
Design of digital video watermarking scheme using matlab simulink
 
Design of digital video watermarking scheme using matlab simulink
Design of digital video watermarking scheme using matlab simulinkDesign of digital video watermarking scheme using matlab simulink
Design of digital video watermarking scheme using matlab simulink
 
Virtual Reality: Graphics Display Interfaces
Virtual Reality: Graphics Display InterfacesVirtual Reality: Graphics Display Interfaces
Virtual Reality: Graphics Display Interfaces
 
Restoration of the video by removing rain streaks
Restoration of the video by removing rain streaksRestoration of the video by removing rain streaks
Restoration of the video by removing rain streaks
 
cerec 3 d. / academy of fixed orthodontics
cerec 3 d. / academy of fixed orthodonticscerec 3 d. / academy of fixed orthodontics
cerec 3 d. / academy of fixed orthodontics
 
IRJET-Smart Helmet with Live Map Navigation System.
IRJET-Smart Helmet with Live Map Navigation System.IRJET-Smart Helmet with Live Map Navigation System.
IRJET-Smart Helmet with Live Map Navigation System.
 

More from CHENHuiMei

小數據如何實現電腦視覺,微軟AI研究首席剖析關鍵
小數據如何實現電腦視覺,微軟AI研究首席剖析關鍵小數據如何實現電腦視覺,微軟AI研究首席剖析關鍵
小數據如何實現電腦視覺,微軟AI研究首席剖析關鍵CHENHuiMei
 
QIF對AOI設備業之衝擊與機會
QIF對AOI設備業之衝擊與機會QIF對AOI設備業之衝擊與機會
QIF對AOI設備業之衝擊與機會CHENHuiMei
 
產研融合推手-台大AOI設備研發聯盟_台大陳亮嘉
產研融合推手-台大AOI設備研發聯盟_台大陳亮嘉產研融合推手-台大AOI設備研發聯盟_台大陳亮嘉
產研融合推手-台大AOI設備研發聯盟_台大陳亮嘉CHENHuiMei
 
基於少樣本深度學習之橡膠墊片檢測系統
基於少樣本深度學習之橡膠墊片檢測系統基於少樣本深度學習之橡膠墊片檢測系統
基於少樣本深度學習之橡膠墊片檢測系統CHENHuiMei
 
AOI智慧升級─AI訓練師在地養成計畫_台灣人工智慧學校
AOI智慧升級─AI訓練師在地養成計畫_台灣人工智慧學校AOI智慧升級─AI訓練師在地養成計畫_台灣人工智慧學校
AOI智慧升級─AI訓練師在地養成計畫_台灣人工智慧學校CHENHuiMei
 
使用人工智慧檢測三維錫球瑕疵_台大傅楸善
使用人工智慧檢測三維錫球瑕疵_台大傅楸善使用人工智慧檢測三維錫球瑕疵_台大傅楸善
使用人工智慧檢測三維錫球瑕疵_台大傅楸善CHENHuiMei
 
IIoT發展趨勢及設備業者因應之_微軟葉怡君
IIoT發展趨勢及設備業者因應之_微軟葉怡君IIoT發展趨勢及設備業者因應之_微軟葉怡君
IIoT發展趨勢及設備業者因應之_微軟葉怡君CHENHuiMei
 
精密機械的空間軌跡精度光學檢測法_台大范光照
精密機械的空間軌跡精度光學檢測法_台大范光照精密機械的空間軌跡精度光學檢測法_台大范光照
精密機械的空間軌跡精度光學檢測法_台大范光照CHENHuiMei
 
When AOI meets AI
When AOI meets AIWhen AOI meets AI
When AOI meets AICHENHuiMei
 
2018AOI論壇_基於生成對抗網路之非監督式AOI技術_工研院蔡雅惠
2018AOI論壇_基於生成對抗網路之非監督式AOI技術_工研院蔡雅惠2018AOI論壇_基於生成對抗網路之非監督式AOI技術_工研院蔡雅惠
2018AOI論壇_基於生成對抗網路之非監督式AOI技術_工研院蔡雅惠CHENHuiMei
 
2018AOIEA論壇Keynote_眺望趨勢 量測設備未來10年發展重點_致茂曾一士
2018AOIEA論壇Keynote_眺望趨勢 量測設備未來10年發展重點_致茂曾一士2018AOIEA論壇Keynote_眺望趨勢 量測設備未來10年發展重點_致茂曾一士
2018AOIEA論壇Keynote_眺望趨勢 量測設備未來10年發展重點_致茂曾一士CHENHuiMei
 
2018AOI論壇Keynote_AI入魂製造領域現況與趨勢_工研院熊治民
2018AOI論壇Keynote_AI入魂製造領域現況與趨勢_工研院熊治民2018AOI論壇Keynote_AI入魂製造領域現況與趨勢_工研院熊治民
2018AOI論壇Keynote_AI入魂製造領域現況與趨勢_工研院熊治民CHENHuiMei
 
2018AOI論壇_AOI and IoT產線應用_工研院周森益
2018AOI論壇_AOI and IoT產線應用_工研院周森益2018AOI論壇_AOI and IoT產線應用_工研院周森益
2018AOI論壇_AOI and IoT產線應用_工研院周森益CHENHuiMei
 
2018AOI論壇_AOI參與整廠協作之實務建議_達明機器人黃鐘賢
2018AOI論壇_AOI參與整廠協作之實務建議_達明機器人黃鐘賢2018AOI論壇_AOI參與整廠協作之實務建議_達明機器人黃鐘賢
2018AOI論壇_AOI參與整廠協作之實務建議_達明機器人黃鐘賢CHENHuiMei
 
2018AOI論壇_深度學習在電腦視覺應用上的疑問_中央大學曾定章
2018AOI論壇_深度學習在電腦視覺應用上的疑問_中央大學曾定章2018AOI論壇_深度學習在電腦視覺應用上的疑問_中央大學曾定章
2018AOI論壇_深度學習在電腦視覺應用上的疑問_中央大學曾定章CHENHuiMei
 
2018AOI論壇_深度學習於表面瑕疪檢測_元智大學蔡篤銘
2018AOI論壇_深度學習於表面瑕疪檢測_元智大學蔡篤銘2018AOI論壇_深度學習於表面瑕疪檢測_元智大學蔡篤銘
2018AOI論壇_深度學習於表面瑕疪檢測_元智大學蔡篤銘CHENHuiMei
 
2018AOI論壇_時機已到 AOI導入邊緣運算_SAS林育宏
2018AOI論壇_時機已到 AOI導入邊緣運算_SAS林育宏2018AOI論壇_時機已到 AOI導入邊緣運算_SAS林育宏
2018AOI論壇_時機已到 AOI導入邊緣運算_SAS林育宏CHENHuiMei
 
2018AOI論壇_如何導入深度學習來提升工業瑕疵檢測技術_工研院賴璟皓
2018AOI論壇_如何導入深度學習來提升工業瑕疵檢測技術_工研院賴璟皓2018AOI論壇_如何導入深度學習來提升工業瑕疵檢測技術_工研院賴璟皓
2018AOI論壇_如何導入深度學習來提升工業瑕疵檢測技術_工研院賴璟皓CHENHuiMei
 

More from CHENHuiMei (20)

小數據如何實現電腦視覺,微軟AI研究首席剖析關鍵
小數據如何實現電腦視覺,微軟AI研究首席剖析關鍵小數據如何實現電腦視覺,微軟AI研究首席剖析關鍵
小數據如何實現電腦視覺,微軟AI研究首席剖析關鍵
 
QIF對AOI設備業之衝擊與機會
QIF對AOI設備業之衝擊與機會QIF對AOI設備業之衝擊與機會
QIF對AOI設備業之衝擊與機會
 
產研融合推手-台大AOI設備研發聯盟_台大陳亮嘉
產研融合推手-台大AOI設備研發聯盟_台大陳亮嘉產研融合推手-台大AOI設備研發聯盟_台大陳亮嘉
產研融合推手-台大AOI設備研發聯盟_台大陳亮嘉
 
基於少樣本深度學習之橡膠墊片檢測系統
基於少樣本深度學習之橡膠墊片檢測系統基於少樣本深度學習之橡膠墊片檢測系統
基於少樣本深度學習之橡膠墊片檢測系統
 
AOI智慧升級─AI訓練師在地養成計畫_台灣人工智慧學校
AOI智慧升級─AI訓練師在地養成計畫_台灣人工智慧學校AOI智慧升級─AI訓練師在地養成計畫_台灣人工智慧學校
AOI智慧升級─AI訓練師在地養成計畫_台灣人工智慧學校
 
使用人工智慧檢測三維錫球瑕疵_台大傅楸善
使用人工智慧檢測三維錫球瑕疵_台大傅楸善使用人工智慧檢測三維錫球瑕疵_台大傅楸善
使用人工智慧檢測三維錫球瑕疵_台大傅楸善
 
IIoT發展趨勢及設備業者因應之_微軟葉怡君
IIoT發展趨勢及設備業者因應之_微軟葉怡君IIoT發展趨勢及設備業者因應之_微軟葉怡君
IIoT發展趨勢及設備業者因應之_微軟葉怡君
 
精密機械的空間軌跡精度光學檢測法_台大范光照
精密機械的空間軌跡精度光學檢測法_台大范光照精密機械的空間軌跡精度光學檢測法_台大范光照
精密機械的空間軌跡精度光學檢測法_台大范光照
 
Report
ReportReport
Report
 
Deep learning
Deep learningDeep learning
Deep learning
 
When AOI meets AI
When AOI meets AIWhen AOI meets AI
When AOI meets AI
 
2018AOI論壇_基於生成對抗網路之非監督式AOI技術_工研院蔡雅惠
2018AOI論壇_基於生成對抗網路之非監督式AOI技術_工研院蔡雅惠2018AOI論壇_基於生成對抗網路之非監督式AOI技術_工研院蔡雅惠
2018AOI論壇_基於生成對抗網路之非監督式AOI技術_工研院蔡雅惠
 
2018AOIEA論壇Keynote_眺望趨勢 量測設備未來10年發展重點_致茂曾一士
2018AOIEA論壇Keynote_眺望趨勢 量測設備未來10年發展重點_致茂曾一士2018AOIEA論壇Keynote_眺望趨勢 量測設備未來10年發展重點_致茂曾一士
2018AOIEA論壇Keynote_眺望趨勢 量測設備未來10年發展重點_致茂曾一士
 
2018AOI論壇Keynote_AI入魂製造領域現況與趨勢_工研院熊治民
2018AOI論壇Keynote_AI入魂製造領域現況與趨勢_工研院熊治民2018AOI論壇Keynote_AI入魂製造領域現況與趨勢_工研院熊治民
2018AOI論壇Keynote_AI入魂製造領域現況與趨勢_工研院熊治民
 
2018AOI論壇_AOI and IoT產線應用_工研院周森益
2018AOI論壇_AOI and IoT產線應用_工研院周森益2018AOI論壇_AOI and IoT產線應用_工研院周森益
2018AOI論壇_AOI and IoT產線應用_工研院周森益
 
2018AOI論壇_AOI參與整廠協作之實務建議_達明機器人黃鐘賢
2018AOI論壇_AOI參與整廠協作之實務建議_達明機器人黃鐘賢2018AOI論壇_AOI參與整廠協作之實務建議_達明機器人黃鐘賢
2018AOI論壇_AOI參與整廠協作之實務建議_達明機器人黃鐘賢
 
2018AOI論壇_深度學習在電腦視覺應用上的疑問_中央大學曾定章
2018AOI論壇_深度學習在電腦視覺應用上的疑問_中央大學曾定章2018AOI論壇_深度學習在電腦視覺應用上的疑問_中央大學曾定章
2018AOI論壇_深度學習在電腦視覺應用上的疑問_中央大學曾定章
 
2018AOI論壇_深度學習於表面瑕疪檢測_元智大學蔡篤銘
2018AOI論壇_深度學習於表面瑕疪檢測_元智大學蔡篤銘2018AOI論壇_深度學習於表面瑕疪檢測_元智大學蔡篤銘
2018AOI論壇_深度學習於表面瑕疪檢測_元智大學蔡篤銘
 
2018AOI論壇_時機已到 AOI導入邊緣運算_SAS林育宏
2018AOI論壇_時機已到 AOI導入邊緣運算_SAS林育宏2018AOI論壇_時機已到 AOI導入邊緣運算_SAS林育宏
2018AOI論壇_時機已到 AOI導入邊緣運算_SAS林育宏
 
2018AOI論壇_如何導入深度學習來提升工業瑕疵檢測技術_工研院賴璟皓
2018AOI論壇_如何導入深度學習來提升工業瑕疵檢測技術_工研院賴璟皓2018AOI論壇_如何導入深度學習來提升工業瑕疵檢測技術_工研院賴璟皓
2018AOI論壇_如何導入深度學習來提升工業瑕疵檢測技術_工研院賴璟皓
 

Recently uploaded

The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 

Recently uploaded (20)

The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 

檢測的新演算法 AOI應用面 2D及3D量測 – HALCON 12-新亞洲儀器