QV2DMap | Fast 2D nearest neigbour access data container |
QVAbs_sFloatC1Block | 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_sShortC1Block | 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_sFloatC1Block | Calculate absolute difference between corresponding pixels of the two images or between image pixels and scalar |
QVAbsDiff_uCharC1Block | Calculate absolute difference between corresponding pixels of the two images or between image pixels and scalar |
QVAdd_sFloatC1Block | Add image to accumulator |
QVAdd_sFloatC3Block | Add image to accumulator |
QVAdd_uCharC1Block | Add image to accumulator |
QVAdd_uCharC3Block | Add image to accumulator |
QVAddC_sFloatC1Block | QVision wrapper function for IPP's ippiAddC_32f_C1R |
QVAddC_uCharC1Block | QVision wrapper function for IPP's ippiAddC_8u_C1RSfs |
QVAndC_uCharC1Block | QVision wrapper function for IPP's ippiAndC_8u_C1R |
QVApplication | Main class for QVision applications |
QVCannyEdgeDetector | |
QVCombinationIterator | Iterator over all possible combinations over a set |
QVCompare_sFloatC1Block | QVision wrapper function for IPP's ippiCompare_32f_C1R |
QVCompare_uCharC1Block | QVision wrapper function for IPP's ippiCompare_8u_C1R |
QVCompareC_sFloatC1Block | Compares pixel values of two images, or pixel values of an image to a constant value using the following compare conditions |
QVCompareC_uCharC1Block | 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_uCharC1Block | Calculate Otsu theshold value of images |
QVConvert_sFloatuCharC1Block | Converts pixel values of an image from one bit depth to another |
QVConvert_sFloatuCharC3Block | Converts pixel values of an image from one bit depth to another |
QVConvert_uCharsFloatC1Block | Converts pixel values of an image from one bit depth to another |
QVConvert_uCharsFloatC3Block | Converts pixel values of an image from one bit depth to another |
QVCPUPlot | Class for plot graphs of block'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 |
QVDesignerGUI | Advanced graphic block oriented programming interface widget for QVision applications |
QVDisjointSet | Implementation of a disjoint set data type, based on the union-find algorithm.
This implementation makes use of union-find algorithms to maintain partitions efficiently. It is essentially built for maintaining disjoint sets of unsigned integer elements, in the rank from 0 to a given maximum element |
QVDiv_sFloatC1Block | Divides pixel values of an image by pixel values of another image and places the scaled results in the dividend source image |
QVDiv_sFloatC3Block | Divides pixel values of an image by pixel values of another image and places the scaled results in the dividend source image |
QVDiv_uCharC1Block | Divides pixel values of an image by pixel values of another image and places the scaled results in the dividend source image |
QVDiv_uCharC3Block | Divides pixel values of an image by pixel values of another image and places the scaled results in the dividend source image |
QVDivC_sFloatC1Block | Divides pixel values of a source image by a constant and places the scaled results in a destination image |
QVDivC_uCharC1Block | Divides pixel values of a source image by a constant and places the scaled results in a destination image |
QVFilterBox_sFloatC1Block | QVision wrapper function for IPP's ippiFilterBox_32f_C1R |
QVFilterBox_uCharC1Block | QVision wrapper function for IPP's ippiFilterBox_8u_C1R |
QVFilterBox_uCharC3Block | QVision wrapper function for IPP's ippiFilterBox_8u_C3R |
QVFilterGauss_sFloatC1Block | QVision wrapper function for IPP's ippiFilterGauss_32f_C1R |
QVFilterGauss_sFloatC3Block | QVision wrapper function for IPP's ippiFilterGauss_32f_C3R |
QVFilterGauss_uCharC1Block | QVision wrapper function for IPP's ippiFilterGauss_8u_C1R |
QVFilterGauss_uCharC3Block | QVision wrapper function for IPP's ippiFilterGauss_8u_C3R |
QVFilterHipass_sFloatC1Block | QVision wrapper function for IPP's ippiFilterHipass_32f_C1R |
QVFilterHipass_sFloatC3Block | QVision wrapper function for IPP's ippiFilterHipass_32f_C3R |
QVFilterHipass_uCharC1Block | QVision wrapper function for IPP's ippiFilterHipass_8u_C1R |
QVFilterHipass_uCharC3Block | QVision wrapper function for IPP's ippiFilterHipass_8u_C3R |
QVFilterLaplace_sFloatC1Block | QVision wrapper function for IPP's ippiFilterLaplace_32f_C1R |
QVFilterLaplace_uCharC1Block | QVision wrapper function for IPP's ippiFilterLaplace_8u_C1R |
QVFilterLowpass_sFloatC1Block | QVision wrapper function for IPP's ippiFilterLowpass_32f_C1R |
QVFilterLowpass_uCharC1Block | QVision wrapper function for IPP's ippiFilterLowpass_8u_C1R |
QVFilterMax_sFloatC1Block | Applies the "max" filter to an image |
QVFilterMax_uCharC1Block | Applies the "max" filter to an image |
QVFilterMax_uCharC3Block | Applies the "max" filter to an image |
QVFilterMedian_uCharC1Block | Filters an image using a box median filter |
QVFilterMedian_uCharC3Block | Filters an image using a box median filter |
QVFilterMedianHoriz_uCharC1Block | Performs horizontal median filtering |
QVFilterMin_sFloatC1Block | Applies the "min" filter to an image |
QVFilterMin_uCharC1Block | Applies the "min" filter to an image |
QVFilterMin_uCharC3Block | Applies the "min" filter to an image |
QVFilterSobelHorizMask_sFloatC1Block | QVision wrapper function for IPP's ippiFilterSobelHorizMask_32f_C1R |
QVFilterSobelVertMask_sFloatC1Block | QVision wrapper function for IPP's ippiFilterSobelVertMask_32f_C1R |
QVFunction< Input, Output > | Base class for function objects |
QVFunctionPlot | Widget for plotting QList<double> property values from a block, as an histogram, over the time |
QVGenericImage | Base class for QVImage objects |
QVGUI | Main user interface widget for QVision applications |
QVHarrisPointDetector | |
QVHessianPointDetector | |
QVHistogramPlot | Widget for plotting QList<double> property values from a block, 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_sFloatC1Block | 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_sFloatC3Block | 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_uCharC1Block | QVision wrapper function for IPP's ippiLShiftC_8u_C1R |
QVMatrix | Implementation of numerical matrices |
QVMax_sFloatC1Block | Computes the maximum of image pixel values |
QVMax_uCharC1Block | Computes the maximum of image pixel values |
QVMean_uCharC1Block | Computes the mean of image pixel values |
QVMin_sFloatC1Block | Computes the minimum of image pixel values |
QVMin_uCharC1Block | Computes the minimum of image pixel values |
QVMPlayerReader | Class to read from many video formats and devices, based on the MPlayer application |
QVMPlayerReaderBlock | Class to create MPlayer input video reader block components for the QVision application architecture |
QVMSER | Maximally stable extremal region datatype |
QVMSERDetector | |
QVMul_sFloatC1Block | Adds, subtracts, or multiplies pixel values of two source images and places the results in a destination image |
QVMul_sFloatC3Block | Adds, subtracts, or multiplies pixel values of two source images and places the results in a destination image |
QVMul_uCharC1Block | Adds, subtracts, or multiplies pixel values of two source images and places the results in a destination image |
QVMul_uCharC3Block | Adds, subtracts, or multiplies pixel values of two source images and places the results in a destination image |
QVMulC_sFloatC1Block | Adds, subtracts, or multiplies pixel values of an image and a constant, and places the results in the same image |
QVMulC_uCharC1Block | Adds, subtracts, or multiplies pixel values of an image and a constant, and places the results in the same image |
QVMulScale_uCharC1Block | QVision wrapper function for IPP's ippiMulScale_8u_C1R |
QVMulScale_uCharC3Block | QVision wrapper function for IPP's ippiMulScale_8u_C3R |
QVNot_uCharC1Block | Performs corresponding bitwise logical operation between pixels of two image (AndC OrC XorC - between pixel of the source image and a constant) |
QVNot_uCharC3Block | 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 block's int or double properties |
QVOrC_uCharC1Block | QVision wrapper function for IPP's ippiOrC_8u_C1R |
QVPlot | Class for plot block's graphs |
QVPolyline | Polyline representation.
A polyline is a continuous line composed of one or more straight line segments. A QVPolyline is a implementation of a polyline, specified by a list of the points located at the intersection of the segments. Thus, any QVPolyline object inherits from the class QList<QPoint> |
QVPolylineF | Floating point polyline representation.
A polyline is a continuous line composed of one or more straight line segments. A QVPolylineF is a implementation of a polyline, specified by a list of the points located at the intersection of the segments. Thus, any QVPolylineF object inherits from the class QList<QPointF> |
QVProcessingBlock | Base class for Block threads |
QVPropertyContainer | Base class for dynamic property container objects |
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_sFloatC3C1Block | Converts an RGB image to gray scale (fixed coefficients) |
QVRGBToGray_uCharC3C1Block | Converts an RGB image to gray scale (fixed coefficients) |
QVRShiftC_uCharC1Block | QVision wrapper function for IPP's ippiRShiftC_8u_C1R |
QVSqr_sFloatC1Block | Squares pixel values of an image and places results in the destination image; for in-place flavors - in the same image |
QVSub_sFloatC1Block | QVision wrapper function for IPP's ippiSub_32f_C1R |
QVSub_sFloatC3Block | QVision wrapper function for IPP's ippiSub_32f_C3R |
QVSub_uCharC1Block | QVision wrapper function for IPP's ippiSub_8u_C1RSfs |
QVSub_uCharC3Block | QVision wrapper function for IPP's ippiSub_8u_C3RSfs |
QVSubC_sFloatC1Block | QVision wrapper function for IPP's ippiSubC_32f_C1R |
QVSubC_uCharC1Block | QVision wrapper function for IPP's ippiSubC_8u_C1RSfs |
QVSum_uCharC1Block | Computes the sum of image pixel values |
QVTensor | Implementation of tensors, a generalization for matrices and vectors |
QVTensorIndex | Indexes for tensors |
QVThreshold_sFloatC1Block | Performs thresholding of an image using the specified level |
QVThreshold_uCharC1Block | Performs thresholding of an image using the specified level |
QVVector | Implementation of numerical vectors |
QVVideoReaderBlock | Virtual base class to create input video reader block components for the QVision application architecture |
QVXorC_uCharC1Block | QVision wrapper function for IPP's ippiXorC_8u_C1R |
QVYUV4MPEG2ReaderBlock | Class to create YUV4MPEG2 input video reader block components for the QVision application architecture |
QVYUV4MPEG2WriterBlock | Video source class for reading many video file formats, webcams and digital cameras |