O’Reilly Learning OpenCV phần 5 pdf
... 8-2. h 1 h 2 h 3 h 4 h 5 h 6 h 7 A 2.837e−1 1.961e−3 1.484e−2 2.265e−4 −4. 152 e−7 1.003e 5 −7.941e−9 I 4 .57 8e−1 1.820e−1 0.000 0.000 0.000 0.000 0.000 O 3.791e−1 2.623e−4 4 .50 1e−7 5. 858 e−7 1 .52 9e−13 7.775e−9 −2 .59 1e−13 M ... −2 .59 1e−13 M 2.465e−1 4.775e−4 7.263e 5 2.617e−6 −3.607e−11 5. 718e−8 −7.218e−24 F 3.186e−1 2.914e−2 9.397e−3 8.221e−4 3.872e−8 2.019e 5 2.285e−6 08-R4...
Ngày tải lên: 12/08/2014, 21:20
... Trees 50 1 Face Detection or Haar Classifier 50 6 Other Machine Learning Algorithms 51 6 Exercises 51 7 OpenCV s Future14. 52 1 Past and Future 52 1 Directions 52 2 OpenCV for Artists 52 5 Afterword 52 6 Bibliography ... to draw a white rectangle between (5, 10) and (20, 30); you could simply call: cvRectangle( myImg, cvPoint (5, 10), cvPoint(20,30), cvScalar( 255 , 255 , 2...
Ngày tải lên: 12/08/2014, 21:20
... alpha channel CV_RGB2BGR5 65 CV_BGR2BGR5 65 CV_BGR5 652 RGB CV_BGR5 652 BGR CV_RGBA2BGR5 65 CV_BGRA2BGR5 65 CV_BGR5 652 RGBA CV_BGR5 652 BGRA Convert from RGB or BGR color space to BGR5 65 color representation ... comparison operator, which may be any of the types listed in Table 3 -5. 03-R4886-RC1.indd 55 03-R4886-RC1.indd 55 9/ 15/ 08 4:18:43 PM9/ 15/ 08 4:18:43 PM Exercises | 89...
Ngày tải lên: 12/08/2014, 21:20
O’Reilly Learning OpenCV phần 3 doc
... Figure 5- 6. is growth is the origin of the term “dilation operator”. Figure 5- 5. Results of bilateral smoothing 05- R4886-AT1.indd 1 150 5-R4886-AT1.indd 1 15 9/ 15/ 08 4:19 :59 PM9/ 15/ 08 4:19 :59 PM Exercises ... input(w+dx,y)=input(w-1,y), and so forth. 05- R4886-AT1.indd 109 05- R4886-AT1.indd 109 9/ 15/ 08 4:19 :56 PM9/ 15/ 08 4:19 :56 PM 140 | Chapter 5: Image Processing E...
Ngày tải lên: 12/08/2014, 21:20
O’Reilly Learning OpenCV phần 4 doc
... { Figure 7-4. Histogram matching measures 07-R4886-AT1.indd 20307-R4886-AT1.indd 203 9/ 15/ 08 4:21 :55 PM9/ 15/ 08 4:21 :55 PM Discrete Fourier Transform (DFT) | 177 Example 6-4. Log-polar transform example ... statistics. 07-R4886-AT1.indd 20207-R4886-AT1.indd 202 9/ 15/ 08 4:21 :54 PM9/ 15/ 08 4:21 :54 PM Discrete Fourier Transform (DFT) | 181 Example 6 -5. Use of cvDFT() to accelerate...
Ngày tải lên: 12/08/2014, 21:20
O’Reilly Learning OpenCV phần 6 potx
... pt; Figure 9- 15. Edges relative to a given edge, labeled “e”, and its vertex point (marked by a square) 09-R4886-RC1.indd 3 050 9-R4886-RC1.indd 3 05 9/ 15/ 08 4:23: 05 PM9/ 15/ 08 4:23: 05 PM 318 | ... 9/ 15/ 08 4:23:06 PM9/ 15/ 08 4:23:06 PM 312 | Chapter 9: Image Parts and Segmentation cvSubdiv2DRotateEdge( edge, 1 )); cvFillConvexPoly( img, buf, count, CV_RGB(rand()& 255 ,r...
Ngày tải lên: 12/08/2014, 21:20
O’Reilly Learning OpenCV phần 7 docx
... 2 21 (() () () p Ip Ip t t b 1 2 25 21 ⎡ ⎣ ⎢ ⎢ ⎢ ⎢ ⎢ ⎤ ⎦ ⎥ ⎥ ⎥ ⎥ ⎥ × 10-R4886-AT1.indd 32810-R4886-AT1.indd 328 9/ 15/ 08 4:23: 35 PM9/ 15/ 08 4:23: 35 PM The Condensation Algorithm | 3 65 CvConDensation* cvCreateConDensation( int dynam_params, int ... as well to handle these new aspects of the situation. 10-R4886-AT1.indd 354 10-R4886-AT1.indd 354 9/ 15/ 08 4:23...
Ngày tải lên: 12/08/2014, 21:20
O’Reilly Learning OpenCV phần 8 ppt
... well as many other vision applications. 12-R4886-AT1.indd 4 051 2-R4886-AT1.indd 4 05 9/ 15/ 08 4:24:41 PM9/ 15/ 08 4:24:41 PM Calibration | 3 95 CV_CALIB_FIX_PRINCIPAL_POINT is ag can be used with ... the two projective planes 12-R4886-AT1.indd 42012-R4886-AT1.indd 420 9/ 15/ 08 4:24: 45 PM9/ 15/ 08 4:24: 45 PM Calibration | 3 85 the imager of our camera is an example of planar...
Ngày tải lên: 12/08/2014, 21:20
O’Reilly Learning OpenCV phần 9 pps
... cvSize( 50 0, 50 0 ), 8, 3 ); CvRNG rng = cvRNG(0xffffffff); color_tab[0] = CV_RGB( 255 ,0,0); color_tab[1] = CV_RGB(0, 255 ,0); color_tab[2] = CV_RGB(100,100, 255 ); color_tab[3] = CV_RGB( 255 ,0, 255 ); ... this case. 12-R4886-AT1.indd 4 451 2-R4886-AT1.indd 4 45 9/ 15/ 08 4:24 :54 PM9/ 15/ 08 4:24 :54 PM 459 13CHAPTER Machine Learning What Is Machine Learning e goal of ma...
Ngày tải lên: 12/08/2014, 21:20
O’Reilly Learning OpenCV phần 10 pps
... used to 14-R4886-AT1.indd 52 514-R4886-AT1.indd 52 5 9/ 15/ 08 4:26:00 PM9/ 15/ 08 4:26:00 PM Index | 54 7 cvLoad(), 83, 85, 51 2 cvLoadImage(), 17, 19, 92 cvLogPolar(), 172, 1 75 cvMahalonobis(), 66, ... Nguyen and Willow Garage) 14-R4886-AT1.indd 52 214-R4886-AT1.indd 52 2 9/ 15/ 08 4: 25: 59 PM9/ 15/ 08 4: 25: 59 PM Face Detection or Haar Classifi er | 51 5 aligned. For asymmet...
Ngày tải lên: 12/08/2014, 21:20