1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Merge pull request #17818 from komakai:documentation-improvements

Documentation fixes/improvements

* Documentation fixes/improvements

* Remove HASH_UTILS defines
This commit is contained in:
Giles Payne
2020-07-16 03:42:05 +09:00
committed by GitHub
parent cb2e276bff
commit af9ee90091
17 changed files with 64 additions and 33 deletions
+2 -1
View File
@@ -6,7 +6,6 @@
#import "Point3d.h"
#import "Point2d.h"
#import "CVObjcUtil.h"
@implementation Point3d {
cv::Point3d native;
@@ -95,6 +94,8 @@
}
}
#define DOUBLE_TO_BITS(x) ((Cv64suf){ .f = x }).i
- (NSUInteger)hash {
int prime = 31;
uint32_t result = 1;