3
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 11 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Code tidy More... over 7 years ago
Fix ASCII serialisation More... over 7 years ago
Change product quantisers to always use Exact k-means (so the centroids are always available). Add a method to decompress a quantised vector by reconstructing the original vector using the mathcing centroid vector of each sub-quantiser. More... over 7 years ago
Change calculation of denominator to use logs throughout (rather than at the end) to help ensure much better numeric stability for gaussians with small covariances. More... over 7 years ago
Merge pull request #132 from limstepf/master More... over 7 years ago
Fix LocalContrastFilter More... over 7 years ago
Fix another AWT issue More... over 7 years ago
Stop inadvertant use of awt classes for android compat More... over 7 years ago
Fixes for #126, with additional fixes for other methods that transformed a polygon. Added unit tests for scaling. Should also be a slight performance improvement too. More... over 7 years ago
allow getting samples of audio as normalised signed floats More... over 7 years ago
Optimising filled polygon rendering (more can be done, but this is an improvement) More... over 7 years ago
Allow subclassing and provide a constructor that can take a custom config. More... over 7 years ago
Not sure what the original roundVertices implementation was trying to achieve... this one does what the javadoc says it should More... over 7 years ago
Update FeatureVectorKMeans to work in the same way as the native typed variants (providing access to iteration counts, etc) More... almost 8 years ago
Improvements to k-means based on notes in https://github.com/openimaj/openimaj/issues/121 More... almost 8 years ago
fix pom for older java versions More... almost 8 years ago
update poms More... almost 8 years ago
increase size of window More... almost 8 years ago
increase buffer size so we can load larger images in the case sanselan has to read the whole file to get the header (seems to happen with tiff). See #119. More... almost 8 years ago
Fix docs More... almost 8 years ago
Utils for ease of working with ClassificationResults More... almost 8 years ago
Merge pull request #115 from aloisklink/BingAPIDatasetBugfix More... about 8 years ago
Merge pull request #116 from aloisklink/updatesGitIgnore More... about 8 years ago
Adds DefaultTokenFactory#delete(Class<T>) convenience function More... about 8 years ago
BingImageDataset#get(int) now returns null for bad image. More... about 8 years ago
Updates .gitignore to ignore more files More... about 8 years ago
Jaccard distance computation would corrupt the input array due to trove doing an (undocumented) internal sort. Whilst the result was correct, future use of the input array would yield wrong results. Thanks to Greg Csegzi for finding this one. More... about 8 years ago
Fix off by 1 error in computing rectangle corresponding to content bounds (thanks to @nufam) More... about 8 years ago
Fix basic non-inplace scalar arithmetic methods as per https://github.com/openimaj/openimaj/issues/112 More... about 8 years ago
working on fixes for upcoming bing api change deadline More... over 8 years ago