bbf_data | |
CannyWorker | |
ComponentTreeWorker | |
ContourExtractorWorker | |
ContourPainter | |
detection_data | |
feature | |
kd_node | |
min_pq | |
pq_node | |
QV2DMap | Fast 2D nearest neigbour access data container |
QVAbs_sFloatC1Worker | Computes absolute value of each pixel of a source image and places results in the destination image; for in-place flavors - in the same source image |
QVAbs_sShortC1Worker | Computes absolute value of each pixel of a source image and places results in the destination image; for in-place flavors - in the same source image |
QVAbsDiff_sFloatC1Worker | Calculate absolute difference between corresponding pixels of the two images or between image pixels and scalar |
QVAbsDiff_uCharC1Worker | Calculate absolute difference between corresponding pixels of the two images or between image pixels and scalar |
QVAdd_sFloatC1Worker | Add image to accumulator |
QVAdd_sFloatC3Worker | Add image to accumulator |
QVAdd_uCharC1Worker | Add image to accumulator |
QVAdd_uCharC3Worker | Add image to accumulator |
QVAddC_sFloatC1Worker | QVision wrapper function for IPP's ippiAddC_32f_C1R |
QVAddC_uCharC1Worker | QVision wrapper function for IPP's ippiAddC_8u_C1RSfs |
QVAndC_uCharC1Worker | QVision wrapper function for IPP's ippiAndC_8u_C1R |
QVApplication | Main class for QVision applications |
QVCamera | Base class for image and video input source objects |
QVCameraWorker | Virtual base class to create input video reader worker components for the QVision application architecture |
QVCombinationIterator | Iterator over all possible combinations over a set |
QVCompare_sFloatC1Worker | QVision wrapper function for IPP's ippiCompare_32f_C1R |
QVCompare_uCharC1Worker | QVision wrapper function for IPP's ippiCompare_8u_C1R |
QVCompareC_sFloatC1Worker | Compares pixel values of two images, or pixel values of an image to a constant value using the following compare conditions |
QVCompareC_uCharC1Worker | Compares pixel values of two images, or pixel values of an image to a constant value using the following compare conditions |
QVComponentTree | Image component tree data structure |
QVComputeThreshold_Otsu_uCharC1Worker | Calculate Otsu theshold value of images |
QVConvert_sFloatuCharC1Worker | Converts pixel values of an image from one bit depth to another |
QVConvert_sFloatuCharC3Worker | Converts pixel values of an image from one bit depth to another |
QVConvert_uCharsFloatC1Worker | Converts pixel values of an image from one bit depth to another |
QVConvert_uCharsFloatC3Worker | Converts pixel values of an image from one bit depth to another |
QVCPUPlot | Class for plot graphs of worker's cpustat properties |
QVCUDAImage< Type, Channels > | Class to manage images stored in the GPU for the QVision framework |
QVDefaultGUI | Main user interface widget for QVision applications |
QVDisjointSet | Implementation of a disjoint set data type, based on the union-find algorithm |
QVDiv_sFloatC1Worker | Divides pixel values of an image by pixel values of another image and places the scaled results in the dividend source image |
QVDiv_sFloatC3Worker | Divides pixel values of an image by pixel values of another image and places the scaled results in the dividend source image |
QVDiv_uCharC1Worker | Divides pixel values of an image by pixel values of another image and places the scaled results in the dividend source image |
QVDiv_uCharC3Worker | Divides pixel values of an image by pixel values of another image and places the scaled results in the dividend source image |
QVDivC_sFloatC1Worker | Divides pixel values of a source image by a constant and places the scaled results in a destination image |
QVDivC_uCharC1Worker | Divides pixel values of a source image by a constant and places the scaled results in a destination image |
QVFilterBox_sFloatC1Worker | QVision wrapper function for IPP's ippiFilterBox_32f_C1R |
QVFilterBox_uCharC1Worker | QVision wrapper function for IPP's ippiFilterBox_8u_C1R |
QVFilterBox_uCharC3Worker | QVision wrapper function for IPP's ippiFilterBox_8u_C3R |
QVFilterGauss_sFloatC1Worker | QVision wrapper function for IPP's ippiFilterGauss_32f_C1R |
QVFilterGauss_sFloatC3Worker | QVision wrapper function for IPP's ippiFilterGauss_32f_C3R |
QVFilterGauss_uCharC1Worker | QVision wrapper function for IPP's ippiFilterGauss_8u_C1R |
QVFilterGauss_uCharC3Worker | QVision wrapper function for IPP's ippiFilterGauss_8u_C3R |
QVFilterHipass_sFloatC1Worker | QVision wrapper function for IPP's ippiFilterHipass_32f_C1R |
QVFilterHipass_sFloatC3Worker | QVision wrapper function for IPP's ippiFilterHipass_32f_C3R |
QVFilterHipass_uCharC1Worker | QVision wrapper function for IPP's ippiFilterHipass_8u_C1R |
QVFilterHipass_uCharC3Worker | QVision wrapper function for IPP's ippiFilterHipass_8u_C3R |
QVFilterLaplace_sFloatC1Worker | QVision wrapper function for IPP's ippiFilterLaplace_32f_C1R |
QVFilterLaplace_uCharC1Worker | QVision wrapper function for IPP's ippiFilterLaplace_8u_C1R |
QVFilterLowpass_sFloatC1Worker | QVision wrapper function for IPP's ippiFilterLowpass_32f_C1R |
QVFilterLowpass_uCharC1Worker | QVision wrapper function for IPP's ippiFilterLowpass_8u_C1R |
QVFilterMax_sFloatC1Worker | Applies the "max" filter to an image |
QVFilterMax_uCharC1Worker | Applies the "max" filter to an image |
QVFilterMax_uCharC3Worker | Applies the "max" filter to an image |
QVFilterMedian_uCharC1Worker | Filters an image using a box median filter |
QVFilterMedian_uCharC3Worker | Filters an image using a box median filter |
QVFilterMedianHoriz_uCharC1Worker | Performs horizontal median filtering |
QVFilterMin_sFloatC1Worker | Applies the "min" filter to an image |
QVFilterMin_uCharC1Worker | Applies the "min" filter to an image |
QVFilterMin_uCharC3Worker | Applies the "min" filter to an image |
QVFilterSobelHorizMask_sFloatC1Worker | QVision wrapper function for IPP's ippiFilterSobelHorizMask_32f_C1R |
QVFilterSobelVertMask_sFloatC1Worker | QVision wrapper function for IPP's ippiFilterSobelVertMask_32f_C1R |
QVFunction< Input, Output > | Base class for function objects |
QVGenericImage | Base class for QVImage objects |
QVGUI | Main user interface widget for QVision applications |
QVHistogramPlot | Widget for plotting QList<double> property values from a worker, as an histogram, over the time |
QVHistogramPlot2 | Widget for plotting QList<double> property values from a worker, as an histogram, over the time |
QVImage< Type, Channels > | Image representation class for the QVision |
QVImageCanvas | Displayer widget for QVImage objects and other data types |
QVLn_sFloatC1Worker | Computes the natural logarithm of each pixel values of a source image and places the results in the destination image; for in-place flavors - in the same image |
QVLn_sFloatC3Worker | Computes the natural logarithm of each pixel values of a source image and places the results in the destination image; for in-place flavors - in the same image |
QVLShiftC_uCharC1Worker | QVision wrapper function for IPP's ippiLShiftC_8u_C1R |
QVMatrix | Implementation of numerical matrices |
QVMax_sFloatC1Worker | Computes the maximum of image pixel values |
QVMax_uCharC1Worker | Computes the maximum of image pixel values |
QVMean_uCharC1Worker | Computes the mean of image pixel values |
QVMin_sFloatC1Worker | Computes the minimum of image pixel values |
QVMin_uCharC1Worker | Computes the minimum of image pixel values |
QVMPlayerCamera | Class to create versatile video input blocks for the QVision application architecture |
QVMPlayerCameraWorker | Class to create MPlayer input video reader worker components for the QVision application architecture |
QVMPlayerProxy | Class to read from many video formats and devices, based on the MPlayer application |
QVMPlayerReader | Class to read from many video formats and devices, based on the MPlayer application |
QVMSER | Maximally stable extremal region datatype |
QVMul_sFloatC1Worker | Adds, subtracts, or multiplies pixel values of two source images and places the results in a destination image |
QVMul_sFloatC3Worker | Adds, subtracts, or multiplies pixel values of two source images and places the results in a destination image |
QVMul_uCharC1Worker | Adds, subtracts, or multiplies pixel values of two source images and places the results in a destination image |
QVMul_uCharC3Worker | Adds, subtracts, or multiplies pixel values of two source images and places the results in a destination image |
QVMulC_sFloatC1Worker | Adds, subtracts, or multiplies pixel values of an image and a constant, and places the results in the same image |
QVMulC_uCharC1Worker | Adds, subtracts, or multiplies pixel values of an image and a constant, and places the results in the same image |
QVMulScale_uCharC1Worker | QVision wrapper function for IPP's ippiMulScale_8u_C1R |
QVMulScale_uCharC3Worker | QVision wrapper function for IPP's ippiMulScale_8u_C3R |
QVNot_uCharC1Worker | Performs corresponding bitwise logical operation between pixels of two image (AndC OrC XorC - between pixel of the source image and a constant) |
QVNot_uCharC3Worker | Performs corresponding bitwise logical operation between pixels of two image (AndC OrC XorC - between pixel of the source image and a constant) |
QVNumericPlot | Class for plot graphs of worker's int or double properties |
QVOrC_uCharC1Worker | QVision wrapper function for IPP's ippiOrC_8u_C1R |
QVPlot | Class for plot worker's graphs |
QVPolyline | Polyline representation |
QVPolylineF | Floating point polyline representation |
QVPropertyContainer | Base class for dynamic property container objects |
QVPropertyContainerChange | Base class for property container object's changes |
QVPropertyContainerInformer | Class for inform about the QVPropertyContainer changes |
QVPROSAC< Element, Model > | Implementation of PROSAC, an extension to RANSAC (see QVRANSAC) |
QVQuaternion | Implementation of quaternions |
QVRANSAC< Element, Model > | Implementation of RANSAC, a robust statistical model fitting algorithm |
QVRGBToGray_sFloatC3C1Worker | Converts an RGB image to gray scale (fixed coefficients) |
QVRGBToGray_uCharC3C1Worker | Converts an RGB image to gray scale (fixed coefficients) |
QVRShiftC_uCharC1Worker | QVision wrapper function for IPP's ippiRShiftC_8u_C1R |
QVSqr_sFloatC1Worker | Squares pixel values of an image and places results in the destination image; for in-place flavors - in the same image |
QVSub_sFloatC1Worker | QVision wrapper function for IPP's ippiSub_32f_C1R |
QVSub_sFloatC3Worker | QVision wrapper function for IPP's ippiSub_32f_C3R |
QVSub_uCharC1Worker | QVision wrapper function for IPP's ippiSub_8u_C1RSfs |
QVSub_uCharC3Worker | QVision wrapper function for IPP's ippiSub_8u_C3RSfs |
QVSubC_sFloatC1Worker | QVision wrapper function for IPP's ippiSubC_32f_C1R |
QVSubC_uCharC1Worker | QVision wrapper function for IPP's ippiSubC_8u_C1RSfs |
QVSum_uCharC1Worker | Computes the sum of image pixel values |
QVTensor | Implementation of tensors, a generalization for matrices and vectors |
QVTensorIndex | Indexes for tensors |
QVThreshold_sFloatC1Worker | Performs thresholding of an image using the specified level |
QVThreshold_uCharC1Worker | Performs thresholding of an image using the specified level |
QVVector | Implementation of numerical vectors |
QVWorker | Base class for Worker threads |
QVXorC_uCharC1Worker | QVision wrapper function for IPP's ippiXorC_8u_C1R |
QVYUV4MPEG2CameraWorker | Class to create YUV4MPEG2 input video reader worker components for the QVision application architecture |
QVYUV4MPEG2Recorder | Video source class for reading many video file formats, webcams and digital cameras |
ransac_data | |
UserInteract | |