Skip to content

Commit

Permalink
OpenCV: fix Op types
Browse files Browse the repository at this point in the history
calcHist and calcBackProject are actually Computer5's and putText is an
Inplace1, not Computer2's.
  • Loading branch information
hinerm committed Mar 22, 2024
1 parent 83253bc commit 42c509c
Show file tree
Hide file tree
Showing 2 changed files with 348 additions and 348 deletions.
6 changes: 3 additions & 3 deletions scijava-ops-opencv/opencv-ops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,10 @@ org.bytedeco.opencv.global.opencv_imgproc:
type: "Computer2"
calcHist:
alias: "image.histogram"
type: "Computer2"
type: "Computer5"
calcBackProject:
alias: "image.backProject"
type: "Computer2"
type: "Computer5"
equalizeHist:
alias: "image.equalize"
type: "Computer2"
Expand Down Expand Up @@ -299,4 +299,4 @@ org.bytedeco.opencv.global.opencv_imgproc:
type: "Computer2"
putText:
alias: "image.putText"
type: "Computer2"
type: "Inplace1"
Loading

0 comments on commit 42c509c

Please sign in to comment.