[iOS] 안면 인식 (CIDetector)
코어 이미지는 이미지나 비디오에서 얼굴이나 얼굴의 특징을 탐지할 수 있는 기능을 제공한다. 안면 인식기 설정 코어 이미지에서 안면 인식기를 사용하려면 CIImage 객체가 필요하다. UIImage *detectUIImage = [self.sourceImageView image];CGImageRef detectCGImageRef = [detectUIImage CGImage]; CIImage *detectImage = [CIImage imageWithCGImage:detectCGImageRef]; NSDictionary *options = @{CIDetectorAccuracy : CIDetectorAccuracyHigh}; CIDetector *faceDetector = [CIDetector detector..
iOS 개발/iOS
2016. 11. 29. 10:17
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- coredata
- CIImage
- docker
- NSManagedObjectContext
- thread
- ios
- RunLoop
- UIView
- CGImage
- 꺼내먹어요
- dictionary
- AWS
- Swfit
- optional
- Arc
- string
- EffectiveObjectiveC
- HTTP
- 읽기 좋은 코드가 좋은 코드다
- Block
- delegate
- Swift
- Swift 3.0
- set
- workerThread
- applicationWillResignActive
- NSManagedObjectModel
- Swift 3
- NSManagedObject
- Swift3
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
글 보관함