From 49b9ad4e1d2ed552da705b252f77485af5354c1c Mon Sep 17 00:00:00 2001 From: Canming Huang Date: Thu, 9 Jul 2015 09:06:18 -0400 Subject: [PATCH] Included Emgu.CV.Cuda namespace in the documentation. --- miscellaneous/Emgu.CV.html.shfbproj | 68 ++++++++++++++--------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/miscellaneous/Emgu.CV.html.shfbproj b/miscellaneous/Emgu.CV.html.shfbproj index 4565d098a..51dde837f 100644 --- a/miscellaneous/Emgu.CV.html.shfbproj +++ b/miscellaneous/Emgu.CV.html.shfbproj @@ -17,7 +17,7 @@ ..\Help\ Emgu.CV.Documentation - A cross platform .Net wrapper for the OpenCV image-processing library. Allows OpenCV functions to be called from .NET compatible languages such as C#, VB, VC++, IronPython. The wrapper can be compiled in Mono and run on Windows, Android, iOS, Linux and Mac OS X. + A cross platform .Net wrapper for the OpenCV image-processing library. Allows OpenCV functions to be called from .NET compatible languages such as C#, VB, VC++, IronPython. The wrapper can be compiled in Mono and run on Windows, Android, iOS, Windows Phone, Mac OS X and Linux. Summary, Parameter, Returns, AutoDocumentCtors, Namespace, TypeParameter InheritedMembers, InheritedFrameworkMembers, Protected, SealedProtected @@ -44,40 +44,40 @@ Emgu CV is a cross platform .Net wrapper to the OpenCV image processing library. Allowing OpenCV functions to be called from .NET compatible languages such as C#, VB, VC++, IronPython etc. The wrapper can be compiled in Mono and run on Windows, Linux, Mac OS X, iPhone, iPad and Android devices. - Root namespace for class and functions implemented by Emgu - Wrapper of OpenCV's image processing functions. +Root namespace for class and functions implemented by Emgu +Wrapper of OpenCV's image processing functions. Base functions (L1) can be found in CvInvoke class - Camera calibration related functions - OpenCV Enumeration - Wrapper of OpenCV's Machine Learning Library - OpenCV's Machine Learning enumeration - OpenCV's Machine Learning structures - - Code that use reflection to get image information from Emgu CV objects - Wrapped OpenCV structures - User interface (ImageBox) for displaying Image object. - Background/Foreground segmentation and Blob tracking - Contains functions that use reflection to create menu for ImageBox - A collection of utilities used by Emgu projects - Various enumeration for Emgu.Util namespace - - Fast Library for Approximate Nearest Neighbors (Marius Muja and David Lowe) - Contains classes for 2D feature detection, extraction and matching. - Contains library that can be use for geomatic transformation. - Contains writer classes that can be used to write different tiff formats, such as tile tiff and geotiff. - A collection of utilities used by Emgu.CV projects - Optical character recognition. Wraps the tesseract-ocr engine. - Contains interface for the CvBlob library - Image stitching - The video stabilization module contains a set of functions and classes that can be used to solve the problem of video stabilization. - Computer vision using OpenCL - NVidia Cuda image processing functions - The module contains algorithms that embed a notion of shape distance. These algorithms may be used for shape matching and retrieval, or shape comparison. - The Super Resolution module contains a set of functions and classes that can be used to solve the problem of resolution enhancement. - The module contains some recently added functionality that has not been stabilized, or functionality that is considered optional. - This module provides different algorithms for text detection and recognition in natural scene images. - Extra 2D Features Framework - +Camera calibration related functions +OpenCV Enumeration +Wrapper of OpenCV's Machine Learning Library +OpenCV's Machine Learning enumeration +OpenCV's Machine Learning structures + +Code that use reflection to get image information from Emgu CV objects +Wrapped OpenCV structures +User interface (ImageBox) for displaying Image object. +Background/Foreground segmentation and Blob tracking +Contains functions that use reflection to create menu for ImageBox +A collection of utilities used by Emgu projects +Various enumeration for Emgu.Util namespace + +Fast Library for Approximate Nearest Neighbors (Marius Muja and David Lowe) +Contains classes for 2D feature detection, extraction and matching. +Contains library that can be use for geomatic transformation. +Contains writer classes that can be used to write different tiff formats, such as tile tiff and geotiff. +A collection of utilities used by Emgu.CV projects +Optical character recognition. Wraps the tesseract-ocr engine. +Contains interface for the CvBlob library +Image stitching +The video stabilization module contains a set of functions and classes that can be used to solve the problem of video stabilization. +Computer vision using OpenCL +NVidia Cuda image processing functions +The module contains algorithms that embed a notion of shape distance. These algorithms may be used for shape matching and retrieval, or shape comparison. +The Super Resolution module contains a set of functions and classes that can be used to solve the problem of resolution enhancement. +The module contains some recently added functionality that has not been stabilized, or functionality that is considered optional. +This module provides different algorithms for text detection and recognition in natural scene images. +Extra 2D Features Framework +Background Segmentation. 2