Class cv::cuda::CornernessCriteria#
Base class for Cornerness Criteria computation. :
#include <opencv2/cudafeatures2d.hpp>Collaboration diagram for cv::cuda::CornernessCriteria:
Public Member Functions#
Public Member Functions inherited from cv::Algorithm
Return |
Name |
Description |
|---|---|---|
|
Clears the algorithm state. |
|
|
Returns true if the Algorithm is empty (e.g. in the very beginning or after unsuccessful read. |
|
|
Reads algorithm parameters from a file storage. |
|
|
||
|
|
|
|
Stores algorithm parameters in a file storage. |
|
|
Static Public Member Functions#
Static Public Member Functions inherited from cv::Algorithm
Return |
Name |
Description |
|---|---|---|
|
|
Loads algorithm from the file. |
|
|
Loads algorithm from a String. |
|
Reads algorithm from the file node. |
Additional Inherited Members#
Protected Member Functions inherited from cv::Algorithm
Return |
Name |
Description |
|---|---|---|
|
Detailed Description#
Base class for Cornerness Criteria computation. :
Member Function Documentation#
compute()#
void cv::cuda::CornernessCriteria::compute(
InputArray src,
OutputArray dst,
Stream & stream = Stream::Null() )
Computes the cornerness criteria at each image pixel.
Parameters
src— Source image.dst— Destination image containing cornerness values. It will have the same size as src and CV_32FC1 type.stream— Stream for the asynchronous version.
Source file#
The documentation for this class was generated from the following file:
opencv2/cudafeatures2d.hpp