Skip to content

Commit 4f1cb4b

Browse files
committed
OpenCVDescriptors: Add Javadoc
1 parent daa27b4 commit 4f1cb4b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

scijava-ops-opencv/src/main/java/org/scijava/ops/opencv/OpenCVDescriptors.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
import org.bytedeco.opencv.opencv_core.UMat;
77
import org.scijava.types.Nil;
88

9+
/**
10+
* A set of static methods intended to describe OpenCV data structures.
11+
*
12+
* @author Gabriel Selzer
13+
*/
914
public class OpenCVDescriptors {
1015

1116
public static String matDescriptor(Nil<Mat> in) {

0 commit comments

Comments
 (0)