-
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
-
ScienceSlides 科研插图软件
ScienceSlides是非常方便快捷小巧的ppt插图软件,里边包含了大量的专业素材,比如神经元,细胞,人体结构,DNA等等,而且都是彩色的,具有很好的视觉效果。
- 2022-03-18 23:21:24下载
- 积分:1
-
SLIC 最经典的超像素算法 C++ 实现
应用背景SLIC是Simple Linear Iterative
Clustering的缩写,是一种基于聚类算法的超像素分割。它在CIELAB空间中使用聚类,由LAB颜色空间中的亮度分量L和两个颜色分量a,b以及像素坐标x,y共同构成的5维空间中执行的一个局部像素集合。图像色彩的信息和图像平面空间几乎统一,以此这种新的距离度量就生成了结构紧凑、规则,并能够无缝隙的包含灰度及彩色图像。SLIC算法执行起来非常简单,容易在实践中应用,它只需一个参数即可。关键技术
SLIC不仅可以分割彩色图像,也可以兼容灰度图或位图,并且还能人为的设定超像素点的数量。
里面有导出的直接可执行的程序,也有详细的代码,用VS编写,系统32位,如果用64位需要更改vs配置,自行百度。
- 2022-02-12 16:15:57下载
- 积分:1
-
OpenCV Camera + OpenGL Object
OpenCV摄影机+OpenGL对象
- 2022-08-18 14:19:00下载
- 积分:1
-
freeimage的一些例子
自己学习freeimage,用vs2005编写的对freeimage的调用实例,
测试了图像显示,图像转换,图像压缩和解压几个接口
- 2023-04-02 03:20:03下载
- 积分:1
-
Mfc和opencv显示图像
mfc制作胡基于opencv的显示图像的功能,非常适合学习与应用,也可以作为图像处理与机器视觉项目开发的基础
- 2022-05-11 02:02:03下载
- 积分:1
-
JPEG XR code
新一代图像压缩标准JPEG XR的代码,可以对如下几种图像格式进行压缩处理(.raw/.tif/.pnm)。
Changes related to the encoder are as follows:
1. Add support for separate alpha image plane
2. Add support for YCC OUTPUT_CLR_FMT (YUV444, YUV422, YUV420)
3. Add support for CMYKDIRECT
4. Add support for WINDOWING_FLAG
5. Add support for the following pixel formats - 24
- 2022-07-18 08:22:46下载
- 积分:1
-
C++图像处理
C++图像处理技术百例,叫你玩转C++进行特殊图像处理。
- 2023-08-05 23:30:05下载
- 积分:1
-
knn 算法
这个MATLAB代码是关于KNN算法。在这段代码中使用的图像是在图片文件夹使用的每一个机构。
- 2022-01-23 10:10:33下载
- 积分:1
-
采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像
采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像 , 程序能够运行出正确的结果,希望对各位有帮助。
- 2022-03-29 20:38:23下载
- 积分:1