Skip to content

Conversation

johnnychen94
Copy link
Owner

24x faster than ImageFeatures this time

using ImageFeatures, TestImages, ImageCore

img = float32.(testimage("camera"));

@btime lbp($img, $lbp_rotation_invariant); # 36.187 ms (136 allocations: 2.01 MiB)
@btime lbp_ri($img); # 1.572 ms (8 allocations: 4.25 MiB)

@johnnychen94 johnnychen94 mentioned this pull request Nov 27, 2021
8 tasks
@codecov
Copy link

codecov bot commented Nov 27, 2021

Codecov Report

Merging #9 (e8bcf44) into master (b3544e6) will increase coverage by 0.69%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #9      +/-   ##
==========================================
+ Coverage   96.07%   96.77%   +0.69%     
==========================================
  Files           3        3              
  Lines          51       62      +11     
==========================================
+ Hits           49       60      +11     
  Misses          2        2              
Impacted Files Coverage Δ
src/compat.jl 33.33% <100.00%> (+33.33%) ⬆️
src/lbp_original.jl 100.00% <100.00%> (ø)
src/utils.jl 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b3544e6...e8bcf44. Read the comment docs.

@johnnychen94 johnnychen94 merged commit 9418159 into master Nov 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant