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)
Access pixel value of mask using opencv
I got a problem where I need to access pixels of a opencv Mat image container.
I use opencv inRange function to create a mask. In that mask I need to check the value of different pixels, but I won't r...

Elfie
Votes: 0
Answers: 1
How to create a list of several rasters from a crop and mask (cut) from shapefile in R
I have 14 raster files from each year of land use. I would like to crop these rasters using my shapefile area of interest. With these cut rasters I would like to create a list where each element repre...

wesleysc352
Votes: 0
Answers: 1
Artifacts (line) with masks in SVG
Artifacts (two fine lines in the corner) appear in a SVG that uses a mask.
I tried several browsers and zoom / resolutions, but those artifacts don't go away.
<svg xmlns="http://www.w3.org/2000...
strarsis
Votes: 0
Answers: 1
Unexcpected behavior in numpy when changing values by conditions
I have numpy array with the shape (104,107) and values between 0- 0.6 :
I want to classify the image by three classes:
Pixels with value larger than 0.25 (high_bord) ->get value 1
Pixels with val...
Reut
Votes: 0
Answers: 0