Searched refs:k_sparse_count (Results 1 – 2 of 2) sorted by relevance
239 int get_kernel_sparse_count() const { return k_sparse_count; } in get_kernel_sparse_count()244 int k_sparse_count; member in CvLinearFilter
2174 k_sparse_count = k; in init()2175 coeffs = (float*)((uchar**)(nz_loc + k_sparse_count) + k_sparse_count); in init()2177 for( k = 0; k < k_sparse_count; k++ ) in init()