Uses of Class
org.opencv.core.MatOfInt
Packages that use MatOfInt
-
Uses of MatOfInt in org.opencv.core
Methods in org.opencv.core that return MatOfIntMethods in org.opencv.core with parameters of type MatOfIntModifier and TypeMethodDescriptionstatic voidstatic voidCore.transposeND(Mat src, MatOfInt order, Mat dst) Transpose for n-dimensional matrices. -
Uses of MatOfInt in org.opencv.imgcodecs
Methods in org.opencv.imgcodecs with parameters of type MatOfIntModifier and TypeMethodDescriptionstatic MatImgcodecs.dicomJpgWrite(Mat image, MatOfInt dicomParams, String colormodel) Encodes an DICOM image into a memory buffer.static MatImgcodecs.dicomRawFileRead(String filename, MatOfDouble segposition, MatOfDouble seglength, MatOfInt dicomparams, String colormodel) Loads a raw image (include RLE compressed image) from file segments.static MatImgcodecs.dicomRawMatRead(Mat buf, MatOfInt dicomParams, String colormodel) Loads a raw image (include RLE compressed image) from Mat.static booleanEncodes an image into a memory buffer.static booleanSaves an image to a specified file.static booleanImgcodecs.imwritemulti(String filename, List<Mat> img, MatOfInt params) -
Uses of MatOfInt in org.opencv.imgproc
Methods in org.opencv.imgproc with parameters of type MatOfIntModifier and TypeMethodDescriptionstatic voidImgproc.calcBackProject(List<Mat> images, MatOfInt channels, Mat hist, Mat dst, MatOfFloat ranges, double scale) static voidImgproc.calcHist(List<Mat> images, MatOfInt channels, Mat mask, Mat hist, MatOfInt histSize, MatOfFloat ranges) this variant supports only uniform histograms.static voidImgproc.calcHist(List<Mat> images, MatOfInt channels, Mat mask, Mat hist, MatOfInt histSize, MatOfFloat ranges, boolean accumulate) this variant supports only uniform histograms.static voidImgproc.convexHull(MatOfPoint points, MatOfInt hull) Finds the convex hull of a point set.static voidImgproc.convexHull(MatOfPoint points, MatOfInt hull, boolean clockwise) Finds the convex hull of a point set.static voidImgproc.convexityDefects(MatOfPoint contour, MatOfInt convexhull, MatOfInt4 convexityDefects) Finds the convexity defects of a contour.voidSubdiv2D.getLeadingEdgeList(MatOfInt leadingEdgeList) Returns a list of the leading edge ID connected to each triangle.voidSubdiv2D.getVoronoiFacetList(MatOfInt idx, List<MatOfPoint2f> facetList, MatOfPoint2f facetCenters) Returns a list of all Voronoi facets.