python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
ShowMaskOnFocus not working for input-mask in angular
I am using input-mask library and wanted to implement masking for time format. Which will accept integer numbers in HH:mm format so used this as below
timeInputMask = createMask({
mask: '[99:99]',...
Oxygen
Votes: 0
Answers: 1
choosing the correct hsv boundaries and masking
Here my code below.
I want to detect real time shapes but as you can see there is a problem to detect that.
import cv2
import numpy as np
def nothing(x):
pass
cap = cv2.VideoCapture(0)
cv2.nam...
crazyruh 10
Votes: 0
Answers: 0
Python: Masking ERA5 data (NetCDF) from shapefile (polygon/multipolygon)
I want to select grid cells from ERA5 gridded data (surface level only) that are inside geographical masks for North- and South-Switzerland (plus the radar buffer), to calculate regional means.
The 4 ...
Lena
Votes: 0
Answers: 1
Data masking using PostgreSQL at Amazon RDS, how to?
I was looking into this
https://postgres.ai/docs/database-lab/masking
and was searching how to mask (dynamically) my data using Amazon RDS PostgreSQL, but couldn't find any real solution.
Is there any...
Fernando Rocha
Votes: 0
Answers: 1