Parent Directory
|
|
|
|
|
BallDetectionGenerator.cc
|
|
1.18 |
2 years |
ejt |
deprecating EventRouter::postEvent(EventBase*)
Should instead use the reference version (postEvent(const EventBase&) -- faster to keep everything on the stack, doesn't raise any questions about who's ... |
BallDetectionGenerator.h
|
|
1.10 |
3 years |
ejt |
including math.h so no errors regarding undefined fabs()
|
BufferedImageGenerator.cc
|
|
1.27 |
15 months |
ejt |
introducing new event generator cameraResolutionEGID, provide notification when a camera's resolution is changed before pushing it through the pipeline
|
BufferedImageGenerator.h
|
|
1.11 |
6 months |
ejt |
dirty hacks to get DataEvent<...> LoadSave working without breaking existing stuff
|
CDTGenerator.cc
|
|
1.14 |
17 months |
ejt |
fixing notification string when image dimensions change
|
CDTGenerator.h
|
|
1.6 |
2 years |
ejt |
massive LoadSave refactorization
functions now fit standard capitalization style, new getSerializedSize() should improve portability, *Inc() functions improve ease of use
|
FilterBankGenerator.cc
|
|
1.15 |
15 months |
ejt |
introducing new event generator cameraResolutionEGID, provide notification when a camera's resolution is changed before pushing it through the pipeline
|
FilterBankGenerator.h
|
|
1.21 |
10 months |
ejt |
making getImageSize() a member of FilterBankGenerator itself (instead of just certain subclasses, should be common to all), also now returns size_t
|
Graphics.cc
|
|
1.5 |
2 years |
ejt |
tightening up a few loose ends... I'm a little suspicious there's bad memory access hidden in here
|
Graphics.h
|
|
1.4 |
3 years |
ejt |
Final documentation clean up for 2.4 release
|
InterleavedYUVGenerator.cc
|
|
1.19 |
2 years |
ejt |
deprecating EventRouter::postEvent(EventBase*)
Should instead use the reference version (postEvent(const EventBase&) -- faster to keep everything on the stack, doesn't raise any questions about who's ... |
InterleavedYUVGenerator.h
|
|
1.16 |
2 years |
ejt |
massive LoadSave refactorization
functions now fit standard capitalization style, new getSerializedSize() should improve portability, *Inc() functions improve ease of use
|
JPEGGenerator.cc
|
|
1.23 |
3 months |
ejt |
cleaning up non-const references to string constants (thanks to gcc 4.2 warning)
|
JPEGGenerator.h
|
|
1.16 |
10 months |
ejt |
making getImageSize() a member of FilterBankGenerator itself (instead of just certain subclasses, should be common to all), also now returns size_t
|
OFbkImage.h
|
|
1.2 |
3 years |
ejt |
merging sim development branch with main trunk (branch merge point tagged sim-merge-20050531)
|
PNGGenerator.cc
|
|
1.9 |
3 months |
ejt |
cleaning up non-const references to string constants (thanks to gcc 4.2 warning)
|
PNGGenerator.h
|
|
1.5 |
10 months |
ejt |
making getImageSize() a member of FilterBankGenerator itself (instead of just certain subclasses, should be common to all), also now returns size_t
|
RLEGenerator.cc
|
|
1.14 |
2 years |
ejt |
deprecating EventRouter::postEvent(EventBase*)
Should instead use the reference version (postEvent(const EventBase&) -- faster to keep everything on the stack, doesn't raise any questions about who's ... |
RLEGenerator.h
|
|
1.11 |
10 months |
ejt |
making getImageSize() a member of FilterBankGenerator itself (instead of just certain subclasses, should be common to all), also now returns size_t
|
RawCameraGenerator.cc
|
|
1.28 |
3 months |
ejt |
fixing warning about excessive size by the return of heap allocated double-resolution, on non-aperios platforms
|
RawCameraGenerator.h
|
|
1.20 |
3 months |
ejt |
fixing warning about excessive size by the return of heap allocated double-resolution, on non-aperios platforms
|
RegionGenerator.cc
|
|
1.16 |
2 years |
ejt |
deprecating EventRouter::postEvent(EventBase*)
Should instead use the reference version (postEvent(const EventBase&) -- faster to keep everything on the stack, doesn't raise any questions about who's ... |
RegionGenerator.h
|
|
1.9 |
10 months |
ejt |
making getImageSize() a member of FilterBankGenerator itself (instead of just certain subclasses, should be common to all), also now returns size_t
|
SegmentedColorGenerator.cc
|
|
1.16 |
2 years |
ejt |
tracked down a tricky memory corruption issue -- CMVision had been temporarily scribbling one-past-end of the image buffer. Now padding size of image buffers by one to make sure this doesn't cause an... |
SegmentedColorGenerator.h
|
|
1.17 |
2 years |
dst |
Added getColorName()
|
cmv_region.h
|
|
1.11 |
12 months |
ejt |
|
cmv_threshold.h
|
|
1.9 |
15 months |
ejt |
improving credit list and license info
|
cmv_types.h
|
|
1.7 |
15 months |
ejt |
improving credit list and license info
|
cmvision.h
|
|
1.4 |
15 months |
ejt |
improving credit list and license info
|
colors.cc
|
|
1.1 |
2 years |
dst |
Added rgb operator<< and toString (formerly in ProjectInterface)
|
colors.h
|
|
1.13 |
15 months |
ejt |
improving credit list and license info
|