Home | History | Annotate | Download | only in opencv2

Lines Matching full:sparse

2663 sparse set of points instead of a raster image. Also the function performs a reverse transformation
2781 @param hist Output histogram, which is a dense or sparse dims -dimensional array.
2852 @param hist Input histogram that can be dense or sparse.
2880 The function compare two dense or two sparse histograms using the specified method.
2885 for high-dimensional sparse histograms. In such histograms, because of aliasing and sampling
2887 or more general sparse configurations of weighted points, consider using the cv::EMD function.