- OpenCV 4 with Python Blueprints
- Dr. Menua Gevorgyan Arsen Mamikonyan Michael Beyeler
- 97字
- 2021-06-24 16:50:07
Displaying results
In fact, we can display the results only if the match method returns a result, right? This can be seen in the following block:
if match_succsess:
cv.imshow("res", img_warped)
cv.imshow("flann", img_flann)
if cv.waitKey(1) & 0xff == 27:
break
Displaying images in OpenCV is straightforward and is done by the imshow method, which accepts the name of a window and an image. Additionally, loop termination criteria on the Esc keypress are set.
Now that we have set up our app, let's take a look at the process flow in the next section.
推薦閱讀
- 軟件測試項目實戰之性能測試篇
- Essential Angular
- TypeScript實戰指南
- 小程序,巧運營:微信小程序運營招式大全
- Clojure Reactive Programming
- Linux C編程:一站式學習
- Mastering Git
- Java程序員面試筆試寶典(第2版)
- 從零開始:UI圖標設計與制作(第3版)
- Learning Unreal Engine Game Development
- 軟件測試分析與實踐
- 計算思維與Python編程
- Getting Started with Windows Server Security
- 新手學ASP.NET 3.5網絡開發
- 開源網絡地圖可視化:基于Leaflet的在線地圖開發