|
|
@ -3157,10 +3157,12 @@ same object. |
|
|
|
|
|
|
|
|
|
|
|
@param signature1 First signature, a \f$\texttt{size1}\times \texttt{dims}+1\f$ floating-point matrix. |
|
|
|
@param signature1 First signature, a \f$\texttt{size1}\times \texttt{dims}+1\f$ floating-point matrix. |
|
|
|
Each row stores the point weight followed by the point coordinates. The matrix is allowed to have |
|
|
|
Each row stores the point weight followed by the point coordinates. The matrix is allowed to have |
|
|
|
a single column (weights only) if the user-defined cost matrix is used. |
|
|
|
a single column (weights only) if the user-defined cost matrix is used. The weights must be |
|
|
|
|
|
|
|
non-negative and have at least one non-zero value. |
|
|
|
@param signature2 Second signature of the same format as signature1 , though the number of rows |
|
|
|
@param signature2 Second signature of the same format as signature1 , though the number of rows |
|
|
|
may be different. The total weights may be different. In this case an extra "dummy" point is added |
|
|
|
may be different. The total weights may be different. In this case an extra "dummy" point is added |
|
|
|
to either signature1 or signature2 . |
|
|
|
to either signature1 or signature2. The weights must be non-negative and have at least one non-zero |
|
|
|
|
|
|
|
value. |
|
|
|
@param distType Used metric. See cv::DistanceTypes. |
|
|
|
@param distType Used metric. See cv::DistanceTypes. |
|
|
|
@param cost User-defined \f$\texttt{size1}\times \texttt{size2}\f$ cost matrix. Also, if a cost matrix |
|
|
|
@param cost User-defined \f$\texttt{size1}\times \texttt{size2}\f$ cost matrix. Also, if a cost matrix |
|
|
|
is used, lower boundary lowerBound cannot be calculated because it needs a metric function. |
|
|
|
is used, lower boundary lowerBound cannot be calculated because it needs a metric function. |
|
|
|