Skip to content

Commit

Permalink
OpenCVDescriptors: Add Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gselzer committed Mar 20, 2024
1 parent ca29603 commit cf11980
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
import org.bytedeco.opencv.opencv_core.UMat;
import org.scijava.types.Nil;

/**
* A set of static methods intended to describe OpenCV data structures.
*
* @author Gabriel Selzer
*/
public class OpenCVDescriptors {

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

0 comments on commit cf11980

Please sign in to comment.