python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Slide a window through an image, and change the value of center pixel in window based on the average value of the sliding window
I am trying to slide a 5 by 5 2D window across a gray image.
If all the pixels within that 2D window equal to 200, replace the center pixel value within the window with 100.
import cv2
import numpy as...
Joseph Adam
Votes: 0
Answers: 1
How to create a lib to manipulate and show a new image format?
I work with some .WSQ images (Wavelet Scalar Quantization) and I can't display neither manipulate them in javaScript. (I can't change the image format for another one like .jpg or .png, it needs to be...

Lucas Ribeiro
Votes: 0
Answers: 0
How to add a parallax effect to a Next Image tag?
Overview
In my pursuit to optimize my web appliations, I am transitioning from standard img tags to Next's Image tag. While it is great for performance, making it do custom effects and styling can be ...

Tyler Morales
Votes: 0
Answers: 1
Ignore image name while getting hash
I'm coding a program which'll take an image for an input, check it against images in a database and output the image with the same hash
However, when using hash("imagepath") 2 of the same im...
Natural Power
Votes: 0
Answers: 1