We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa27b4 commit 4f1cb4bCopy full SHA for 4f1cb4b
1 file changed
scijava-ops-opencv/src/main/java/org/scijava/ops/opencv/OpenCVDescriptors.java
@@ -6,6 +6,11 @@
6
import org.bytedeco.opencv.opencv_core.UMat;
7
import org.scijava.types.Nil;
8
9
+/**
10
+ * A set of static methods intended to describe OpenCV data structures.
11
+ *
12
+ * @author Gabriel Selzer
13
+ */
14
public class OpenCVDescriptors {
15
16
public static String matDescriptor(Nil<Mat> in) {
0 commit comments