- Member QVImage::QVImage (uInt cols, uInt rows, uInt step=0, const Type *buffer=NULL)
- You shouldn't be able to specify a pointer to a buffer. If you need a image data buffer, create an image, and use it's. Creates an image of dimension cols x rows, and optionally you can define a given step for the image. If buffer points to a region of memory, it will use that region as image data. Step paramameter should be the width of the lines in the data buffer, if the parameter buffer points to a data buffer in memory.
- Member QVMPlayerCamera::getUrlBase () const
- Use getName() instead
- Member QVWorker::worker ()
- Code to process inputs should be defined in function iterate() instead.
- Member SobelCornerResponseImage
- see FilterHessianCornerResponseImage
- Member ComputeHomography
- Use ComputeProjectiveHomography instead