搜索资源列表
-
1下载:
k均值分类在遥感影像中的应用,完整的c++代码,注释详细易懂,并且已经验证过-k-means classification in remote sensing images in the application, complete c++ code, comments, detailed and easy to understand, and have been verified
-
-
0下载:
基于水平垂直投影图的人体动作分类器,贝叶斯分类方法,含样本图。可对视频文件实时检测,基于opencv库,Based on the level of the vertical projection of human action classification, and Bayesian classification methods, including sample plans. Video files can be real-time detection, based on the opencv
-
-
0下载:
非常好的人脸以及人眼检测的例子。OpenCV支持的目标检测的方法是利用样本的Haar特征进行的分类器训练,得到的级联boosted分类器(Cascade Classification)。注意,新版本的C++接口除了Haar特征以外也可以使用LBP特征。-Very good example of the human face and the human eye to detect. OpenCV supported target detection method is carried out us
-
-
0下载:
基于opencv的otsu阈值分割,根据最大类间方差原理,进行全局图像分类-Opencv based on the Otsu threshold segmentation, in accordance with the principle of maximum between-cluster variance for the overall image classification
-
-
0下载:
基于距离的点集分类程序,可以把点按相对距离分簇,使用opencv编写-Distance-based classification procedures set of points, you can put points in relative distance clustering, using opencv write
-
-
0下载:
SVM,一个简单的用于线性分类的代码,采用openCV写的。-SVM, a simple linear classification code used by openCV written.
-
-
0下载:
利用GDAL和Opencv中的SVM分类器对遥感图像进行分类操作。-Using gdal and opencv to do SVM classification.
-
-
0下载:
基于OPENCV实现SVM图像特征分类的小例子。-Implementation of SVM image classification based on a small example of OPENCV.
-
-
0下载:
基于OPENCV实现不变矩的计算。注意,用于SVM分类时,需要归一化。-OPENCV computing based on moment invariants. Note that, for SVM classification, normalization.
-
-
0下载:
本代码用opencv实现了提取图像SIFT特征向量,并将结果保存到了txt文档中,对于之后实现图像分类、图像检索有很大帮助!-This code extraction with opencv image SIFT feature vectors, and save the results to a txt document, after the realization for image classification, image retrieval great help!
-
-
0下载:
该代码使用opencv显示一系列图像的直方图,对于利用颜色直方图进行图像分类、图像检索有很大的帮助!-The code uses opencv histogram display a series of images, the use of color histogram for image classification, image retrieval great help!
-
-
1下载:
openbr,是一个类似opencv的三方库,有强大的人脸识别,人脸性别分类,年龄估计等功能实现,需要的可以下载安装-Openbr, is a three parties of similar opencv library, has a strong face recognition, facial gender classification, age estimation function implementation, need to download and install
-
-
0下载:
运用C++检测人眼,
2)用opencv中检测人脸、眼睛、嘴巴等都是用的CascadeClassifier分类器,具体使用时可以使用C的函数,也可以使用opencv中使用C++封装好的类。下面是它们检测目标时的函数形式(从opencv官网复制的)
C: CvSeq* cvHaarDetectObjects(const CvArr* image, CvHaarClassifierCascade* cascade, CvMemStorage* storage, double scal
-
-
0下载:
论文源代码 :[2013TIFS] Exposing digital image forgeries by illumination color classification-Some notes on
A) Compilation
B) Execution of the code
C) Parameters
D) General remarks on our work in color constancy and image forensics
E) Referencing
-
-
0下载:
QT下基于opencv3.2的HSV图像分离,通过查找V分量上ROI区域最亮值的坐标,找到H分量上对应坐标的3*3矩形平均H值,判断出该坐标所处位置的颜色分类(QT under the opencv3.2 based HSV image separation, by looking for the V component on the ROI region of the brightest value coordinates, find the corresponding 3*3 coordin
-
-
0下载:
调用opencv库中的SIFT算法实现图像的匹配和分类(Call opencv library SIFT algorithm to achieve image matching and classification)
-