This function opens the Edge Detection Dialog.
Declaration:
Copy Code | |
---|---|
BOOL ACCUAPI IG_gui_ip_edge_detection_dlg( HWND hWnd, LPAT_IGGUI_IP_EDGE_DETECTION lpIpEdgeDetectionData ); |
Arguments:
Name | Type | Description |
hWnd | HWND | The HWND handle of the parent window. |
lpIpEdgeDetectionData | LPAT_IGGUI_IP_EDGE_DETECTION | A pointer to a structure of type AT_IGGUI_IP_EDGE_DETECTION which contains image information and parameters for processing. |
Return Value:
If the lpIpEdgeDetectionData structure is invalid or cancel is clicked, the function returns FALSE. Otherwise, it returns TRUE.Supported Raster Image Formats:
Grayscale - 8 bpp.
Sample:
Image Processing
Remarks:
The AT_IGGUI_IP_EDGE_DETECTION structure allows you to supply ImageGear with information about the image being processed.