PARP Research Group Universidad de Murcia


src/qvcuda/qvcudaip.cpp File Reference

File from the QVision library. More...

#include <iostream>
#include "qvcudaip.h"
#include <QVCUDAImage>

Go to the source code of this file.

Functions

bool QVCUDASubtract (const QVCUDAImage< float, 1 > &src1, const QVCUDAImage< float, 1 > &src2, QVCUDAImage< float, 1 > &dest)
 Subtracts two QVCUDAImage<float,1> in the CUDA device, and puts the result in a third one.
bool QVCUDAScaleDown (const QVCUDAImage< float, 1 > &src, QVCUDAImage< float, 1 > &dest, float sigma)
 FIXME pending...
bool QVCUDAFilterGauss (const QVCUDAImage< float, 1 > &src, QVCUDAImage< float, 1 > &dest, int kernelSize, float sigma)
 Applies a Gauss filter to ...
bool QVCUDATest (const QVCUDAImage< float, 1 > &src, QVCUDAImage< float, 1 > &dest, int radius, int iters)
 To make CUDA tests...

Detailed Description

File from the QVision library.

Author:
PARP Research Group. University of Murcia, Spain.

Definition in file qvcudaip.cpp.


Function Documentation

bool QVCUDASubtract ( const QVCUDAImage< float, 1 > &  src1,
const QVCUDAImage< float, 1 > &  src2,
QVCUDAImage< float, 1 > &  dest 
)

Subtracts two QVCUDAImage<float,1> in the CUDA device, and puts the result in a third one.

Both src1 and src2 must be of the same size. The dest image will have this same size on return (independently of its original size).

Parameters:
src1 First QVCUDAImage<float,1> (input)
src2 Second QVCUDAImage<float,1> (input)
dest Destination QVCUDAImage<float,1> (output)

Definition at line 31 of file qvcudaip.cpp.

bool QVCUDAScaleDown ( const QVCUDAImage< float, 1 > &  src,
QVCUDAImage< float, 1 > &  dest,
float  sigma 
)

FIXME pending...

Definition at line 53 of file qvcudaip.cpp.

bool QVCUDAFilterGauss ( const QVCUDAImage< float, 1 > &  src,
QVCUDAImage< float, 1 > &  dest,
int  kernelSize,
float  sigma 
)

Applies a Gauss filter to ...

Definition at line 87 of file qvcudaip.cpp.

bool QVCUDATest ( const QVCUDAImage< float, 1 > &  src,
QVCUDAImage< float, 1 > &  dest,
int  radius,
int  iters 
)

To make CUDA tests...

Definition at line 130 of file qvcudaip.cpp.




QVision framework. PARP research group. Copyright © 2007, 2008, 2009, 2010, 2011.