搜索资源列表
cv
- By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, install, // copy or use the software.
FaceDetect
- FACE DETECT...Using open cv technology for face detectation
Inpainting
- 一个用visual c++ 写的图像修复算法,有界面可以直接编译运行-A use of visual c++ Write image restoration algorithm, there are interface can be directly compiled to run
box
- Drawing a box with Open CV
9
- open CV 环境下对DCT的使用,可以使用-using openCV to make the anaysis of DCT,easy to use
objdet
- object detection in opencv
CV
- cv模型 matlab 图像分割源码,与传统模型相比,该C V模型具有更高的分割精度。-cv model segmentation matlab source, compared to the traditional model, the CV model has higher accuracy of segmentation.
feature-points
- openCV 特征点检测,可以直接输出结果,图片在里面。VS2015和open C v2.4.13-open CV feature detector
Tutu
- open CV多张图片拼接代码,可以直接运行出结果,openCV2.4.13和VS2013-VS2013 openCV2.4.13,picture pipei
SIFT_RANSAC
- SIFT 图像拼接,open CV VS2015,可以直接运行出结果-open CVVS2015,SIFT
bbb
- 二.二维小波分解与重构程序说明 1.主函数 mymain.m:通过调用所写的函数对信号进行二维小波分解与重构 main.m:利用MATLAB中小波变换函数实现 2.调用的子函数 function [x2,cA,cV,cH,cD] mydwt2(x,Lo_D,Hi_D) 函数mydwt() 对 x 进行二维小波分解 输入参数为x,Lo_D,Hi_D x为输入信号,Lo_D为低通滤波器,Hi_D为高通滤波器 输出参数:cA,cV,cH,cD —— 是