opencv learning note Day02: read video stream
Article directory
Read video stream
Screen insert text
Read video stream
cv2.getcapture(), use the function cap.get(propId) to get some parameter information of the video. Here the propId can be any integer between 0 and 18. Each number represents an attribute of the video:
cv2.VideoCapture.get ...
Posted by werkkrew on Sat, 07 Mar 2020 07:13:13 -0800
Introduction to FFmpeg: Common API usage and C language development
Introduction to FFmpeg: Common API usage and C language development
Understanding Related Concepts
1. Basic concepts of multimedia files
2. Quantitative encoding of audio
3. Time Base
Environment Configuration
Related Downloads
Environment Configuration
test
Development Cases
Processing logic and ...
Posted by baber_abbasi on Fri, 06 Mar 2020 19:05:22 -0800
24. Learn Java's day08
On the trap problem of variable parameter and method overload:
(1) Error: cannot declare method(int []) and method(int) in Test02Problem at the same time )
(2) Error: cannot declare method(int a, int args) and method(int args)
Because the above situation will lead to the situation that both methods ma ...
Posted by lucifersolutions on Fri, 06 Mar 2020 03:40:52 -0800
XmlSerializer gives FileNotFoundException in constructor
When I try to serialize types, the application I've been using fails.
Statements like this
XmlSerializer lizer = new XmlSerializer(typeof(MyType));
Production:
System.IO.FileNotFoundException occurred
Message="Could not load file or assembly '[Containing Assembly of MyType].XmlSerializers, Version=1.0.0.0, Culture=neutral, PublicKe ...
Posted by Randy on Fri, 06 Mar 2020 01:00:38 -0800
day14_Servlet&HTTP&Request Notes
Today's content:
1. Servlet
2. HTTP protocol
3. Request
Servlet:
1. Concepts
2. Steps
3. Principle of execution
4. Life cycle
5. Servlet3.0 Annotation Configuration
6. Architecture of Servlet
Servlet--Interface
|
GenericServlet -- Abstract Class
|
HttpServlet -- Abstract Class
* Gen ...
Posted by bala_god on Thu, 05 Mar 2020 19:03:41 -0800
AI: Deep learning for text processing
In another article published with this article, BlueDot, a company that uses artificial intelligence to protect people around the world from infectious diseases, warns one week in advance before the epidemic has received strong attention. How valuable is a week's time!
Their AI early warning system uses in-depth learning to process text. This s ...
Posted by robvan75 on Thu, 05 Mar 2020 09:50:19 -0800
The request was aborted: unable to create SSL / TLS secure channel
We were unable to connect to the HTTPS server using WebRequest due to the following error message:
The request was aborted: Could not create SSL/TLS secure channel.
We know that the server does not have a valid HTTPS Certificate in the path used, but in order to bypass this problem, we used the following code obtained from another StackO ...
Posted by Phsycoslaya on Tue, 03 Mar 2020 20:40:06 -0800
unity wakes up another winform and sends data
Recently, the main thread resource of unity is occupied when saving a scenario, which causes the UI of unity itself (I think, or I think that the UI of the scenario to be saved cannot be used normally) to fail to display the progress bar. When this problem cannot be solved, I think of a compromise wa ...
Posted by stvs on Tue, 03 Mar 2020 03:44:45 -0800
TensorFlow2 learning -- Image Classification
Article directory
TensorFlow2 learning -- Image Classification
Guide bag
Raw data
Data mapping
Data division and standardization
Model and train
Model evaluation and prediction
Other: use of Callback
TensorFlow2 learning -- Image Classification
Guide bag
import matplotlib.pyplot as plt
impor ...
Posted by fizix on Tue, 03 Mar 2020 01:51:59 -0800
Remember a Bug related to Base64
This paper originally planned to write two parts. The first is to record the latest bugs related to Base64. The second is the detailed explanation of the principle of Base64 encoding. It turns out it's half written, eh? How can I say such a long time about a thing that is not complicated? It's not conducive to reading and understanding (actuall ...
Posted by littlegreenman on Sun, 01 Mar 2020 04:10:48 -0800