[Update] Default initialization of colorspace in Matrix [Fix] Removed stupid Vector:: in Vector's header |
|
More...
|
over 7 years ago
|
[Update] Refactored Vec class to Vector (consistency with Matrix/Mat) [Update] Added normalize() function to Vector |
|
More...
|
over 7 years ago
|
[Update] Removed useless assignation in convolution process, easier to leave it as it is [Update] Lambda'd GLFW's event handler [Update] Correct deletion of EBO, added string literals for shaders |
|
More...
|
over 7 years ago
|
[Fix] Grayscale [alpha] images are now displayed the right way (fix #11) |
|
More...
|
over 7 years ago
|
[Fix] Windowing now works on Windows! |
|
More...
|
over 7 years ago
|
[Update] Windowing finally handled & available! [Fix] Fixed bugs when building GLFW on Windows [Bug] Some colorspaces won't be properly displayed in window |
|
More...
|
over 7 years ago
|
[Update] Reworked size types & const'd init_lists in Vec & Matrix |
|
More...
|
over 7 years ago
|
[Add] GLEW added to be built for GLFW |
|
More...
|
over 7 years ago
|
[Update] README updated |
|
More...
|
over 7 years ago
|
[Fix] Right rotation & reversion now compile on Visual Studio |
|
More...
|
over 7 years ago
|
[Update] Implemented horizontal & vertical flips [Fix] No segfault anymore when reversing rectangular images (fix #8) |
|
More...
|
over 7 years ago
|
[Update] Implemented image's reversion (180°) |
|
More...
|
over 7 years ago
|
[Update] Implemented left & right rotations (90°) |
|
More...
|
over 7 years ago
|
[Fix] Fixed assert error while changing colorspace from RGB(A) to itself |
|
More...
|
over 7 years ago
|
[Update] Changed matrix's width/height and vector's size types to size_t |
|
More...
|
over 7 years ago
|
[Update] Implemented Region of Interest selection |
|
More...
|
over 7 years ago
|
[Update] Changed edge filter name, added Canny detector's value |
|
More...
|
over 7 years ago
|
[Update] Huge refactor, replaced ugly switches by template spec in Image |
|
More...
|
over 7 years ago
|
[Update] Threshold available for matrices with 3 or 4 channels (fix #5) |
|
More...
|
over 7 years ago
|
[Fix] Changed RGB(A)->HSV algorithm according to OpenCV's one (ref #5) [Update] Changed size_t loop index to iterator in HSV conversion |
|
More...
|
over 7 years ago
|
[Update] Added warnings for GCC & MSVC, corrected present ones [Update] Muted -Wunused-value to remove asserts' warnings |
|
More...
|
over 7 years ago
|
[Fix] Inter-types matrix copy now works correctly, thanks hrkz! (fix #1) |
|
More...
|
over 7 years ago
|
[Fix] Reverted clamping to its previous state, not abs'ing value anymore |
|
More...
|
over 7 years ago
|
[Fix] Harmonized clocks for duration calculation, now compiles on VS |
|
More...
|
over 7 years ago
|
[Fix] Removed memory leak from PNG reading, now destroying info struct (thanks ASan!) |
|
More...
|
over 7 years ago
|
[Update] Added ASan into the CMakeLists to enable sanitizing |
|
More...
|
over 7 years ago
|
[Update] Refactored Matrix's init lists to build object from other ctors |
|
More...
|
over 7 years ago
|
[Update] Operators' loops changed to foreach in vectors |
|
More...
|
over 7 years ago
|
[Fix] Standard operators now perform correctly on matrices (fix #4) [Update] Operators' loops changed to foreach in matrices [Update] Getting abs value from negative when copying, not clamping to 0 |
|
More...
|
over 7 years ago
|
[Fix] Standard operations (+, -, *, /) now perform correctly on vectors |
|
More...
|
over 7 years ago
|