0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[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)
Razakhel
as Romain Milbert
More... over 7 years ago
[Fix] Windowing now works on Windows!
Razakhel
as Romain Milbert
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
Razakhel
as Romain Milbert
More... over 7 years ago
[Fix] Right rotation & reversion now compile on Visual Studio
Razakhel
as Romain Milbert
More... over 7 years ago
[Update] Implemented horizontal & vertical flips [Fix] No segfault anymore when reversing rectangular images (fix #8)
Razakhel
as Romain Milbert
More... over 7 years ago
[Update] Implemented image's reversion (180°)
Razakhel
as Romain Milbert
More... over 7 years ago
[Update] Implemented left & right rotations (90°)
Razakhel
as Romain Milbert
More... over 7 years ago
[Fix] Fixed assert error while changing colorspace from RGB(A) to itself
Razakhel
as Romain Milbert
More... over 7 years ago
[Update] Changed matrix's width/height and vector's size types to size_t
Razakhel
as Romain Milbert
More... over 7 years ago
[Update] Implemented Region of Interest selection
Razakhel
as Romain Milbert
More... over 7 years ago
[Update] Changed edge filter name, added Canny detector's value
Razakhel
as Romain Milbert
More... over 7 years ago
[Update] Huge refactor, replaced ugly switches by template spec in Image
Razakhel
as Romain Milbert
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
Razakhel
as Romain Milbert
More... over 7 years ago
[Update] Added warnings for GCC & MSVC, corrected present ones [Update] Muted -Wunused-value to remove asserts' warnings
Razakhel
as Romain Milbert
More... over 7 years ago
[Fix] Inter-types matrix copy now works correctly, thanks hrkz! (fix #1)
Razakhel
as Romain Milbert
More... over 7 years ago
[Fix] Reverted clamping to its previous state, not abs'ing value anymore
Razakhel
as Romain Milbert
More... over 7 years ago
[Fix] Harmonized clocks for duration calculation, now compiles on VS
Razakhel
as Romain Milbert
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
Razakhel
as Romain Milbert
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