Changeset 20308
- Timestamp:
- Oct 21, 2008, 4:13:46 PM (18 years ago)
- Location:
- trunk/magic/remove/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/magic/remove/src/Line.c
r20280 r20308 229 229 @param[in] line Line to map to pixels */ 230 230 231 void PixelsFromLine ( imageStreak* pixels, Line *line)231 void PixelsFromLine (StreakPixels* pixels, Line *line) 232 232 { 233 233 PixelPos *pixel; -
trunk/magic/remove/src/Line.h
r20280 r20308 28 28 @param[in] line Line to map to pixels */ 29 29 30 extern void PixelsFromLine ( imageStreak* pixels, Line *line);30 extern void PixelsFromLine (StreakPixels* pixels, Line *line); 31 31 32 32 #endif /* STREAK_LINE_H */ -
trunk/magic/remove/src/streaksextern.h
r20281 r20308 37 37 38 38 typedef psArray StreakPixels; 39 typedef psArray imageStreak;40 39 41 40 /** Create a list of pixel positions from a Streaks pointer list
Note:
See TracChangeset
for help on using the changeset viewer.
