index
:
integralimg
master
A package containing methods and structures for dealing with integral images (deprecated)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
integralimg.go
Age
Commit message (
Expand
)
Author
2020-08-04
Add note pointing to renamed version
HEAD
v0.5.1
master
Nick White
2020-08-03
Improve documentation
v0.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
2020-07-29
Correct integral image implementation by ensuring that any request for column...
Nick White
2020-07-27
Remove old "Window" based functions, in preference for the new Rect ones, and...
v0.4.0
Nick White
2020-07-26
Add new, nicer functions to use image.Rectangle instead of our Window thing
v0.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 genera...
v0.2.1
Nick White
2020-07-23
Rename the main image type from I to Image
v0.2.0
Nick White
2020-07-23
Remove ToIntegralImg and ToSqIntegralImg as the NewImage and NewSqImage funct...
Nick White
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 be...
Nick White
2020-07-23
Add SqImage type, which also implements image.Image and image/draw.Image
Nick White
2020-07-23
Add Set and NewImage functions to implement image/draw.Image interface
Nick White
2020-07-22
Implement image.Image interface
Nick White
2020-04-14
Improve documentation
v0.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