Implement Image Process on iOS Platform with Objective-C

碩士 === 國立臺灣科技大學 === 電子工程系 === 105 === The thesis is based on the iOS programming language Objective-C open source code in iOS related equipment to achieve the image processing and other applications, including image processing mainly use OpenCV, and then supplemented by Objective-C written in order...

Full description

Bibliographic Details
Main Authors: HAN-CHUNG TSO, 左瀚中
Other Authors: Bin-Chang Chieu
Format: Others
Language:zh-TW
Published: 2017
Online Access:http://ndltd.ncl.edu.tw/handle/65kq8h
Description
Summary:碩士 === 國立臺灣科技大學 === 電子工程系 === 105 === The thesis is based on the iOS programming language Objective-C open source code in iOS related equipment to achieve the image processing and other applications, including image processing mainly use OpenCV, and then supplemented by Objective-C written in order to be able to iOS On the device. OpenCV in the image processing is widely used, it implements a lot of practical on the algorithm, such as: human-computer interaction, object recognition, image segmentation, computer vision, face recognition, motion tracking, so that in this respect, Developers can quickly complete the desired application development program based on the relevant intelligence system, and on the other hand, it also supports multi-platform systems, so you can first execute functions on your computer and compile that can run, reduce the time to the graphics algorithm and other code written, and finally moved to the real machine to do the test. But the operation of the iOS device on the main program development language - Objective-C is to help OpenCV can be completed on the iOS device for image processing, with the stability of the iOS system, and the perfect display, so that the image or image detection or Other processing can be completely realized, and these processing does not require additional equipment to help, as long as you can understand the operation of OpenCV and Objective-C principle, you can achieve the desired results.