- 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.
推薦閱讀
- Flask Web全棧開發實戰
- Mastering Entity Framework Core 2.0
- 程序員面試筆試寶典(第3版)
- ClickHouse性能之巔:從架構設計解讀性能之謎
- 微服務與事件驅動架構
- 深入理解Django:框架內幕與實現原理
- Visual C++實例精通
- 機器人Python青少年編程開發實例
- Hands-On Natural Language Processing with Python
- 程序設計基礎教程:C語言
- Learning OpenCV 3 Computer Vision with Python(Second Edition)
- Creating Stunning Dashboards with QlikView
- 智能手機APP UI設計與應用任務教程
- Mastering Drupal 8
- 軟技能2:軟件開發者職業生涯指南