Skip to content

Instantly share code, notes, and snippets.

View okitsutakatomo's full-sized avatar

takatomo okitsu okitsutakatomo

  • yokohama, japan
View GitHub Profile
@pixnbit
pixnbit / CIFaceFeature+UIImageOrientation.h
Last active May 3, 2018 01:59
Category on CIFaceFeature to convert CGPoint and CGRect with respect to UIImageOrientation, also with handy helpers to convert locations inside of a given UIView size.
//
// CIFaceFeature+UIImageOrientation.h
//
//
// Created by Xiaochao Yang on 6/9/13.
// Copyright (c) 2013 Xiaochao Yang. All rights reserved.
//
#import <CoreImage/CoreImage.h>
@C4Examples
C4Examples / C4Workspace.m
Created April 23, 2013 09:06
Advanced Examples phasing
//
// C4WorkSpace.m
// Examples
//
// Created by Travis Kirton and Greg Debicki.
//
#import "C4WorkSpace.h"
@implementation C4WorkSpace {
@C4Examples
C4Examples / C4Workspace.m
Created April 23, 2013 09:04
Advanced Examples randomMovementSubview
//
// C4WorkSpace.m
// Examples
//
// Created by Greg Debicki.
//
@implementation C4WorkSpace {
C4Shape *bigCircle;
}