搜索资源列表
Low-complexity-background-subtraction-using-frame
- Tracking w/ blob detection, morphological operation (Togeather) frames = {avi.cdata} uses the cdata from the video file fg = extractForeground(frames) do foreground extraction cmap = colormap(gray) for i = 1:length(fg) temp0{i} = edg
Scaled-correlation-analysis
- 相关性研究的最新研究成果Scaled correlation analysis 欧洲神经科学杂志2012年1月-When computing a cross-correlation histogram, slower signal components can hinder the detection of faster components, which are often in the research focus. For example, precise neuronal synch
animal
- 代码包含训练和检测两个部分;使用的方法是hog特征加支撑向量机;能实现猫狗羊马的检测(The code contains two parts of training and testing; using hog features and support vector machine; detection can achieve Gouyang horse cat)
cat-detection
- 基于opencv的猫脸检测,可以检测图片中的猫脸。基于python语言实现。(cat face detection based on OpenCV)