HTML automatically generated with rman
Table of Contents

Name

ccdpatch - patch up regions from polygon/shapes

Synopsis

ccdpatch [parameter=value]

Description

ccdpatch replaces the values of image within a specified region with a specified value.

Parameters

The following parameters are recognized in any order if the keyword is also given:
in=
Input image file [???]
out=
Output image file [???]
patch=
Data value to patch in [0.0]
polygon=
Polygon describing a region within which data are to be replaced. These should be tuples of x,y positions with the vertices of the polygon, where the last point connects to the first point. Thus a minimum is 6 values are needed here. Currently only image coordinates are allowed, with (1,1) the lower left corner.
box=
Box xmin,ymin,xmax,ymax ** not implemented ** []
circle=
XCenter,Ycenter,Radius ** not implemented ** []
ellipse=
XCenter,Ycenter,Major,Minor,PositionAngle ** not implemented ** []

See Also

ccdfill(1NEMO) , tabpolygon(1NEMO) , image(5NEMO)

Files

src/image/trans/ccdpatch.c

Author

Peter Teuben

Update History


02-Aug-14    V0.1 Created for @DataBay_MD


Table of Contents