- 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.
推薦閱讀
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- 黑客攻防從入門到精通(實戰秘笈版)
- 企業級Java EE架構設計精深實踐
- DevOps for Networking
- Getting Started with CreateJS
- Clojure for Domain:specific Languages
- 程序員考試案例梳理、真題透解與強化訓練
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- Visual Basic程序設計教程
- Bootstrap Essentials
- Visual Basic學習手冊
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- 利用Python進行數據分析
- Java Web開發教程:基于Struts2+Hibernate+Spring
- Clojure Web Development Essentials