Defines | |
#define | ui8 uc |
#define | ui16 us |
#define | ui32 ui |
#define | ui32 ui |
#define | f32 f |
#define | f64 d |
#define | i32 i |
Functions | |
Gan_Bool | gan_image_get_active_subwindow_b (const Gan_Image *image, Gan_Alignment alignment, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in binary image. | |
Gan_Bool | gan_image_get_active_subwindow (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
void | gan_image_intersect_subwindows_q (const Gan_ImageWindow *window1, const Gan_ImageWindow *window2, Gan_ImageWindow *resultwindow) |
Intersect subwindows. | |
Gan_ImageWindow | gan_image_intersect_subwindows_s (const Gan_ImageWindow *window1, const Gan_ImageWindow *window2) |
Intersect subwindows. | |
void | gan_image_intersect_subwindows_i (Gan_ImageWindow *sourcedestwindow, const Gan_ImageWindow *window) |
Intersect subwindows in-place. | |
void | gan_image_fit_subwindow (Gan_ImageWindow *subwin, const Gan_Image *image) |
Adjust a subwindow to fit inside an image. | |
Gan_Image * | gan_image_extract_q (const Gan_Image *source, int r0, int c0, unsigned height, unsigned width, Gan_ImageFormat format, Gan_Type type, Gan_Bool copy_pixels, Gan_Image *dest) |
Extracts part of an image. | |
Gan_Image * | gan_image_extract_s (const Gan_Image *source, int r0, int c0, unsigned height, unsigned width, Gan_ImageFormat format, Gan_Type type, Gan_Bool copy_pixels) |
Macro: Extracts part of an image. | |
Gan_Bool | gan_image_get_active_subwindow_gl_d (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_gl_f (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_gl_f32 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_gl_f64 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_gl_i (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_gl_i32 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_gl_s (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_gl_uc (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_gl_ui (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_gl_ui10 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_gl_ui12 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_gl_ui16 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_gl_ui32 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_gl_ui8 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_gl_us (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_gla_d (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_gla_f (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_gla_f32 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_gla_f64 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_gla_i (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_gla_i32 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_gla_s (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_gla_uc (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_gla_ui (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_gla_ui16 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_gla_ui32 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_gla_ui8 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_gla_us (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_p (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_rgb_d (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_rgb_f (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_rgb_f32 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_rgb_f64 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_rgb_i (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_rgb_i32 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_rgb_s (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_rgb_uc (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_rgb_ui (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_rgb_ui16 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_rgb_ui32 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_rgb_ui8 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_rgb_us (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_rgba_d (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_rgba_f (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_rgba_f32 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_rgba_f64 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_rgba_i (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_rgba_i32 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_rgba_s (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_rgba_uc (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_rgba_ui (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_rgba_ui12 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_rgba_ui16 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_rgba_ui32 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_rgba_ui8 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_rgba_us (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_rgbas_ui10 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_rgbx_ui10 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_rgbx_ui8 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_vfield2D_d (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_vfield2D_f (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_vfield2D_f32 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_vfield2D_f64 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_vfield2D_i (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_vfield2D_i16 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_vfield2D_i32 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_vfield2D_s (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_vfield3D_d (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_vfield3D_f (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_vfield3D_f32 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_vfield3D_f64 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_vfield3D_i (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_vfield3D_i16 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_vfield3D_i32 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_vfield3D_s (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_yuv422_ui8 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_yuva444_ui8 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_Bool | gan_image_get_active_subwindow_yuvx444_ui8 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. |
|
Extracts part of an image.
|
|
Macro: Extracts part of an image.
|
|
Adjust a subwindow to fit inside an image.
|
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window subwin which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in binary image. Computes image window which covers all bits in the binary image which have the value one (true). The value of the c0 and width fields of subwin will be provided with precision indicated by the given alignment, one of word, byte or bit alignment, the last being the slowest to compute. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Computes bounding box of non-zero pixels in grey-level image. Computes image window which covers all pixels in given grey-level image which are non-zero. If image is zero everywhere the fields of the subwin structure will be set to zero. |
|
Intersect subwindows in-place.
|
|
Intersect subwindows.
|
|
Intersect subwindows.
|