updated demos and tutorial regarding the Retina class transfer to bioinspired module.
This commit is contained in:
+2
-2
@@ -17,7 +17,7 @@ if(BUILD_DOCS AND HAVE_SPHINX)
|
||||
set(OPTIONAL_DOC_LIST "")
|
||||
|
||||
|
||||
set(OPENCV2_BASE_MODULES core imgproc highgui video calib3d features2d objdetect ml flann gpu photo stitching nonfree contrib legacy)
|
||||
set(OPENCV2_BASE_MODULES core imgproc highgui video calib3d features2d objdetect ml flann gpu photo stitching nonfree contrib legacy bioinspired)
|
||||
|
||||
# build lists of modules to be documented
|
||||
set(OPENCV2_MODULES "")
|
||||
@@ -122,4 +122,4 @@ if(BUILD_DOCS AND HAVE_SPHINX)
|
||||
install(FILES "${f}" DESTINATION "${OPENCV_DOC_INSTALL_PATH}" OPTIONAL)
|
||||
endforeach()
|
||||
|
||||
endif()
|
||||
endif()
|
||||
|
||||
@@ -156,17 +156,17 @@ As always, we would be happy to hear your comments and receive your contribution
|
||||
:width: 80pt
|
||||
:alt: gpu icon
|
||||
|
||||
* :ref:`Table-Of-Content-Contrib`
|
||||
* :ref:`Table-Of-Content-Bioinspired`
|
||||
|
||||
.. tabularcolumns:: m{100pt} m{300pt}
|
||||
.. cssclass:: toctableopencv
|
||||
|
||||
=========== =======================================================
|
||||
|Contrib| Discover additional contribution to OpenCV.
|
||||
============= =======================================================
|
||||
|Bioinspired| Algorithms inspired from biological models.
|
||||
|
||||
=========== =======================================================
|
||||
============= =======================================================
|
||||
|
||||
.. |Contrib| image:: images/retina.jpg
|
||||
.. |Bioinspired| image:: images/retina.jpg
|
||||
:height: 80pt
|
||||
:width: 80pt
|
||||
:alt: gpu icon
|
||||
@@ -219,6 +219,6 @@ As always, we would be happy to hear your comments and receive your contribution
|
||||
objdetect/table_of_content_objdetect/table_of_content_objdetect
|
||||
ml/table_of_content_ml/table_of_content_ml
|
||||
gpu/table_of_content_gpu/table_of_content_gpu
|
||||
contrib/table_of_content_contrib/table_of_content_contrib
|
||||
bioinspired/table_of_content_bioinspired/table_of_content_bioinspired
|
||||
ios/table_of_content_ios/table_of_content_ios
|
||||
general/table_of_content_general/table_of_content_general
|
||||
|
||||
Reference in New Issue
Block a user