Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (3)
Background subtraction
no vote
In the process of video tracking, the background in the image will have a great impact on the tracking. At this time, we need to filter the background of the image. The code is run on OpenCV + VS2010. The background subtraction method is used to separate the background from the moving object, and then the moving object is tracked. The experimental results are good.
zxjjh
2020-01-18
0
1
sift-match code(c++)
no vote
For a novice opencv and image feature matching algorithm or more useful code, I debugging also passed, matching effect is good, can complete the two images of similar points matching, this is a complete project, just need to download the corresponding library can be successful debugging. I use the latest opencv3.1 and VS2010, code worth learning
zxjjh
2018-08-02
1
1
Code of Kalman tracking aspect
no vote
This is a video tracking algorithm code based on Karaman, which can better achieve the target tracking. It is the code in C + + language. Through VS2010 and opencv platform, I test that it can run through the code. Generally, it is more effective for single target tracking, and multi-target tracking can not ideally solve the problem of target occlusion. I hope you have a good method to communicate Let's have a flow.
zxjjh
2016-12-21
0
1
No more~