2020-11-14 08:55:40 -0600 | received badge | ● Famous Question (source) |
2020-11-06 17:17:41 -0600 | received badge | ● Popular Question (source) |
2019-07-11 00:41:17 -0600 | received badge | ● Notable Question (source) |
2019-02-13 19:37:48 -0600 | commented answer | OpenCV, how can we normalize a Mat min to max and max to min? Thank you, bro! I finally found a solution on how to calculate. |
2019-02-13 03:00:06 -0600 | edited question | OpenCV, how can we normalize a Mat min to max and max to min? OpenCV, how can we normalize a Mat min to max and max to min? I want to normalize a Mat to the min value goes to 255 and |
2019-02-13 02:56:43 -0600 | edited question | OpenCV, how can we normalize a Mat min to max and max to min? OpenCV, how can we normalize a Mat min to max and max to min? I want to normalize a Mat to the min value goes to 255 and |
2019-02-13 02:56:36 -0600 | commented question | OpenCV, how can we normalize a Mat min to max and max to min? How exactly inverse a Mat, question also updated. You can take a look. Thanks! |
2019-02-13 02:23:05 -0600 | edited question | OpenCV, how can we normalize a Mat min to max and max to min? OpenCV, how can we normalize a Mat min to max and max to min? I want to normalize a Mat to the min value goes to 255 and |
2019-02-13 02:01:40 -0600 | commented answer | How to Multiply cv::Mat with mask Thanks for the reply, it works. Now I have I new question if you can help how to achieve? Thanks! |
2019-02-13 02:00:50 -0600 | asked a question | OpenCV, how can we normalize a Mat min to max and max to min? OpenCV, how can we normalize a Mat min to max and max to min? I want to no normalize a Mat to the min value goes to 255 |
2019-02-12 03:21:02 -0600 | commented question | How to Multiply cv::Mat with mask Hi did you solve this problem, I have the same question about multiplying mat using mask. Thanks! |
2018-12-12 05:56:04 -0600 | received badge | ● Popular Question (source) |
2018-10-25 11:43:31 -0600 | commented answer | OpenCV - Streaming H264 over RTSP using FFMPEG in version 3.4 Yes, it is right. |
2018-10-11 10:46:27 -0600 | commented answer | OpenCV - Streaming H264 over RTSP using FFMPEG in version 3.4 By using FFMPEG you only able to read RTSP stream from the network, but you cannot write the frames to the network, if y |
2018-06-08 05:41:12 -0600 | received badge | ● Popular Question (source) |
2018-03-17 16:01:00 -0600 | edited answer | Compare two images and mark the unmatched object or remove unmatched Many ways to do this, but the simple one is to use the void absdiff(InputArray src1, InputArray src2, OutputArray dst) f |
2018-03-17 15:23:41 -0600 | answered a question | Compare two images and mark the unmatched object or remove unmatched Many ways to do this, but you simple one is to use the void absdiff(InputArray src1, InputArray src2, OutputArray dst) f |
2018-03-17 15:18:29 -0600 | commented answer | Compare two images and mark the unmatched object or remove unmatched Please put your question in the comment. Here is the answer place. |
2018-03-16 09:55:14 -0600 | answered a question | OpenCV - Streaming H264 over RTSP using FFMPEG in version 3.4 Streaming videos through RTSP by using FFMPEG is not possible yet with OpenCV. So if you want to stream video on the net |
2018-03-07 01:47:45 -0600 | received badge | ● Nice Answer (source) |
2018-03-03 14:12:22 -0600 | received badge | ● Teacher (source) |
2018-03-03 08:17:47 -0600 | answered a question | How do i use videowriter with ffmpeg for streaming? With FFMPEG you can read the stream on the network, but not support to write the stream back to the network, so you can |
2018-03-01 23:55:13 -0600 | asked a question | Unable to read TensorFlow trained model into OpenCV 3.4.1 Unable to read TensorFlow trained model into OpenCV 3.4.1 I am trying to read the TensorFlow trained model in OpenCV, I |
2018-02-27 19:53:40 -0600 | commented question | Build OpenCV3.4.1 from source on Ubuntu 16.04, but failed to generate Java bindings Python is 3.5.2 and Python 2.7.12, Cmake is 3.10.2. I have tried every possible and the latest needed libs, but I don't |
2018-02-27 10:34:33 -0600 | edited question | Build OpenCV3.4.1 from source on Ubuntu 16.04, but failed to generate Java bindings Build OpenCV3.4.1 from source on Ubuntu 16.04, but failed to generate Java bindings I am trying to build OpenCV from sou |
2018-02-27 10:31:22 -0600 | edited question | Build OpenCV3.4.1 from source on Ubuntu 16.04, but failed to generate Java bindings Build OpenCV from source on Ubuntu 16.04, but failed to generate Java bindings I am trying to build OpenCV from source o |
2018-02-27 10:29:17 -0600 | commented question | Build OpenCV3.4.1 from source on Ubuntu 16.04, but failed to generate Java bindings OpenCV is the latest version 3.4.1 |
2018-02-27 08:46:33 -0600 | asked a question | Build OpenCV3.4.1 from source on Ubuntu 16.04, but failed to generate Java bindings Build OpenCV from source on Ubuntu 16.04, but failed to generate Java bindings I am trying to build OpenCV from source o |
2018-01-08 02:13:06 -0600 | asked a question | Is there possible to train own data-set in Tensor-flow and then detect bounding boxes objects in OpenCV? Is there possible to train own data-set in Tensor-flow and then detect bounding boxes objects in OpenCV? I am trying to |
2017-12-11 08:52:21 -0600 | commented question | I am getting the following error while trying to make opencv form source on Linux CentOS I have downloaded the latest one (CentOS 7) and also updated, how it can be 13 years old??? |
2017-12-10 01:50:41 -0600 | asked a question | I am getting the following error while trying to make opencv form source on Linux CentOS I am getting the following error while trying to make opencv form source on Linux CentOS I want to try to make OpenCV fr |
2017-12-01 23:05:45 -0600 | edited answer | How we import OpenCV in java while using no compiler just Notepad? It is simple, you can do it like this: Warn: before you go to next step, first ensure that you already have Java insta |
2017-11-30 03:33:50 -0600 | edited answer | How we import OpenCV in java while using no compiler just Notepad? It is simple, you can do it like this: Warn: before you go to next step, first ensure that you already have Java insta |
2017-11-30 01:45:22 -0600 | asked a question | GStreamer unable to open RTSP stream on CentOS OpenCV GStreamer unable to open RTSP stream on CentOS OpenCV I am trying to open RTSP video stream using GStreamer on Linux Cen |
2017-11-30 01:08:28 -0600 | answered a question | How we import OpenCV in java while using no compiler just Notepad? It is simple, you can do it like this: Warn: before you go to next step, first ensure that you already have Java insta |
2017-11-25 11:05:05 -0600 | commented question | loaded library might have disabled stack guard Hi, How did you solve the problem? I also have the same question. Thanks! |
2017-11-24 01:17:33 -0600 | asked a question | Is there any working tutorial to show how to build OpenCV on Linux (CentOS) with GStreamer? Is there any working tutorial to show how to build OpenCV on Linux (CentOS) with GStreamer? I am trying to build OpenCV |
2017-11-14 23:07:51 -0600 | commented question | What version of tensorflow does OpenCV 3.3.0 use ? Thanks for the reply! I downloaded ssd_mobilenet_v1_coco_2017_11_08 and inside which files is needed to pass to the Open |
2017-11-14 10:12:10 -0600 | commented question | What version of tensorflow does OpenCV 3.3.0 use ? Hi I also have the same question that, how to check or how to know, which version of TensorFlow can be run in OpenCV, I |
2017-11-14 07:01:17 -0600 | commented question | In Java when doing some operation on Mat (Background Subtraction) the memory is dramatically using by JVM But it really do :) I have tested if I did not release the mat but use System.gc() it works great, I use the latest vers |
2017-11-13 20:55:48 -0600 | commented question | In Java when doing some operation on Mat (Background Subtraction) the memory is dramatically using by JVM The code is long enough to put here, but the routine I have already mentioned above. OK, I think the problem is with Mat |
2017-11-12 21:18:41 -0600 | asked a question | In Java when doing some operation on Mat (Background Subtraction) the memory is dramatically using by JVM In Java when doing some operation on Mat (Background Subtraction) the memory is dramatically using by JVM I am wondering |
2017-11-03 02:15:22 -0600 | commented question | RTMP Streaming Hi did you solve the problem? I also have the same problem. Thanks! |
2017-11-02 01:20:38 -0600 | commented question | how to process the 'frame' (opencv) into a video streaming and real-time transmission to other servers Hi sir! did you solve the problem, I also have the same problem to send the mat/images to rtmp server. Thanks! |
2017-11-02 01:16:51 -0600 | commented question | RTMP Streaming Hi sir! did you solve the problem, I also have the same problem, to write image to rtmp stream with opencv. |
2017-11-01 03:46:05 -0600 | commented question | In OpenCV how to write frame/images/Mat to RTMP/RTSP stream, to display the result from the server to client (HTML/Webpage) I have tried lot of ways, in my google search all the links about opencv and video stream, and opencv with gstreamer are |
2017-11-01 02:53:09 -0600 | commented question | In OpenCV how to write frame/images/Mat to RTMP/RTSP stream, to display the result from the server to client (HTML/Webpage) Becuase opencv supports GStreamer, but there is no any documentation to show how to use, so IT IS A BIG and BIG and BIG |
2017-11-01 02:51:39 -0600 | commented question | In OpenCV how to write frame/images/Mat to RTMP/RTSP stream, to display the result from the server to client (HTML/Webpage) Hmm maybe it is a wasting time for you, but it a big problem for me, it for two weeks that I am searching, I there must |
2017-11-01 01:00:37 -0600 | asked a question | In OpenCV how to write frame/images/Mat to RTMP/RTSP stream, to display the result from the server to client (HTML/Webpage) In OpenCV how to write frame/images/Mat to RTMP/RTSP stream, to display the result from the server to client (HTML/Webpa |
2017-10-31 22:17:34 -0600 | commented question | How to stream a video from OpenCV to a RTMP location Hi Sir! How did you solve the problem? I also have the same question. Thanks! |