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)
How can I replace transparent part of image to white in OpenCV C++?
I am trying to erode and dilate images but the images that are getting sent are transparent. So that part is getting replaced by black. I require it to be white.
Also, how do I turn that white part to...
Vidhi V
Votes: 0
Answers: 0
Converting 16 bit depth frame from Intel Realsense D455 to OpenCV Mat in Android Java
I am trying to convert a DepthFrame object that I have obtained from the Intel Realsense D455 camera to an OpenCV Mat object in Java. I can get the the target depth of a pixel using DepthFrame.getDist...
mcy
Votes: 0
Answers: 1
how to convert a mat converted dictionary(images) into pandas dataframe
I have converted a mat file into python dictionary. Now how can i convert this into Pndas data frame.
Shahed Islam
Votes: 0
Answers: 2
OpenCVSharp4 cant find function Mat.AT in vs2015
is my code but is can run in vs2019 but cant in vs2015
i use opencvsharp4 in vs2015 but i cant find Mat.At function
but it run vs2019 on same code
how i can use it in vs2015?
// At<float&...
Ahn DAE YONG
Votes: 0
Answers: 0