Opencv for iOS Study Notes (2)-AR

Source: Internet
Author: User

Original address: opencv for iOS Study Notes (2)-AR

Three elements of AR applications:

1. Video Source)

Video sources primarily provide frames collected from built-in cameras.


2. processing pipeline (MPS Queue)

The processing pipeline mainly provides a simple interface to the program, which encapsulates the underlying data structure and algorithm.


3. Visualization engine (Visualization engine)

The visualization engine is mainly used to visualize the operations of augmented reality.


Note: viewcontroller is equivalent to a program controller, markerdetetor is the processing pipeline, and visualizationcontroller is equivalent to a visual processing engine.



The simple processing process pipeline receives a new frame, which triggers the video source to use a callback function to remind the program. The controller processes the callback function and performs the following operations: 1. send frames to the visualization engine. 2. process the frame in the processing pipeline. 3. Send the capture tag to the visualization engine. 4. Rendering scenario.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.