first look at a GIFthisThere are a few notable points to note in GIF:This interface is where the basic main interface should be. The bottom right corner has a "+" number, click to open the Image capture interfaceat the top of this interface, the status of the current image processing is displayed. (Generally, success/unsuccessful, or what is the problem). Although the use of the article display state method is relatively simple, but also to be able to achieve the purpose of prompting users to shoot correctly, another aspect, if the text can be displayed correctly, then modify to display the animation is also a method. The status of the display changes when the image is identified.
when the correct results are identified, jump to the image processing interface. then this GIF is finished. What do you mean, a thing? This is the basic image processing framework on Android, including acquisition, identification, processing, and relatively humble, but very valuable. here is the complete code. But if you want to debug successfully, and want to understand the specific principles inside, you first need to see what "Probe" isin order to introduce OPENCV, we have to look at(go_gtd_3) Build Android image processing program based on OPENCV and QTin order to understand QML, but also to seeQtquick Control Basics (1)and so on, these are several in one piece. follow-up will continue to improve this project, keep open source, welcome to continue to pay attention!
From for notes (Wiz)
List of attachments
Create a basic Android image processing framework based on Qprobe