mirror of
https://github.com/zhigang1992/PerspectiveTransform.git
synced 2026-04-29 12:45:14 +08:00
fix macOS test
fix imports order
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
#import "OpenCVWrapper.h"
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wdocumentation"
|
||||
/**
|
||||
OpenCV library is dynamically linked, to install OpenCV:
|
||||
|
||||
brew install opencv
|
||||
brew install opencv
|
||||
*/
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wdocumentation"
|
||||
#import <opencv2/opencv.hpp>
|
||||
#pragma GCC diagnostic pop
|
||||
#import "OpenCVWrapper.h"
|
||||
|
||||
@implementation OpenCVWrapper
|
||||
+ (CATransform3D)findHomographyFromQuadrilateral:(Quadrilateral)origin toQuadrilateral:(Quadrilateral)destination {
|
||||
|
||||
Reference in New Issue
Block a user