Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

7.8.  Selection Editor

Revision History
Revision $Revision: 1.8 $ 2006-08-14 scb

The Selection Editor command displays the “Selection Editor” dialog window. This dialog window displays the active selection in the current image and gives you easy access to the selection-related commands. It is not really intended for editing selections directly, but if you are working on a selection, it is handy to have the selection commands all together, since it is easier to click on a button than to search for commands in the command tree of the menubar. The “Selection Editor” also offers some advanced options for the “Select to Path” command.

7.8.1.  Activating the Command

  • You can access this command from the image menubar through Select->Selection Editor.

7.8.2.  Description of the “Selection Editor” dialog window

Figure 10.36.  The “Selection Editor” dialog window

The Selection Editor dialog window
The Buttons

The “Selection Editor” dialog window has several buttons which you can use to easily access selection commands:

The display window

In the display window, selected areas of the image are white, non-selected areas are black, and partially selected areas are in shades of gray. Clicking in this window acts like Select by Color. See the example below.

Figure 10.37.  Example of clicking in the “Selection Editor” display window

Example of clicking in the Selection Editor display window

Clicking in the “Selection Editor” display window to “Select By Color”. Note that this figure could just as well show the appearance of the “Selection Editor” display window when “Select By Color” is used in the image window.

7.8.3.  The “Selection to Path Advanced Settings” dialog

Figure 10.38.  The “Advanced Settings” dialog window

The Advanced Settings dialog window

The “Selection to Path Advanced Settings” dialog contains a number of options, most of which you can set with either a slider bar or a text box. There is also one check box. These options are mostly used by advanced users. They are:

  • Align Threshold: If two endpoints are closer than this value, they are made to be equal.

  • Corner Always Threshold: If the angle defined by a point and its predecessors and successors is smaller than this, it is a corner, even if it is within Corner Surround pixels of a point with a smaller angle.

  • Corner Surround: Number of points to consider when determining if a point is a corner or not.

  • Corner Threshold: If a point, its predecessors, and its successors define an angle smaller than this, it is a corner.

  • Error Threshold: Amount of error at which a fitted spline [3] is unacceptable. If any pixel is further away than this from the fitted curve, the algorithm tries again.

  • Filter Alternative Surround: A second number of adjacent points to consider when filtering.

  • Filter Epsilon: If the angles between the vectors produced by Filter Surround and Filter Alternative Surround points differ by more than this, use the one from Filter Alternative Surround.

  • Filter Iteration Count: The number of times to smooth the original data points. Increasing this number dramatically, to 50 or so, can produce vastly better results. But if any points that “should” be corners aren't found, the curve goes wild around that point.

  • Filter Percent: To produce the new point, use the old point plus this times the neighbors.

  • Filter Secondary Surround: Number of adjacent points to consider if Filter Surround points defines a straight line.

  • Filter Surround: Number of adjacent points to consider when filtering.

  • Keep Knees: This check box says whether or not to remove “knee” points after finding the outline.

  • Line Reversion Threshold: If a spline is closer to a straight line than this value, it remains a straight line, even if it would otherwise be changed back to a curve. This is weighted by the square of the curve length, to make shorter curves more likely to be reverted.

  • Line Threshold: How many pixels (on the average) a spline can diverge from the line determined by its endpoints before it is changed to a straight line.

  • Reparametrize Improvement: If reparameterization doesn't improve the fit by this much percent, the algorithm stops doing it.

  • Reparametrize Threshold: Amount of error at which it is pointless to reparameterize. This happens, for example, when the algorithm is trying to fit the outline of the outside of an “O” with a single spline. The initial fit is not good enough for the Newton-Raphson iteration to improve it. It may be that it would be better to detect the cases where the algorithm didn't find any corners.

  • Subdivide Search: Percentage of the curve away from the worst point to look for a better place to subdivide.

  • Subdivide Surround: Number of points to consider when deciding whether a given point is a better place to subdivide.

  • Subdivide Threshold: How many pixels a point can diverge from a straight line and still be considered a better place to subdivide.

  • Tangent Surround: Number of points to look at on either side of a point when computing the approximation to the tangent at that point.



[3] Spline” is a mathematical term for a function which defines a curve by using a series of control points, such as a Bézier curve.

See Wikipedia for more information.


 
 
  Published under the terms of the GNU General Public License Design by Interspire