Skip to content
#

Image processing

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

Here are 6,506 public repositories matching this topic...

YashasSamaga
YashasSamaga commented Dec 30, 2019

System information (version)

  • OpenCV => 4.2.0
  • Operating System / Platform => Ubuntu 18.04
  • Compiler => g++ 7.4
Detailed description

It appears that the pad value in darknet configuration files indicates the padding mode and not the padding value itself. I think pad being one implies same padding and pad being zero implies manual padding (which is specified in the `padd

jlarmstrongiv
jlarmstrongiv commented Jul 2, 2019

What are you trying to achieve?

AWS released Lambda Layers to facilitate sharing libraries and binaries across lambda functions.

With Lambda Layers, adopting Sharp.js into any AWS Lambda Node.js project will be a breeze. Plus, there will be less setup, confusion, and errors surrounding compiling for the lambda execution environment.

I appreciate the existing installation instructio

filepond
eugene-rozov
eugene-rozov commented Apr 29, 2019

Is your feature request related to a problem? Please describe.
Right now if guides option enabled, there are 2 horizontal and 2 vertical dashed lines appear when a crop box is turned on. For some cases, when image is big enough and a rotation should be done with a good precision, this is not enough.

Describe the solution you'd like
It would be great to allow configuration of guide lin

jithinlalk25
jithinlalk25 commented Jun 14, 2019

Presently, when the script is run, the images are directly downloaded. It would be more convenient if the users could get a preview of the images before they download all of them. I would like to implement this feature. The users can be provided with a preview of all the images in a webpage. Users can confirm the download after previewing them.

albumentations
jcupitt
jcupitt commented Jan 3, 2020

resize does shrink for the int part, then reduce for any fractional residual.

The shrink stage rounds image dimensions to the nearest pixel, so it can trim up to 0.5 px from the right and bottom edge. This means that the second reduce phase can have some missing information compared to operating directly on the unshrunk image.

As an improvement, resize could request round-up from

VolkerH
VolkerH commented Aug 13, 2019

Description

It appears that label2rgb does not provide the option to make the background label transparent when the labels are drawn on a greyvalue image.

Way to reproduce

The coin segmentation example provides an exmaple. The whole image outside the coins is covered in a reddish tint (which happens to be the color for the backgroud label). When drawing over a greyvalue image it is

TOCropViewController
sltsm
sltsm commented Dec 2, 2019

Hi,
I went through the documentation and couldn't find anything about using imgproxy with a SPA framework like vue. Are there any examples or guides on this?

If I understand correctly imgproxy is ment to be used serverside because of the encryption aspect. Would love to know about any best practices on how to implement it in a SPA scenario.

Thank you

fasterpython
fasterpython commented Aug 31, 2018

In README.md, it says:
SETX PATH C:/Python27/;C:/Python27/Scripts/;C:/OpenCV2.3/opencv/build/x86/vc10/bin/;%PATH%
SETX PYTHONPATH C:/OpenCV2.3/opencv/build/python/2.7/;%PYTHONPATH%

however, the correct one should be:
SETX PYTHONPATH C:\OpenCV2.3\opencvbuild\python\2.7;%PYTHONPATH%
SETX PATH C:\Python27;C:\Python27\Scripts;C:\OpenCV2.3\opencv\build\x86\vc10\bin;%PATH%

and also, it's only

You can’t perform that action at this time.