8000 Change matCompare to return Word8 · LumiGuide/haskell-opencv@87647c0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 87647c0

Browse files
committed
Change matCompare to return Word8
1 parent f292339 commit 87647c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opencv/src/OpenCV/Core/ArrayOps.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ matCompare
393393
:: Mat shape ('S 1) depth
394394
-> Mat shape ('S 1) depth
395395
-> CmpType
396-
-> CvExcept (Mat shape ('S 1) depth)
396+
-> CvExcept (Mat shape ('S 1) ('S Word8))
397397
matCompare x y cmpType = unsafeWrapException $ do
398398
dst <- newEmptyMat
399399
handleCvException (pure $ unsafeCoerceMat dst) $

0 commit comments

Comments
 (0)
0