diff --git a/doc/online-opencv.tex b/doc/online-opencv.tex index d2ac5ca406..bc38be8b63 100644 --- a/doc/online-opencv.tex +++ b/doc/online-opencv.tex @@ -42,6 +42,7 @@ \input{cv_planar_subdivisions} \input{cv_object_detection} \input{cv_calibration_3d} +\input{cv_object_recognition} \chapter{highgui. High-level GUI and Media IO} \input{HighGui} diff --git a/doc/opencv.pdf b/doc/opencv.pdf index c0b2d641d1..1c501d4f42 100644 Binary files a/doc/opencv.pdf and b/doc/opencv.pdf differ diff --git a/doc/opencvref_body.tex b/doc/opencvref_body.tex index 124fbf480a..3605d8fe25 100644 --- a/doc/opencvref_body.tex +++ b/doc/opencvref_body.tex @@ -20,6 +20,7 @@ \input{cv_planar_subdivisions} \input{cv_object_detection} \input{cv_calibration_3d} +\input{cv_object_recognition} \chapter{cvaux. Extra Computer Vision Functionality} \input{cvaux_bgfg}