Skip to content

Commit 42c509c

Browse files
committed
OpenCV: fix Op types
calcHist and calcBackProject are actually Computer5's and putText is an Inplace1, not Computer2's.
1 parent 83253bc commit 42c509c

2 files changed

Lines changed: 348 additions & 348 deletions

File tree

scijava-ops-opencv/opencv-ops.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,10 @@ org.bytedeco.opencv.global.opencv_imgproc:
209209
type: "Computer2"
210210
calcHist:
211211
alias: "image.histogram"
212-
type: "Computer2"
212+
type: "Computer5"
213213
calcBackProject:
214214
alias: "image.backProject"
215-
type: "Computer2"
215+
type: "Computer5"
216216
equalizeHist:
217217
alias: "image.equalize"
218218
type: "Computer2"
@@ -299,4 +299,4 @@ org.bytedeco.opencv.global.opencv_imgproc:
299299
type: "Computer2"
300300
putText:
301301
alias: "image.putText"
302-
type: "Computer2"
302+
type: "Inplace1"

0 commit comments

Comments
 (0)