Changeset 10136 for trunk/psLib/src/imageops/psImageUnbin.h
- Timestamp:
- Nov 22, 2006, 4:26:07 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageUnbin.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageUnbin.h
r7381 r10136 5 5 6 6 // This needs to be considered more carefully 7 psImage *psImageUnbin (psImage *out, // Output image8 const psImage *in, // Input image9 int DX, int DY, // Scaling factors in x and y10 int dx, int dy // Overhang7 psImage *psImageUnbin (psImage *out, //!< Output image 8 const psImage *in, //!< Input image 9 int DX, int DY, //!< Scaling factors in x and y 10 int dx, int dy //!< Overhang 11 11 ); 12 double psImageUnbinPixel(const int ix, const int iy, //!< desired Unbinned point 13 const psImage *in, //!< binned image 14 const int DX, const int DY, //!< Scaling factors in x and y 15 const int dx, const int dy //!< Overhang 16 ); 12 17 13 18 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
