Properties Methods

In This Topic
GdPicture14 Namespace / GdPictureSegmenter Class

GdPictureSegmenter Class Members

In This Topic

The following tables list the members exposed by GdPictureSegmenter.

Public Constructors
 NameDescription
Public ConstructorCreates a new instance of the GdPictureSegmenter class. This instance represents a wrapper, that you will need to perform the image segmentation process. At the same it enables you to find out all required results in one place.  
Top
Public Properties
 NameDescription
Public Property Specifies the input value that is required to segment a word. Expected value is a string containing the text/word/character you wish to segment.  
Public PropertyDefines the segmentation mode to be used during subsequent segmentation processes.  
Top
Public Methods
 NameDescription
Public MethodDisposes of the GdPictureSegmenter object completely. All related resources used by this object are released. All used segmentation results within the current GdPictureSegmenter object are released too.  
Public MethodReturns the bottom y-coordinate of the bounding box of the specified block, that is a part of the segmentation result specified by its index.

This method uses a coordinate system, where the origin is in the top-left corner of the processed image and the units are pixels.

 
Public MethodReturns the number of blocks within the segmentation result specified by its index.  
Public MethodReturns the index of the first paragraph in the specified block, that is a part of the segmentation result specified by its index.  
Public MethodReturns the left x-coordinate of the bounding box of the specified block, that is a part of the segmentation result specified by its index.

This method uses a coordinate system, where the origin is in the top-left corner of the processed image and the units are pixels.

 
Public MethodReturns the number of paragraphs within the specified block, that is a part of the segmentation result specified by its index.  
Public MethodReturns the right x-coordinate of the bounding box of the specified block, that is a part of the segmentation result specified by its index.

This method uses a coordinate system, where the origin is in the top-left corner of the processed image and the units are pixels.

 
Public MethodReturns the top y-coordinate of the bounding box of the specified block, that is a part of the segmentation result specified by its index.

This method uses a coordinate system, where the origin is in the top-left corner of the processed image and the units are pixels.

 
Public MethodReturns the type of the specified block, that is a part of the segmentation result specified by its index.  
Public MethodReturns the bottom y-coordinate of the bounding box of the specified character, that is a part of the segmentation result specified by its index.

This method uses a coordinate system, where the origin is in the top-left corner of the processed image and the units are pixels.

 
Public MethodReturns the number of characters within the segmentation result specified by its index.  
Public MethodReturns the left x-coordinate of the bounding box of the specified character, that is a part of the segmentation result specified by its index.

This method uses a coordinate system, where the origin is in the top-left corner of the processed image and the units are pixels.

 
Public MethodReturns the right x-coordinate of the bounding box of the specified character, that is a part of the segmentation result specified by its index.

This method uses a coordinate system, where the origin is in the top-left corner of the processed image and the units are pixels.

 
Public MethodReturns the top y-coordinate of the bounding box of the specified character, that is a part of the segmentation result specified by its index.

This method uses a coordinate system, where the origin is in the top-left corner of the processed image and the units are pixels.

 
Public MethodReturns the bottom y-coordinate of the bounding box of the specified paragraph, that is a part of the segmentation result specified by its index.

This method uses a coordinate system, where the origin is in the top-left corner of the processed image and the units are pixels.

 
Public MethodReturns the number of paragraphs within the segmentation result specified by its index.  
Public MethodReturns the index of the first text line in the specified paragraph, that is a part of the segmentation result specified by its index.  
Public MethodReturns the left x-coordinate of the bounding box of the specified paragraph, that is a part of the segmentation result specified by its index.

This method uses a coordinate system, where the origin is in the top-left corner of the processed image and the units are pixels.

 
Public MethodReturns the right x-coordinate of the bounding box of the specified paragraph, that is a part of the segmentation result specified by its index.

This method uses a coordinate system, where the origin is in the top-left corner of the processed image and the units are pixels.

 
Public MethodReturns the number of text lines within the specified paragraph, that is a part of the segmentation result specified by its index.  
Public MethodReturns the top y-coordinate of the bounding box of the specified paragraph, that is a part of the segmentation result specified by its index.

This method uses a coordinate system, where the origin is in the top-left corner of the processed image and the units are pixels.

 
Public MethodReturns the status of the last executed operation with the current GdPictureSegmenter object.  
Public MethodReturns the bottom y-coordinate of the bounding box of the specified text line, that is a part of the segmentation result specified by its index.

This method uses a coordinate system, where the origin is in the top-left corner of the processed image and the units are pixels.

 
Public MethodReturns the number of text lines within the segmentation result specified by its index. The resulting value doesn't contain any empty lines, as they are not provided in the segmentation result.  
Public MethodReturns the index of the first word in the specified text line, that is a part of the segmentation result specified by its index.  
Public MethodReturns the left x-coordinate of the bounding box of the specified text line, that is a part of the segmentation result specified by its index.

This method uses a coordinate system, where the origin is in the top-left corner of the processed image and the units are pixels.

 
Public MethodReturns the right x-coordinate of the bounding box of the specified text line, that is a part of the segmentation result specified by its index.

This method uses a coordinate system, where the origin is in the top-left corner of the processed image and the units are pixels.

 
Public MethodReturns the top y-coordinate of the bounding box of the specified line, that is a part of the segmentation result specified by its index.

This method uses a coordinate system, where the origin is in the top-left corner of the processed image and the units are pixels.

 
Public MethodReturns the number of words within the specified text line, that is a part of the segmentation result specified by its index.  
Public MethodReturns the bottom y-coordinate of the bounding box of the specified word, that is a part of the segmentation result specified by its index.

This method uses a coordinate system, where the origin is in the top-left corner of the processed image and the units are pixels.

 
Public MethodReturns the number of characters within the specified word, that is a part of the segmentation result specified by its index.  
Public MethodReturns the number of words within the segmentation result specified by its index.  
Public MethodReturns the index of the first character in the specified word, that is a part of the segmentation result specified by its index.  
Public MethodReturns the left x-coordinate of the bounding box of the specified word, that is a part of the segmentation result specified by its index.

This method uses a coordinate system, where the origin is in the top-left corner of the processed image and the units are pixels.

 
Public MethodReturns the right x-coordinate of the bounding box of the specified word, that is a part of the segmentation result specified by its index.

This method uses a coordinate system, where the origin is in the top-left corner of the processed image and the units are pixels.

 
Public MethodReturns the top y-coordinate of the bounding box of the specified word, that is a part of the segmentation result specified by its index.

This method uses a coordinate system, where the origin is in the top-left corner of the processed image and the units are pixels.

 
Public MethodReleases a segmentation result specified by its unique identifier. Each segmentation result, identifiable by its unique ID, is internally attached to that GdPictureSegmenter object, which has executed the segmentation process. By disposing of the current GdPictureSegmenter object you also release all attached segmentation results.  
Public MethodReleases all results of all previously executed segmentation processes within the current GdPictureSegmenter object. Each segmentation result is internally attached to that GdPictureSegmenter object, which has executed the segmentation process. By disposing of the current GdPictureSegmenter object you also release all attached segmentation results.  
Public MethodResets the previously specified region of interest to default (whole image area).  
Public MethodOverloaded. Executes the image segmentation using the available parameters you have specified within the current GdPictureSegmenter object.  
Public MethodSets up the specified image object, so that it is subsequently used when you start the next segmentation process. This step is mandatory before running any segmentation.

This aproach permits you to highly improve performance when running multiple subsequent segmentation processes on the same image.

 
Public MethodSets up the new region of interest (ROI) of an image, that is subsequently processed using the segmenter. Only the specified region is included into the next segmentation process.  
Top
See Also