index
:
integral
master
A package containing methods and structures for dealing with integral images
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
master
More bounds checking with bottomRight to prevent possible panic in zero size ...
Nick White
2 years
Tag
Download
Author
Age
v0.6.1
commit 4a5ec4f03c...
Nick White
2 years
v0.6.0
commit 2e923f2991...
Nick White
4 years
v0.5.0
commit 30b54ffce2...
Nick White
4 years
v0.4.0
commit 8f22584952...
Nick White
4 years
v0.3.0
commit 80a7eec206...
Nick White
4 years
v0.2.1
commit 5ad45af43a...
Nick White
4 years
v0.2.0
commit 6f99873967...
Nick White
4 years
v0.1.1
commit d715fb145e...
Nick White
5 years
v0.1.0
commit 6fa2c73492...
Nick White
5 years
Age
Commit message
Author
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
[...]