Argoday / IPL

IPL is a C++ template meta-programming based Image Processing Library designed for quick and easy implementation of Computer Vision and Computer Graphics algorithms while preserving runtime performance. Integrates with Qt, LibPNG, and FFMPEG
Other
8 stars 3 forks source link

BaseAlgorithms do not handle Filters larger than the Image #36

Open Argoday opened 12 years ago

Argoday commented 12 years ago

BaseAlgorithms will segfault when trying to process Filters that are larger than the Image, this isn't usually an issue though it should be fixed