Findpack two dimensional extremum
matlab has to find the extreme value function findpack can only find one-dimensional extreme value, and opencv has no corresponding function, so-called extreme value is larger than the surrounding values, and then it depends on the degree of extreme value required:
/*Calculate the center point of the divisible stone -- the big ...
Added by washbucket on Wed, 20 Nov 2019 23:58:34 +0200
C ා call the DLL generated by MATLAB and multiple m files to generate a DLL
system platform
win10 64bit
Software version
Visual Studio: VS2017
MATLAB: MATLAB R2018b
Note: the version of MATLAB is not lower than VS, otherwise the call fails.
Set up MATLAB external interface
(1) select compiler
>>mbuild -setup
(2) generate DLL file
Method 1:
>>deploytool
Select ...
Added by shorty3 on Tue, 29 Oct 2019 20:32:04 +0200
Bit Rate Estimation-Rate Signal Method
Rate signal method
Research and Implementation of Key Technologies of Satellite Signal Spectrum Monitoring System - Dong Xue
Implementation of Rate Signal Method
thought
The main idea here is to pay attention to the details of index, remember to subtract 1.
Instead of using czt to refine the spectru ...
Added by devarmagan on Wed, 02 Oct 2019 03:59:36 +0300
Basic use of matplotlib
Basic use of matplotlib
Initial knowledge of matplotlib
Basic usage of matplotlib
figure image of matplotlib
matplotlib sets coordinate axis 1
matplotlib sets coordinate axis 2
matplotlib sets legend Legend Legends
matplotlib sets annotation annotation annotation
Scatter scatter plot
bar histogram
co ...
Added by donny1298 on Mon, 30 Sep 2019 19:41:29 +0300
Mathematical Modeling of Newbies: Linear and Nonlinear Regression
regression analysis
According to the number of dependent variables and the type of regression function (linear or non-linear), regression methods can be divided into one-variable linear regression, one-variable non-linear regression and multiple re ...
Added by scrypte on Mon, 09 Sep 2019 13:01:40 +0300
core Module core Function of opencv Learning 2
4 Use OpenCV to sum two images (blending)
Linear hybrid operation is also a typical binary (two inputs) pixel operation.
By changing alpha in range 0-1, this operation can be used to overlay two images or two videos in time.
#include <cv.h>
# ...
Added by dmphotography on Mon, 26 Aug 2019 11:41:39 +0300
RGBD Depth Camera Data Format-Storage Read-Visualization
equipment
Here RGBD camera mainly refers to the depth camera which uses Light Coding (structured light) or TOF for imaging, and actively emits light, which is mainly suitable for indoor environment.
The more common RGBD cameras are as follows:
camera
principle
SDK
data
PrimeSense Carmine 1.08/1. ...
Added by ruttiger on Mon, 12 Aug 2019 09:46:57 +0300
Data mining: MATLAB decision tree (using wine data of UCI data set), and drawing, drawing at the end
There is nothing to do during the summer vacation, thinking about data mining, this blog is also written in the case of my first study of MATLAB (code can be placed directly in a file).
On the one hand, I want to deepen my understanding, on the other hand, I hope that I can give a reference to the reade ...
Added by Afrojojo on Sat, 10 Aug 2019 11:42:24 +0300
Building a simple logistic regression model using TensorFlow from scratch
TensorFlow is a python-based framework for machine learning. After learning the course content of Logical Regression in Coursera, I want to re-implement the content implemented in MATLAB with TensorFlow as a knocking brick for learning Python and framework.
Target readers
Know what logistic regression is, know a little Python, have heard of Ten ...
Added by oakld on Wed, 19 Jun 2019 03:59:47 +0300
Urban Planning Based on Cellular Automata
Cellular Automata-Urban Planning
1. Urban Scale Design
Xiongan New Area covers an area of about 2,000 square kilometers. It covers Xiongxian, Rongcheng and Anxin counties in Hebei Province and some surrounding areas. It is located in the hinterland of Beijing, Tianjin and Baoding. The area is searched and extrac ...
Added by madhavr on Tue, 04 Jun 2019 00:22:04 +0300