JonBoyleCoding

Results 30 comments of JonBoyleCoding

I'd also like to note that the CMake build structure also uses a separate build directory than the source directory, so having some parameter somewhere would be useful. As for...

I am also having this issue, although I believe in my case it's related to the fava version. If I use fava 1.22 as installed via system packages, it displays...

I just wanted to add that this is important on my end - I used that feature of YNAB to deal with overspending over future months when officially I don't...

Ok, I'll try and familiarise myself with those areas of the code-base and brush up on my HTML for when it's needed.

I finally found some time to work on this. I have a working version of the second point, taking a GenericImageView as an argument instead of grayscale (works with current...

I thought I would link to the actual files. https://github.com/JonBoyleCoding/imageproc/blob/template_matching_update/src/template_matching.rs https://github.com/JonBoyleCoding/imageproc/blob/template_matching_update/src/integral_image.rs If you would rather I did this via pull request, I can do that as well.

I was originally trying to work with sub-images; however, perhaps as you say it would be simpler to do with expanding GreyImage to Image/ImageBuffer. I'll get this done soon and...

I understand this isn't mergable yet, but thought it best way to ask any thoughts. I reverted integral_image and with some minor changes to turn things into Image, but I...

I understand, thank you for responding! I've been thinking about it as well, and I think one good way to go about this if concerned about api changes is to...

I have it all implemented I think, I changed a number of traits to be based on the Num crate as it made the casting a whole lot easier. I...