Skip to content

Commit 53b3094

Browse files
committed
Fix typos in opencv-ops.yaml
1 parent c69c919 commit 53b3094

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scijava-ops-opencv/opencv-ops.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ org.bytedeco.opencv.global.opencv_imgproc:
2323
blur:
2424
alias: "fliter.blur"
2525
type: "Computer2"
26-
filter2d:
26+
filter2D:
2727
alias: "filter.convolve"
2828
type: "Computer2"
2929
Sobel:
@@ -116,8 +116,8 @@ org.bytedeco.opencv.global.opencv_imgproc:
116116
calcHist:
117117
alias: "image.histogram"
118118
type: "Computer2"
119-
calcBlackProject:
120-
alias: "image.blackProject"
119+
calcBackProject:
120+
alias: "image.backProject"
121121
type: "Computer2"
122122
equalizeHist:
123123
alias: "image.equalize"

0 commit comments

Comments
 (0)