HTML automatically generated with rman
Table of Contents
ccdpatch - patch up regions from polygon/shapes
ccdpatch [parameter=value]
ccdpatch replaces the values of image within a specified region
with a specified value.
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 ** []
ccdfill(1NEMO)
, tabpolygon(1NEMO)
, image(5NEMO)
src/image/trans/ccdpatch.c
Peter Teuben
02-Aug-14 V0.1 Created for @DataBay_MD
Table of Contents