Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (4)
VS image segmentation technology environment based
no vote
This code is the VS environment of library OpenCV vision based image segmentation algorithm realization, containing most of the concepts of image processing, like erosion and dilation what open close operation, suitable for beginners to learn image processing research #include "StdAfx.h" #include "ColorSeg.h" #include "math.h"CColorSeg::CColorSeg(CDib *pDib) { m_pDib = pDib; } CColorSeg::~CColorSeg (void) {}//=======================================================//function://color template input parameters: LPBYTE lpData: pointer to the data area of the original image//int nLineByte: number of bytes each row of pixels of the original image Int nHeight: original image height//int nTemH: template-height//int nTemW: template width Int nTemCX: template central elements of the x-coordinate (<nTemW-1)//int nTemCY: the y-coordinate of the center of template elements (<nTemH-1)
boss绝
2016-08-23
0
1
Linear image fusion algorithm and implementation b
no vote
Source code contains an image using the OpenCV computer vision library to make linear fusion demo,platform is based on VS2012 and opencv2.44, at compile time must pay attention to the library directory suffix is added 2.44, which already have put pictures, suitable for beginners to learn.
boss绝
2016-08-23
0
1
OpenCV based face detection
4.0
This package contains the OpenCV based face detection code, very detailed, it contains tutorials for beginners to learn. Method is HARR's a cascade trainer, with OpenCV, specifically can refer to the book learning OpenCV, welcome to download
boss绝
2016-08-23
0
1
Moving object detection based on OpenCV and vehicle tracking
4.0
This code is based on the opencv machine vision library, calling the basic opencv function to realize the moving object tracking, that is, a demo of vehicle tracking, including the test video, which has been included and can be realized by personal test. It is more suitable for beginners to learn OpenCV;
boss绝
2015-02-09
678
3
No more~