Skip to content

Commit 23cbc01

Browse files
committed
TestOpenCV: add note on adapting to function
1 parent 98e5986 commit 23cbc01

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scijava-ops-opencv/src/test/java/org/scijava/ops/opencv/TestOpenCV.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@ public void testUsage() {
158158

159159
// Blur with ops
160160
builder.compute();
161+
// NB: would be nice to be able to adapt to function but currently cannot
162+
// because https://github.com/imagej/imagej-opencv/issues/2
163+
// ops.ternary(TEST_OP).input(src, size, stDev).outType(Mat.class).apply();
161164

162165
// Blur directly with JavaCV
163166
GaussianBlur(src, opencvFish, size, stDev);

0 commit comments

Comments
 (0)