SlideShare a Scribd company logo
1 of 124
Download to read offline
& &
Jerry
•
• ”
•
• Founder
•
• MIT	edX/MandarinX
•
• https://www.ap-mic.com
• http://dataology.blogspot.tw
• https://www.linkedin.com/in/jerry2012/
(Jerry)
dsjerry2017@gmail.com 2
3
VM
• vmware-tools-distrib
• sudo ./vmware-install.pl
Jupyter Notebook
• sudo pip3	install	jupyter
• sudo apt-get	install	python3-matplotlib
(Computer	Vision)
•
Make	computers	understand	images	and	video.
-
-
-
U
• Safety
• Health	
• Security	
• Comfort	
• Fun	
• Access	
• …….
• 1960
• 1970
• 1990 C 3
• 2000
• 2030
-OCR
(OCR,	Optical	Character	Recognition)
- Face	detection
- Smile	detection
- Object	recognition
- Vision-based	biometrics
- Login	without	a	password
- Shape	Capture		&	Motion	Capture
- Self-Driving	Cars	
Mobileye
– Vision	systems	currently	in	high-end	BMW,	GM,	Volvo,	Tesla
- Interactive	Games:	Kinect
- Industrial	robots
- Medical	imaging
• Viewpoint	Variations
image credit: J. Koenderink
a
“
• Occlusion
image credit: Magritte, 1957
• Clutter
3D
• Optical	Illusions
OpenCV?
OpenCV
• OpenCV 2000 17
• Intel
• *
•
•
• S
• OpenCV C++
• ' Python,	Java,	Matlab,	C#,	Ruby
• OpenCV
• Windows Mac	OS Linux Android
Python	+	OpenCV
• P OpenCV
• (CV)
• OpenCV
• Python Numpy Scikit-learn
• BSD S
•
• Windows Mac Linux
• ' CUDA GPU
• Python
?
•
Title
RGB
3
•
•
•
3
3
RGB &	HSV
• RGB U RGB	color	model
Red Green Blue
a V
• HSL Hue,	Saturation,	
Lightness HSL
• H
• S
0-100%
• V 0-100%
3
OpenCV stores	color	in	the	BGR	format.
3
RGB 3
3 (RGB)
BGR
• cv2.calcHist(images,	channels,	mask,	histSize,	ranges[,	hist[,	
accumulate]])
• images	:	
• Channels [0] [0],[1],[2]( )
• Mask None
• histSize 3 bins [256]
• Ranges [0,	256]
ravel() array
calcHist
enumerate col
OpenCV
• 3 (Square)
np.zeros array
OpenCV
• (Line)
Cv2.line	( )
OpenCV
• 3 (Rectangle)
OpenCV
• (Circle)
OpenCV
• (Polygon)
Image	Manipulations
(Transformations)
• (Transformations) : (Affine) (Non-Affine)	
• (Affine)
• (Non-Affine)	 Scaling
Rotation
Translation
(Translations)
Tx 311.25
Ty 207.5
Tx
Ty
(Rotations)
Cos θ -Sin θ
Sin	θ Cos	θ
θ	 ”
θ
*X Y
(Rotations)-Transpose
c (Horizontal	Flip)
1 c
0
-1 c
*(Scaling) (Resizing)	 (Interpolations)
* 3/4
cv2.INTER_AREA
* cv2.INTER_CUBIC
resize cv2.INTER_LINEAR
None Fx Fy *
(Image	Pyramids)
(Cropping)
r (Added)	&	 (Subtracted)
Mr
(Bitwise)	&	“ (Masking)
Bitwise	Operations	and	Masking
3
(Convolutions)	& U (Blurring)
(Sharpening)
Thresholding,	Binarization &	Adaptive	Thresholding
127 0 255
127 255 127 0
127 127 255
127 0 127
127 127 0
Thresholding,	Binarization &	Adaptive	Thresholding
127 0 255
U o
Adaptive Threshold
y
(Dilation)	&	 (Erosion)
Kernel
u(Edge	Detection)
Sobel
## threshold1 threshold2
R 2
1
1 2 e
#intensities 60 R
120
Canny u R
R
u(Edge	Detection)
(Perspective	Transform)
4
A4 1 1.41 a
(Perspective	Transform)
Webcam Sketch
Guassian	Blurs
cap VideoCapture
frame
Image	Segmentation
(Contours)
3
(Sorting	Contours)
Canny
Line	Detection	- Using	Hough	Lines
Canny
1 rho HoughLines
np.pi	/	180 1
240
Line	Detection	- Using	Hough	Lines(2)
Blob	Detection
u
u
u blob
Counting	Circles	and	Ellipses(1)	
u
u
blob
Identifiy Contours	by	Shape(2)
y
y
y
y
y
u
u
u
Object	Detection
(Waldo)
Martin Handford
n
——
D
Finding	Waldo
Finding	Corners
cornerHarris float32
Feature	Detection- SIFT
SIFT	Feature	Detector
u
Feature	Detection- SURF
SURF	Feature	Detector
Feature	Detection- FAST
FAST u #fast	=	cv2.FastFeatureDetector
Feature	Detection-
Oriented	FAST	and	Rotated	BRIEF	(ORB)
ORB
Histogram	of	Oriented	Gradients(1)
h	x	w( )
h	x	w
OpenCV HOG
winSize
hog_feats numpy
Histogram	of	Oriented	Gradients(2)
# R
Matplotlib HOG
360	/	nbins	*3
SIFT	Webcam	Demo
Run	feature_homography.py
u
Face	Detection
u
OpenCV CascadeClassifier
XML-
u ROI
u face_classifier
faces
u
Webcam Demo(1)
Merging	Faces(1)
U
Merging	Faces(2)
x y
Merging	Faces(3)
Merging	Faces(4)
t e
Merging	Faces(5)
Merging	Faces(6)
Merging	Faces(7)
Motion	Analysis- Yawn	Detector	and	Counting
• OpenCV u
•
Yawn	Detector	and	Counting(1)
Yawn	Detector	and	Counting(2)
Yawn	Detector	and	Counting(3)
• OpenCV iPhone X Face	ID
• c
•
• 2D3 3D
• iPhone X (Infrared)
- U
numpy
numpy
U
- Webcam Demo(1)
- Webcam Demo(2)
U u
c
• face_recognition
examples/facerec_
from_webcam.py
Object	Tracking
(Object	Tracking)
• u
• u Video
Tracking 3
• (Optical	Flow)
(Object	Tracking)
u
Lucas	kanade
(Object	Tracking)
1
dsjerry2017@gmail.com
jerry@mail.ntust.edu.tw
dsjerry2017@gmail.com 123
• opencv examples/lk_homography.py
• opencv examples/python3	lk_track.py

More Related Content

Similar to 廣宣學堂: 機器視覺初探 10152017

Similar to 廣宣學堂: 機器視覺初探 10152017 (20)

01.ppt
01.ppt01.ppt
01.ppt
 
01 (1).ppt
01 (1).ppt01 (1).ppt
01 (1).ppt
 
computer visions with full detail
computer visions with full detail computer visions with full detail
computer visions with full detail
 
01.ppt
01.ppt01.ppt
01.ppt
 
01.ppt
01.ppt01.ppt
01.ppt
 
01.ppt
01.ppt01.ppt
01.ppt
 
Computer Vision Crash Course
Computer Vision Crash CourseComputer Vision Crash Course
Computer Vision Crash Course
 
Computer Vision
Computer VisionComputer Vision
Computer Vision
 
Latest Trends in Information Technology - 2020
Latest Trends  in Information Technology - 2020Latest Trends  in Information Technology - 2020
Latest Trends in Information Technology - 2020
 
Sundance Perception Blade
Sundance Perception BladeSundance Perception Blade
Sundance Perception Blade
 
Computer vision basics
Computer vision basicsComputer vision basics
Computer vision basics
 
Overview of Computer Vision For Footwear Industry
Overview of Computer Vision For Footwear IndustryOverview of Computer Vision For Footwear Industry
Overview of Computer Vision For Footwear Industry
 
Security Challenges in Emerging Technologies
Security Challenges in Emerging TechnologiesSecurity Challenges in Emerging Technologies
Security Challenges in Emerging Technologies
 
Security Challenges in Emerging Technologies
Security Challenges in Emerging TechnologiesSecurity Challenges in Emerging Technologies
Security Challenges in Emerging Technologies
 
Vision on Tap 6/21/2009
Vision on Tap 6/21/2009Vision on Tap 6/21/2009
Vision on Tap 6/21/2009
 
MIPI DevCon 2016: Meeting Demands for Camera and Sensor Interfaces in IoT and...
MIPI DevCon 2016: Meeting Demands for Camera and Sensor Interfaces in IoT and...MIPI DevCon 2016: Meeting Demands for Camera and Sensor Interfaces in IoT and...
MIPI DevCon 2016: Meeting Demands for Camera and Sensor Interfaces in IoT and...
 
Computer vision
Computer visionComputer vision
Computer vision
 
Animation LOA
Animation LOAAnimation LOA
Animation LOA
 
Fiera sicurezza trs_20101117-19_all
Fiera sicurezza trs_20101117-19_allFiera sicurezza trs_20101117-19_all
Fiera sicurezza trs_20101117-19_all
 
ใบงานท 2-8
ใบงานท   2-8ใบงานท   2-8
ใบงานท 2-8
 

More from Paul Chao

AI與大數據數據處理 Spark實戰(20171216)
AI與大數據數據處理 Spark實戰(20171216)AI與大數據數據處理 Spark實戰(20171216)
AI與大數據數據處理 Spark實戰(20171216)Paul Chao
 
企業導入微服務實戰 - updated
企業導入微服務實戰 - updated企業導入微服務實戰 - updated
企業導入微服務實戰 - updatedPaul Chao
 
企業導入微服務實戰 - updated
企業導入微服務實戰 - updated企業導入微服務實戰 - updated
企業導入微服務實戰 - updatedPaul Chao
 
廣宣學堂: 企業導入微服務實戰
廣宣學堂: 企業導入微服務實戰廣宣學堂: 企業導入微服務實戰
廣宣學堂: 企業導入微服務實戰Paul Chao
 
Python網站框架絕技: Django 完全攻略班
Python網站框架絕技: Django 完全攻略班Python網站框架絕技: Django 完全攻略班
Python網站框架絕技: Django 完全攻略班Paul Chao
 
開放運算&GPU技術研究班
開放運算&GPU技術研究班開放運算&GPU技術研究班
開放運算&GPU技術研究班Paul Chao
 
廣宣學堂: R programming for_quantitative_finance_0623
廣宣學堂: R programming for_quantitative_finance_0623 廣宣學堂: R programming for_quantitative_finance_0623
廣宣學堂: R programming for_quantitative_finance_0623 Paul Chao
 
Docker workshop 0507 Taichung
Docker workshop 0507 Taichung Docker workshop 0507 Taichung
Docker workshop 0507 Taichung Paul Chao
 
20170430 python爬蟲攻防戰-攻防與金融大數據分析班
20170430 python爬蟲攻防戰-攻防與金融大數據分析班20170430 python爬蟲攻防戰-攻防與金融大數據分析班
20170430 python爬蟲攻防戰-攻防與金融大數據分析班Paul Chao
 
廣宣學堂Python金融爬蟲原理班 20170416
廣宣學堂Python金融爬蟲原理班 20170416廣宣學堂Python金融爬蟲原理班 20170416
廣宣學堂Python金融爬蟲原理班 20170416Paul Chao
 
Introduction to Golang final
Introduction to Golang final Introduction to Golang final
Introduction to Golang final Paul Chao
 
手把手帶你學Docker 03042017
手把手帶你學Docker 03042017手把手帶你學Docker 03042017
手把手帶你學Docker 03042017Paul Chao
 

More from Paul Chao (12)

AI與大數據數據處理 Spark實戰(20171216)
AI與大數據數據處理 Spark實戰(20171216)AI與大數據數據處理 Spark實戰(20171216)
AI與大數據數據處理 Spark實戰(20171216)
 
企業導入微服務實戰 - updated
企業導入微服務實戰 - updated企業導入微服務實戰 - updated
企業導入微服務實戰 - updated
 
企業導入微服務實戰 - updated
企業導入微服務實戰 - updated企業導入微服務實戰 - updated
企業導入微服務實戰 - updated
 
廣宣學堂: 企業導入微服務實戰
廣宣學堂: 企業導入微服務實戰廣宣學堂: 企業導入微服務實戰
廣宣學堂: 企業導入微服務實戰
 
Python網站框架絕技: Django 完全攻略班
Python網站框架絕技: Django 完全攻略班Python網站框架絕技: Django 完全攻略班
Python網站框架絕技: Django 完全攻略班
 
開放運算&GPU技術研究班
開放運算&GPU技術研究班開放運算&GPU技術研究班
開放運算&GPU技術研究班
 
廣宣學堂: R programming for_quantitative_finance_0623
廣宣學堂: R programming for_quantitative_finance_0623 廣宣學堂: R programming for_quantitative_finance_0623
廣宣學堂: R programming for_quantitative_finance_0623
 
Docker workshop 0507 Taichung
Docker workshop 0507 Taichung Docker workshop 0507 Taichung
Docker workshop 0507 Taichung
 
20170430 python爬蟲攻防戰-攻防與金融大數據分析班
20170430 python爬蟲攻防戰-攻防與金融大數據分析班20170430 python爬蟲攻防戰-攻防與金融大數據分析班
20170430 python爬蟲攻防戰-攻防與金融大數據分析班
 
廣宣學堂Python金融爬蟲原理班 20170416
廣宣學堂Python金融爬蟲原理班 20170416廣宣學堂Python金融爬蟲原理班 20170416
廣宣學堂Python金融爬蟲原理班 20170416
 
Introduction to Golang final
Introduction to Golang final Introduction to Golang final
Introduction to Golang final
 
手把手帶你學Docker 03042017
手把手帶你學Docker 03042017手把手帶你學Docker 03042017
手把手帶你學Docker 03042017
 

Recently uploaded

Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software DevelopersVinodh Ram
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...Christina Lin
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityNeo4j
 
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样umasea
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)OPEN KNOWLEDGE GmbH
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideChristina Lin
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationkaushalgiri8080
 
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...soniya singh
 
Engage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyEngage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyFrank van der Linden
 
XpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsXpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsMehedi Hasan Shohan
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWave PLM
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmSujith Sukumaran
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfkalichargn70th171
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackVICTOR MAESTRE RAMIREZ
 
Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Andreas Granig
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number SystemsJheuzeDellosa
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataBradBedford3
 

Recently uploaded (20)

Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software Developers
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered Sustainability
 
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanation
 
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
 
Engage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyEngage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The Ugly
 
XpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsXpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software Solutions
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need It
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalm
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStack
 
Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number Systems
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
 

廣宣學堂: 機器視覺初探 10152017