# SmartCropper-iOS-Demo **Repository Path**: linusling/SmartCropper-iOS-Demo ## Basic Information - **Project Name**: SmartCropper-iOS-Demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2020-11-22 - **Last Updated**: 2022-08-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SmartCropper-iOS-Demo #### 安装教程 1. `pod install` 2. open `SmartCropper-iOS-Demo.xcworkspace` 3. run #### 使用说明 1. `SmartCropperWrapper.initImageDetector()` 初始化 SmartCropper 2. `let points = SmartCropperWrapper.scan(withOpenCV: image)` 识别图片 3. `let img = SmartCropperWrapper.crop(withOpenCV: image, points: )` 裁剪图片