Lines Matching full:param
57 * @param[in] params describes image
58 * @param[in] img_data image pointer { grayscale }
59 * @param[out] histogram an array of double with histogram
76 * @param[in] params describes image
77 * @param[in] norm_histo points to a normalized histogram
78 * @param[out] thresh found threshold
102 * @param[in] params describes image
103 * @param[in] norm_histo points to a normalized histogram
104 * @param[out] thresh found threshold
122 * @param[in] params describes image
123 * @param[in] norm_histo points to a normalized histogram
124 * @param[out] thresh found threshold
145 * @param params points to image description
146 * @param[in] in_img pointer to at least 3 planes of image data
147 * @param[out] out_img newly allocated image
165 * @param[in] params pimage description
166 * @param[in] in_img points to input image data
167 * @param[out] out_params if != NULL
169 * @param[out] out_img newly allocated 8-bit image
187 * @param[in] len length of table, usually 1 << depth
188 * @param[out] lut_ln address of pointer to allocated table
201 * @param[in] params pointer to image description
202 * @param[in] lut_ln pointer lookup table
204 * @param[in] red_data pointer to red image plane
205 * @param ir_data pointer to ir image plane
230 * @param[in] params pointer to image description
231 * @param[in] in_img Pointer to grey scale image data
232 * @param[out] out_img Pointer to grey scale image data
233 * @param[in] win_rows Height of filtering window, odd
234 * @param[in] win_cols Width of filtering window, odd
254 * @param[in] params pointer to image description
255 * @param[in] in_img pointer to grey scale image
256 * @param[out] out_img address of pointer to newly allocated binary image
257 * @param[in] win_size Size of filtering window
258 * @param[in] a_val Parameter, below is definitely clean
259 * @param[in] b_val Parameter, above is definitely noisy
292 * @param[in] params pointer to image description
293 * @param[in] in_img pointer to grey scale image
294 * @param mask_img pointer to binary image (0, 255)
295 * @param[in] threshold below which the pixel is set 0
306 * @param[in] params pointer to image description
307 * @param[in] mask_img pointer to binary image (0, 255)
308 * @param[out] dist_map integer pointer to map of closest distances
309 * @param[out] idx_map integer pointer to indices of closest pixels
310 * @param[in] erode == 0: closest pixel has value 0, != 0: is 255
331 * @param[in] params pointer to image description
332 * @param mask_img pointer to binary image (0, 255)
333 * @param dist_map integer pointer to map of closest distances
334 * @param idx_map integer pointer to indices of closest pixels
335 * @param[in] by number of pixels, > 0 dilate, < 0 erode
346 * @param[in] params pointer to image description
347 * @param[in] dist_map integer pointer to map of closest distances
348 * @param[in] inner crop within (!=0) or outside (==0) the image's edges
349 * @param[out] edges pointer to array holding top, bottom, left
364 * @param[in] params pointer to image description
365 * @param in_img array of pointers to color planes of image
366 * @param[in] mask_img pointer to dirt mask image
367 * @param[in] dist_max threshold up to which dilation is done
368 * @param[in] expand the dirt mask before replacing the pixels
369 * @param[in] win_size size of adaptive mean filtering window
370 * @param[in] smooth triangular filter whole image for grain removal
371 * @param[in] inner find crop within or outside the image's edges
372 * @param[out] crop array of 4 integers, if non-NULL, top, bottom,