Normalized file endings.
This commit is contained in:
@@ -186,4 +186,4 @@ Only basic flags are supported in oclMat(i.e. depth number of channels)
|
||||
|
||||
All the 3-channel matrix(i.e. RGB image) are represented by 4-channel matrix in oclMat. It means 3-channel image have 4-channel space with the last channel unused. We provide a transparent interface to handle the difference between OpenCV Mat and oclMat.
|
||||
|
||||
For example: If a oclMat has 3 channels, channels() returns 3 and oclchannels() returns 4
|
||||
For example: If a oclMat has 3 channels, channels() returns 3 and oclchannels() returns 4
|
||||
|
@@ -499,4 +499,4 @@ Returns block descriptors computed for the whole image.
|
||||
|
||||
* **DESCR_FORMAT_COL_BY_COL** - Column-major order.
|
||||
|
||||
The function is mainly used to learn the classifier.
|
||||
The function is mainly used to learn the classifier.
|
||||
|
@@ -280,4 +280,4 @@ Performs linear blending of two images.
|
||||
|
||||
:param weights2: Weights for second image. Must have tha same size as ``img2`` . Supports only ``CV_32F`` type.
|
||||
|
||||
:param result: Destination image.
|
||||
:param result: Destination image.
|
||||
|
@@ -67,4 +67,4 @@ Returns the squared sum of matrix elements for each channel
|
||||
|
||||
:param m: The Source image of all depth
|
||||
|
||||
Counts the squared sum of matrix elements for each channel.
|
||||
Counts the squared sum of matrix elements for each channel.
|
||||
|
@@ -55,4 +55,4 @@ Returns the pointer to the opencl command queue
|
||||
|
||||
.. ocv:function:: void* ocl::getoclCommandQueue()
|
||||
|
||||
Thefunction are used to get opencl command queue so that opencv can interactive with other opencl program.
|
||||
Thefunction are used to get opencl command queue so that opencv can interactive with other opencl program.
|
||||
|
Reference in New Issue
Block a user