Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Commerz and postbank

-
- MatOfPoint is a subclass of Mat:
-OpenCV has been around since 2001. It contains a large collection of image processing
functions.
CV- computer Vistion
-MAT (class): the basic image container which stores images in matrix form
Mat is basically a class with two data parts: the matrix header (containing information such
as the size of the matrix, the method used for storing, at which address is the matrix stored,
and so on) and a pointer to the matrix containing the pixel values
-Comma separated values (CSV)
http://docs.opencv.org/doc/tutorials/core/mat_the_basic_image_container/mat_the_basic_im
age_container.html
- UI Thread: User Interface or Main Thread
The simplest OpenCV-centric application must implement OpenCV initialization, create its own
view to show preview from camera and implements CvCameraViewListener2 interface to get
frames from camera and process it.
http://opencv-srf.blogspot.de/2010/09/opencv-basics.html about CV_8U and so

You might also like