Skip to content
#

Image processing

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

Here are 7,072 public repositories matching this topic...

Pillow
albumentations
onepiecefreak3
onepiecefreak3 commented Feb 16, 2020

This feature is implemented in many graphics hardwares at least of most gaming consoles. Adding this feature would enable ImageSharp to natively allow for these specifications of graphics hardware to be supported out of the box.

As per OpenCV naming and implementation this feature is most likely known as "Remapping" or "Point remapping". So as the naming goes, it should incorporate either one.

abadams
abadams commented Mar 19, 2020

It tells you to get version 3.0 of the SDK, which doesn't have libwrapper.so, so you get an unhelpful failure to find halide_hexagon_remote_load_library (because init_hexagon_runtime doesn't check if host_lib is non-null). This is hard to debug, because host_lib is null not because libhalide_hexagon_host.so isn't found or isn't in the path (it is!) but because a dependent library - libwrapper.so -

bersbersbers
bersbersbers commented Apr 21, 2020

Description

When inputting a 4-dimensional array into skimage.util.montage, I get a misleading error message:

ValueError: Input array has to be either 3- or 4-dimensional

But the input array is 4-dimensional already, what is missing is multichannel=True.

Way to reproduce

import numpy as np
from skimage.util import montage

data = np.zeros((10, 128, 128, 3))
pr
knight2995
knight2995 commented Apr 12, 2020

Description

I am trying to test dnn-detection Code
. I am receiving an error message
gocv.io/x/gocv._Cfunc_Net_BlobFromImage(0x470f010, 0x3f80101010101010,...):

I think the scalefactor parameter of the BlobFromImage seems to be wrong

vincentkerdraon
vincentkerdraon commented May 2, 2017

Expected behavior

Builder exists and works for argument : keepAspectRatio
(feature is precious because round on reduction will have a few pixel difference with requested size)
Example : expecting 500x1000px and got 499x1000px

Actual behavior

keepAspectRatio arg is not mentioned in examples

##Suggestion of example
Thumbnails.of(dir_in.listFiles()).size(width, height).keepAspectRati

You can’t perform that action at this time.