Hexagonal Address Aggregate Scheme software arithmetic driver. HAAS is an addressing scheme for hexagonal images in the context of filtering, due to the high locality of reference between adjacent cells it achieves.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
19
commits
Removed dependency on arraymancer_vision, because HAAS does not provide any image processing interface and as it stands only uses arraymancer for some bootstrapping tasks.
4b37ac9View on GitHubRemoved mkpdf.sh and made it it's own gist. Updated the nimble file to call this instead.
e1cb6f1View on GitHubUncommented the last of the conversion tests, and it passes as expected. Finished the mkpdf tool for converting single files in to PDFs. Updated haas.nimble to correctly call mkpdf.sh with the additional file description argument. Next will be to save the PDF generator as a gist and continue using it as the method of choice for generating PDFs from text for internal documentation.
ecec960View on GitHubFixed issue with conversion to hex address from skew coordinates. The problem was found to be that the case of negative coordinates was not handled. This has been corrected. The base digit used to reconstruct the hex address on each axis is now negated when the input scalar is negative.
97dd4f2View on GitHubRemoved redundant pdf extension given by build script appending pdf extension to the output file name for the mkpdf.sh PDF generation script, but mkpdf.sh through ps2pdf already adds the pdf extension.
000754eView on GitHubUpdated haas.nimble to invoke the PDF generator after test results and benchmarks are obtained.
15a0bacView on GitHubAdded small text to PDF conversion script for use in the benchmarks and unit testing results publishing.
2c3a3c6View on GitHubReduced the scale of correctness tests to expedite development of the testing
6e06ef0View on GitHubAdded automatic results consolidation to the directory test/results. If this
41759edView on GitHubUpdated haas_skewaxis_ref so that the starting value is .:1.
d7225c5View on GitHubFixed a bug causing haas_to_string to crash only when the input array is all zeroes, in which case the result value was not set.
ce54f1dView on GitHub