mirror of
https://github.com/zhigang1992/PerspectiveTransform.git
synced 2026-01-12 22:49:33 +08:00
reformat comments to headerdoc
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
// OpenCV needs to be installed
|
||||
// brew install opencv
|
||||
#import <opencv2/opencv.hpp>
|
||||
#import "OpenCVWrapper.h"
|
||||
|
||||
/**
|
||||
OpenCV library is dynamically linked, to install OpenCV:
|
||||
|
||||
brew install opencv
|
||||
*/
|
||||
@implementation OpenCVWrapper
|
||||
+ (CATransform3D)findHomographyFromQuadrilateral:(Quadrilateral)origin toQuadrilateral:(Quadrilateral)destination {
|
||||
CvPoint2D32f *cvsrc = [self openCVMatrixWithQuadrilateral:origin];
|
||||
|
||||
Reference in New Issue
Block a user