My Project
 All Classes Namespaces Files Functions Variables
Static Public Member Functions
org.opencv.samples.tutorial2.obraz Class Reference

List of all members.

Static Public Member Functions

static Mat Transformacja (Mat mRgba, Rect apr_t, MatOfPoint ramka_max) throws Exception
static ArrayList< List
< MatOfPoint > > 
Kontury (Mat mGray)
static ArrayList< List
< MatOfPoint > > 
Kontury2 (Mat mGray)
static int[] getRamka (List< MatOfPoint > ramka)
static List< Point > orderRectCorners (List< Point > corners)
static List< Point > orderPointsByRows (List< Point > points)
static double MatXor (Mat a, Mat b)
static Rect getRamka_from_barcode (String base, int height, Rect org)

Member Function Documentation

static int [] org.opencv.samples.tutorial2.obraz.getRamka ( List< MatOfPoint >  ramka) [static]
static Rect org.opencv.samples.tutorial2.obraz.getRamka_from_barcode ( String  base,
int  height,
Rect  org 
) [static]
static ArrayList<List<MatOfPoint> > org.opencv.samples.tutorial2.obraz.Kontury ( Mat  mGray) [static]
static ArrayList<List<MatOfPoint> > org.opencv.samples.tutorial2.obraz.Kontury2 ( Mat  mGray) [static]
static double org.opencv.samples.tutorial2.obraz.MatXor ( Mat  a,
Mat  b 
) [static]
static List<Point> org.opencv.samples.tutorial2.obraz.orderPointsByRows ( List< Point >  points) [static]
static List<Point> org.opencv.samples.tutorial2.obraz.orderRectCorners ( List< Point >  corners) [static]
static Mat org.opencv.samples.tutorial2.obraz.Transformacja ( Mat  mRgba,
Rect  apr_t,
MatOfPoint  ramka_max 
) throws Exception [static]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables