Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-04 | Add note pointing to renamed versionHEADv0.5.1master | Nick White | |
2020-08-03 | Improve documentationv0.5.0 | Nick White | |
2020-08-03 | Add some testable examples | Nick White | |
2020-08-03 | Improve documentation | Nick White | |
2020-08-03 | gofmt | Nick White | |
2020-08-03 | Add more Sum() tests, and further correct bugs found from it | Nick White | |
The implementation should be bug-free now. Of course, I thought that previously, then found more, so we shall see. There are more tests, though, and they definitely pass, so that's a good start. | |||
2020-07-29 | Correct integral image implementation by ensuring that any request for ↵ | Nick White | |
column or row 0 returns 0 for calculations | |||
2020-07-27 | Remove old "Window" based functions, in preference for the new Rect ones, ↵v0.4.0 | Nick White | |
and Proportion which was best in the preproc package | |||
2020-07-26 | Add new, nicer functions to use image.Rectangle instead of our Window thingv0.3.0 | Nick White | |
2020-07-25 | Improve documentation and simplify test code | Nick White | |
2020-07-23 | Fix bug in Window.Proportion() to tally with Gray16 usage, and use the ↵v0.2.1 | Nick White | |
general image Bounds functions in Window functions | |||
2020-07-23 | Rename the main image type from I to Imagev0.2.0 | Nick White | |
2020-07-23 | Remove ToIntegralImg and ToSqIntegralImg as the NewImage and NewSqImage ↵ | Nick White | |
functions do the same job more flexibly | |||
2020-07-23 | Remove the WithSq functionality as its being replaced by SqImage | Nick White | |
2020-07-23 | Add remaining SqImage versions of I functions | Nick White | |
2020-07-23 | Remove GetHorizontalWindow as it wasnt used and rotating an image sideways ↵ | Nick White | |
before processing has the same result | |||
2020-07-23 | Add SqImage type, which also implements image.Image and image/draw.Image | Nick White | |
This is intended as an alternative to the WithSq and ToSqIntegralImg functionality, though the MeanStdDevWindow function will need to be changed to use it, and it hasn't been heavily tested yet. | |||
2020-07-23 | Add Set and NewImage functions to implement image/draw.Image interface | Nick White | |
Now the integralimg can be created directly from an image using image/draw.Draw. | |||
2020-07-22 | Implement image.Image interface | Nick White | |
2020-04-14 | Improve documentationv0.1.1 | Nick White | |
2020-03-03 | Add GetHorizontalWindow function | Nick White | |
2020-02-26 | Move things around so that integralimg is in its own repository | Nick White | |