Visual Servoing Platform  version 3.6.1 under development (2024-04-19)
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 CArguments[Enum conversion]
 CArRobot
 CClassUsingPclViewer
 Cstd::exception
 COgre::FrameListener
 CFreenect::FreenectDevice
 CvpReflexTakktile2::HandInfo
 CImageDisplay(withContext)
 Cbuminiz::inflate_state
 COIS::KeyListener
 CvpPclViewer::legendParamsStructure that contains all the required parameters to display a legend on the viewer
 Cbuminiz::mz_stream_s
 Cvisp::cnpy::NpyArray
 CTutorialMeanDrift::ParametersForAlgo[Structure_Parameters]
 CServoingExperimentData[Custom ViSP object conversion]
 CSoWinExaminerViewer
 Cbuminiz::tdefl_compressor
 Cbuminiz::tdefl_output_buffer
 Cbuminiz::tdefl_sym_freq
 Cbuminiz::tinfl_decompressor_tag
 Cbuminiz::tinfl_huff_table
 CvpAdaptiveGainAdaptive gain computation
 CvpAfma4Modelization of Irisa's cylindrical robot named Afma4
 CvpAfma6Modelization of Irisa's gantry robot named Afma6
 CvpArray2D< Type >Implementation of a generic 2D array used as base class for matrices and vectors
 CvpArray2D< double >
 CvpArray2D< float >
 CvpBasicFeatureClass that defines what is a visual feature
 CvpBasicKeyPointClass that defines what is a keypoint. This class provides all the basic elements to implement classes which aims to match points from an image to another
 CvpBiclopsJacobian, geometric model functionalities... for Biclops, pan, tilt head
 CvpBSplineClass that provides tools to compute and manipulate a B-Spline curve
 CvpCalibrationTools for perspective camera calibration
 CvpCameraParametersGeneric class defining intrinsic camera parameters
 CvpImageQueue< Type >::vpCancelled_t
 CvpCannyEdgeDetection
 CvpChrono
 CvpCircleHoughTransformClass that permits to detect 2D circles in a image using the gradient-based Circle Hough transform. Please find more information on the algorithm here
 CvpCircleHoughTransform::vpCircleHoughTransformParametersClass that gather the algorithm parameters
 CvpColorBlindFriendlyPaletteClass that furnishes a set of colors that color blind people should be able to distinguish one from another
 CvpColorDepthConversion
 CvpColormapCreates a colormap class to be able to recolor an image with different grayscale values into some corresponding color values, for better visualization for example
 CvpComedi
 Cvp::vpContour
 CvpConvert
 CvpDetectorBase
 CvpDisplayClass that defines generic functionalities for display
 CvpDisplayPCL
 CvpExponentialMapDirect or inverse exponential map computation
 CvpFeatureBuilderClass that defines conversion between trackers and visual features
 CvpFeatureDisplayInterface with the image for feature display
 CvpFeatureMomentDatabaseThis class allows to register all feature moments (implemented in vpFeatureMoment... classes) so they can access each other according to their dependencies
 CvpFontFont drawing functions for image
 CvpForceTorqueIitSensor
 CvpFrameGrabberBase class for all video devices. It is designed to provide a front end to video sources
 CvpGaussianFilterGaussian filter class
 CvpGaussRandClass for generating random number with normal probability density
 CvpHandEyeCalibrationTool for hand-eye calibration
 CvpHinkleyThis class implements the Hinkley's cumulative sum test
 CvpHistogramClass to compute a gray level image histogram
 CvpHistogramPeakDeclaration of the peak (maximum value) in a gray level image histogram
 CvpImage< Type >Definition of the vpImage class member functions
 CvpImage< bool >
 CvpImage< double >
 CvpImage< float >
 CvpImage< unsigned char >
 CvpImage< vpRGBa >
 CvpImageCircleClass that defines a 2D circle in an image
 CvpImageConvert
 CvpImageDrawDrawing functions for image
 CvpImageFilterVarious image filter, convolution, etc..
 CvpImageIoRead/write images with various image format
 CvpImageMorphologyVarious mathematical morphology tools, erosion, dilatation..
 CvpImagePointClass that defines a 2D point in an image. This class is useful for image processing and stores only the 2D coordinates given in sub-pixel
 CvpImageQueue< Type >
 CvpImageSimulatorClass which enables to project an image in the 3D space and get the view of a virtual camera
 CvpImageStorageWorker< Type >
 CvpImageToolsVarious image tools; sub-image extraction, modification of the look up table, binarisation..
 CvpIoToolsFile and directories basic tools
 CvpJsonArgumentParserCommand line argument parsing with support for JSON files. If a JSON file is supplied, it is parsed and command line arguments take precedence over values given in the file
 CvpKalmanFilterThis class provides a generic Kalman filtering algorithm along with some specific state model (constant velocity, constant acceleration) which are implemented in the vpLinearKalmanFilterInstantiation class
 CvpKeyboardKeyboard management under unix (Linux or OSX). This class is not available under windows
 CvpKltOpencvWrapper for the KLT (Kanade-Lucas-Tomasi) feature tracker implemented in OpenCV. Thus to enable this class OpenCV should be installed. Installation instructions are provided here https://visp.inria.fr/3rd_opencv
 CvpLaserScanImplements a laser scan data structure that contains especially the list of scanned points that have been recorded for this laser scan
 CvpLaserScannerClass that defines a generic laser scanner
 CvpLinProgThis class provides two solvers for Linear Programs
 CvpList< type >Provide simple list management
 CvpMathProvides simple mathematics computation tools that are not available in the C mathematics library (math.h)
 CvpMbHiddenFaces< PolygonType >Implementation of the polygons management for the model-based trackers
 CvpMbHiddenFaces< vpMbtPolygon >
 CvpMbtDistanceCircleManage a circle used in the model-based tracker
 CvpMbtDistanceCylinderManage a cylinder used in the model-based tracker
 CvpMbtDistanceKltCylinderImplementation of a polygon of the model containing points of interest. It is used by the model-based tracker KLT, and hybrid
 CvpMbtDistanceKltPointsImplementation of a polygon of the model containing points of interest. It is used by the model-based tracker KLT, and hybrid
 CvpMbtDistanceLineManage the line of a polygon used in the model-based tracker
 CvpMbtFaceDepthDense
 CvpMbtFaceDepthNormal
 CvpMbTrackerMain methods for a model-based tracker
 CvpMbtXmlGenericParserParse an Xml file to extract configuration parameters of a mbtConfig object
 CvpMe
 CvpMegaPose
 CvpMegaPoseEstimate
 CvpMegaPoseTrackerA simplified interface to track a single object with MegaPose. This tracker works asynchronously: A call to init or track will not stop the current thread. Rather, an std::future object is returned, and its result should be acquired when it is ready
 CvpMeSitePerforms search in a given direction(normal) for a given distance(pixels) for a given 'site'. Gives the most likely site given the probability from an ME mask
 CvpMeterPixelConversion
 CvpMocap
 CvpMomentThis class defines shared methods/attributes for 2D moments
 CvpMomentDatabaseThis class allows to register all vpMoments so they can access each other according to their dependencies
 CvpMomentObjectClass for generic objects
 CvpMouseButtonClass that defines mouse button identifiers
 CvpMutex
 CvpNetworkThis class represents a Transmission Control Protocol (TCP) network
 CvpOccipitalStructure
 CvpParallelPortParallel port management under unix
 CvpParseArgvCommand line argument parsing
 CvpPclViewer
 CvpPixelMeterConversion
 CvpPlaneThis class defines the container for a plane geometrical structure
 CvpPlotThis class enables real time drawing of 2D or 3D graphics. An instance of the class open a window which contains between 1 and 4 graphics. Each one contains a desired number of curves
 CvpPololuInterface for the Pololu Maestro USB Servo Controllers
 CvpPolygonDefines a generic 2D polygon
 CvpPolygon3DImplements a 3D polygon with render functionalities like clipping
 CvpPoseClass used for pose computation from N points (pose from point only). Some of the algorithms implemented in this class are described in [34]
 CvpPoseFeaturesTools for pose computation from any feature
 CvpProjectionDisplayInterface with the image for feature display
 CvpPtu46Jacobian, geometric model functionalities... for ptu46, pan, tilt head from Directed Perception
 CvpPylonFactoryFactory singleton class to create vpPylonGrabber subclass instances
 CvpQbDevice
 CvpQuadProgThis class provides a solver for Quadratic Programs
 CvpRansac< vpTransformation >This class is a generic implementation of the Ransac algorithm. It cannot be used alone
 CvpRealSense
 CvpRealSense2
 CvpRectDefines a rectangle in the plane
 CvpRectOrientedDefines an oriented rectangle in the plane
 CvpReflexTakktile2
 CvpRequestThis the request that will transit on the network
 CvpRGBa
 CvpRGBf
 CvpRingLightRing light management under unix
 CvpRobotClass that defines a generic virtual robot
 CvpRobotBebop2
 CvpRobustContains an M-estimator and various influence function
 CvpRealSense::vpRsStreamParams
 CvpScaleContains various estimators for scale.
Methods : Median Absolute Deviation (MAD), MPDE, Mean shift kernel density estimation
 CvpScanPointClass that defines a single laser scanner point
 CvpMutex::vpScopedLockClass that allows protection by mutex
 CvpSerial
 CvpServo
 CvpServoDataSave data during the task execution when using vpServo
 CvpServoDisplayInterface with the image for feature display
 CvpServolensInterface for the Servolens lens attached to the camera fixed on the Afma4 robot
 CvpSimulatorImplementation of a simulator based on Coin3d (www.coin3d.org)
 CvpStatisticalTestAbstractBase class for methods detecting the drift of the mean of a process
 CvpTemplateTracker
 CvpTemplateTrackerDPoint
 CvpTemplateTrackerPoint
 CvpTemplateTrackerPointCompo
 CvpTemplateTrackerTriangle
 CvpTemplateTrackerWarp
 CvpTemplateTrackerZone
 CvpTemplateTrackerZPoint
 CvpThread
 CvpTraceOutputThis class is used to display debug or error messages
 CvpTrackerClass that defines what is a feature generic tracker
 CvpTriangleDefines a 2D triangle
 CvpUDPClientThis class implements a basic (IPv4) User Datagram Protocol (UDP) client
 CvpUDPServerThis class implements a basic (IPv4) User Datagram Protocol (UDP) server
 CvpUeyeGrabber
 CvpUnicycleGeneric functions for unicycle mobile robots
 CvpUniRandClass for generating random numbers with uniform probability density
 CvpVideoWriterClass that enables to write easily a video file or a sequence of images
 CvpViperModelization of the ADEPT Viper robot
 CvpVirtualGrabber
 CvpVirtuose
 CvpWireFrameSimulatorImplementation of a wire frame simulator. Compared to the vpSimulator class, it does not require third party libraries to be used
 CvpXmlConfigParserKeyPoint
 CvpXmlParser
 CvpXmlParserCameraXML parser to load and save intrinsic camera parameters
 CvpXmlParserHomogeneousMatrixXML parser to load and save an homogeneous matrix in a file
 CvpXmlParserRectOrientedXML parser to load and save an oriented rectangle in a file
 COgre::WindowEventListener