-
HOG
读取一24位彩色图像,计算其以下图像特征:
1)灰度直方图
2)颜色直方图(RGB3个通道)
3)方向梯度直方图(HOG,将图像分成4*4 16个块,8个梯度方向)
(Read a 24-bit color images, calculate the following image features: 1) Histogram 2) color histogram (RGB3 channels) 3) histogram of oriented gradients (HOG, the image is divided into 4* 4 16 blocks, 8 gradient directions))
- 2020-06-28 15:00:01下载
- 积分:1
-
Java 实现 二维码生成与解析 实例 附完整源码
java语言开发 二维码的生成与解析
- 2013-04-15下载
- 积分:1
-
nsst
nsst域内基于区域能量和区域方差取最大值的图像融合算法,简单易懂。主程序高频区域能量取大,低频加权平均,读者可自行修改。(nsst maximum value within an image fusion algorithm based on regional energy and regional variance, easy to understand. Main high-frequency energy to take large area, low-weighted average, readers can modify.)
- 2016-08-05 17:47:52下载
- 积分:1
-
算法4_高光谱图像处理工具包
说明: pca、knn、cnn算法的matlab代码(Matlab code of PCA, KNN and CNN algorithm)
- 2020-04-23 23:49:02下载
- 积分:1
-
yixue
医学图像处理方面的一些基础算法,VC环境下编译的一个非常好的程序框架(Medical image processing, some of the basic algorithm, VC compiled under the framework of a very good program)
- 2010-07-08 15:56:34下载
- 积分:1
-
object-graphics-display
图像处理的基本功能,对象图形法显示,高效实用。(The basic function of image processing, object graphics display, efficient and practical.)
- 2015-06-16 11:22:59下载
- 积分:1
-
radondeblurring
基于RADON变换的。运动模糊处理,其中程序请按说明使用(Based on the RADON transform. Motion blur processing, in which procedures follow the instructions to use)
- 2009-01-08 14:23:06下载
- 积分:1
-
imageEnhanementMatlab
基于DWT的图像自适应增强 ,可以用于图像增强的源代码(matlab)
- 2021-03-24 10:39:16下载
- 积分:1
-
yuzhi2
首先将RGB转换到HSV,再根据阈值进行HSV图像的分割(First convert RGB to HSV, then HSV image segmentation based on threshold)
- 2014-05-04 11:26:39下载
- 积分:1
-
src
背景减除的完整算法,《A Statistical Approach for Real-time Robust Background Subtraction and Shadow Detection》作者源代码(The "src" folder contains all of the source code.
To run the program, follow these simple steps:
1. Start MATLAB and ensure the "src" folder is your current working
directory.
2. Edit "bs.m" and "classify.m" so that the file paths point to the
proper directories as specified.
3. In the MATLAB environment type "bs" which will train the background
model from the sequence you specified in (2).
4. In the MATLAB environment type "classify" which will classify the
sequence of images you specified in (2).
5. Now the classified images should be saved to disk in the folder you
specified in (2).)
- 2012-09-20 16:47:35下载
- 积分:1