|
Files |
| file | animscenes.c |
| | generates intermediate scenes by interpolation
|
| file | attribute.c |
| | labels each connected component with its attribute value
|
| file | autocrop.c |
| | eliminates null regions at the periphery of an image
|
| file | ball.c |
| | generates a binary euclidean ball
|
| file | barycentre.c |
| | compute the center of gravity of each connected component
|
| file | barycentrelab.c |
| | compute the center of gravity of each labeled region
|
| file | boxmin.c |
| | minimal box including a given set of points
|
| file | convexhull.c |
| | convex hull of a set of points in the 2D plane
|
| file | crop.c |
| | extracts a rectangular (cuboidal in 3d) area from an image
|
| file | curvatures.c |
| | compute the curvatures of a natural cubic spline
|
| file | curve2spline.c |
| | converts a discrete open curve into a spline
|
| file | drawscene.c |
| | draw a 3D scene which is specified by a text file into a 3D pgm image
|
| file | drawspline.c |
| | draw a spline which is specified by its control points in a text file
|
| file | drawsplines.c |
| | draw spline segments which are specified by a text file
|
| file | ellipsefit.c |
| | ellipse identification and drawing from spare points
|
| file | enframe.c |
| | adds a border with a given gray value to an image
|
| file | extractplane.c |
| | extracts a plane normal to one of the directions x,y,z from a 3D image
|
| file | fitcircle.c |
| | fits a circle which locally minimizes gray levels
|
| file | frame.c |
| | generates an image with a white border and a black interior
|
| file | genimage.c |
| | generates a monocolor image of given size
|
| file | genplane.c |
| | generates a plane normal to one of the directions x,y,z
|
| file | insert.c |
| | inserts an image into another image
|
| file | isometry.c |
| | basic isometries in 3D
|
| file | maxdiameter.c |
| | maximal diameter of a binary image
|
| file | moments.c |
| | calcul des moments d'ordre 1 et 2 d'une image binaire (nuage de points)
|
| file | offset.c |
| | image translation
|
| file | ombre.c |
| | binary shadow of a grayscale function
|
| file | pgm2closedcurve.c |
| | extracts a curve from a binary image
|
| file | pgm2curve.c |
| | extracts a curve from a binary image
|
| file | point.c |
| | modifies the value of a given point
|
| file | points2spline.c |
| | converts a sequence of control points into a spline
|
| file | proj.c |
| | projection parallel to one of the main axes
|
| file | rotatebin.c |
| | rotation of a binary image
|
| file | samplespline.c |
| | samples a cubic spline according to its curvilinear abcissa
|
| file | section.c |
| | computes a 2d cross section from a 3d image
|
| file | sym.c |
| | symmetry (vertical, horizontal, central in 2D; x, y, z in 3D)
|
| file | symse.c |
| | inverse of a structuring element
|
| file | translate.c |
| | image translation
|
| file | zoom.c |
| | zoom (shrink or expand) an image
|
| file | zoomint.c |
| | zoom by an integer factor
|