Updated 10 months ago

@stdlib/array-base-index-of • Rank 6.2 • Science 44%

Return the index of the first element which equals a provided search element.

Updated 10 months ago

array-base-last-index-of • Rank 0.0 • Science 26%

Return the index of the last element which equals a provided search element.

Updated 10 months ago

array-base-last-index-of-same-value • Science 44%

Return the index of the last element which equals a provided search element according to the same value algorithm.

Updated 10 months ago

array-base-index-of-same-value • Science 31%

Return the index of the first element which equals a provided search element according to the same value algorithm.

Updated 10 months ago

https://github.com/hansalemaos/locate_pixelcolor_cpp • Science 13%

Locate RGB values in a picture! Up to 10x faster than NumPy, 100x faster than PIL.