Skip to content
#

Image processing

Digital image processing is the use of algorithms to make computers analyze the content of digital images.

Here are 9,171 public repositories matching this topic...

sharp
emirkum
emirkum commented Dec 2, 2020

I'm receiving error with JPG (uppercase of jpg) image extension. This extension should be supported right?

ERROR Error resizing: Error: Expected one of: heic, heif, jpeg, jpg, png, raw, tiff, webp for format but received JPG of type string
at Object.invalidParameterError (/var/task/node_modules/sharp/lib/is.js:101:10)
at Sharp.toFormat (/var/task/node_modules/sharp/lib/output.js:168:

albumentations
jni
jni commented Jan 18, 2021

Description

There was a badass paper last year that unified and generalized Otsu and other thresholding methods ([arXiv]).

As usual, since it's a new algorithm the argument can be made that we should wait to see it in practice, but my gut feeling is that (a) it's really good, and (b) it's a generalization of an existing algorithm that we have in the library, so it does not add much code,