iT邦幫忙

2019 iT 邦幫忙鐵人賽

DAY 21
0
AI & Data

當自動駕駛遇見AI系列 第 21

Day21-當自動駕駛遇見AI- Project2: Advanced Lane Finding(3)

  • 分享至 

  • xImage
  •  

前言

針對影像進行不失真處理(Undistort Image)

實作

不失真處理(Undistort Image)

exampleImg_undistort = undistort(exampleImg)

# Visualize undistortion
f, (ax1, ax2) = plt.subplots(1, 2, figsize=(20,10))
f.subplots_adjust(hspace = .2, wspace=.05)
ax1.imshow(exampleImg)
ax1.set_title('Original Image', fontsize=30)
ax2.imshow(exampleImg_undistort)
ax2.set_title('Undistorted Image', fontsize=30)

print('...')

產出

https://ithelp.ithome.com.tw/upload/images/20181105/20107143WJgBbLCnzl.png


上一篇
Day20-當自動駕駛遇見AI- Project2: Advanced Lane Finding(2)
下一篇
Day22-當自動駕駛遇見AI- Project2: Advanced Lane Finding(4)
系列文
當自動駕駛遇見AI30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言