Changeset 2764 for trunk/stac/src/stac.h
- Timestamp:
- Dec 20, 2004, 6:15:28 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/stac.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/stac.h
r2670 r2764 137 137 // Transform the rejection masks back to the source frame 138 138 psArray *stacRejection(psArray *inputs, // Input images 139 psArray * transformed, // Transformed images140 ps Image *combined, // Combined image139 psArray *rejected, // Rejected images 140 psArray *regions, // Regions of interest 141 141 psArray *maps, // Maps from input to transformed image 142 142 psArray *inverseMaps, // Maps from transformed to input image 143 psArray *rejected, // Rejected images144 143 stacConfig *config // Configuration 145 144 ); 146 145 146 /************************************************************************************************************/ 147 148 // stacAreaOfInterest.c 149 150 // Returns the change in x' and y' for a change in x and y of 1 151 bool stacPlaneTransformDeriv(psPlane *out, // Output derivative, assumed already allocated 152 psPlaneTransform *transform, // The transform for which to obtain the derivative 153 psPlane *in // The position at which to obtain the derivative 154 ); 155 156 // Return a mask image designating the region of interest in the source frame 157 // Basically, uses derivatives of the transformation to work out what pixels in the source might be of interest 158 psImage *stacAreaOfInterest(psImage *mask, // Mask that is to be used to determine the area of interest 159 psPlaneTransform *map, // Map from the mask to the area of interest 160 int nxOut, int nyOut // Size of the area of interest 161 ); 162 163 /************************************************************************************************************/ 147 164 148 165 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
