-
摄像机标定
基于 opencv。 根据输入的相应点,估计输出摄像机参数对摄像机标定
- 2022-04-13 15:20:28下载
- 积分:1
-
Efficient Salient Region Detection with Soft Image Abstraction
资源描述Detecting visually salient regions in images is one of the fundamental problems in computer vision. We propose anovel method to decompose an image into large scale perceptually homogeneous elements for efficient salient region detection, using a soft image abstraction representation.
By considering both appearance similarity and spatial distribution of image pixels, the proposed representation abstracts out unnecessary image details, allowing the assignment of comparable saliency values across similar regions,and producing perceptually accurate salient region detection. We evaluate our salient region detection approach on the largest publicly available dataset with pixel accurate annotations. The experimental results show that the proposed method outperforms 18 alternate methods, reducing the mean absolute error by 25.2% compared to the previous best result, while being computationally more efficient.
- 2022-03-24 19:39:44下载
- 积分:1
-
基于图像的区域生长分割代码
这是经过改进调试过的代码,主要用于图像处理,利用区域生长的方法实现图像处理。是一个调试可用的代码。
- 2022-03-10 03:25:40下载
- 积分:1
-
opencv表情识别_shuo
资源描述
对于人脸的基本识别 包含嘴巴 鼻子 眼睛等 程序能正常运行 包含了相应的code 和 xml
- 2022-03-14 07:52:07下载
- 积分:1
-
8位调色板位图和24位真彩位图的载入及保存
vc++下的8位调色板位图和24位真彩位图的载入及保存
- 2022-04-15 21:58:44下载
- 积分:1
-
robwhess的sift算法实现图像匹配
利用SIFT算法实现图像特征点的检测与提取,再用SANSAC算法筛选优秀特征点。
- 2022-07-25 08:58:15下载
- 积分:1
-
图像目标识别
图像目标识别
- 2022-11-07 14:40:17下载
- 积分:1
-
人脸识别opencv测试方法准确率的代码,绝对可用
应用背景vs2010+opencv2.4.8,这个是测人脸识别代码的准确率的,具体人脸识别的方法在我上传的另外一个代码里面。里面也有两个cpp,testLBPHaccuracy.cpp测得是LBP方法的准确率,testLBPloadAccuracy.cpp则更为精简,测得是直接下载分类器用于测试的准确率,理论上说两个应该一样。关键技术可以修改createLBPHFaceRecognizer()此函数的参数例如改默认参数为
(1,8,4,4,DBL_MAX)和修改训练图片的张数(即修改at.txt文件)再分别测它们的准确率和时间。里面附有我测的各种变化的准确率和时间(包括在vs上跑的时间和板子上跑的时间)大家可以参考一下,从内存,时间,准确率选择最适合的参数。
- 2022-07-17 23:30:26下载
- 积分:1
-
基于块匹配的运动估计算法
用块匹配法进行运动估计的matlab实现方法,返回运动矩阵
- 2022-02-03 17:11:23下载
- 积分:1
-
利用VC++实现画图程序
功能:可以绘制椭圆,矩形,直线,可更改绘制线条的类型,宽度,颜色等,有预览小窗口等简单的小操作,基于MFC
- 2022-02-24 23:12:39下载
- 积分:1