资源列表
DCTtranslation
- 选取一个图像,并对它进行DCT变换和逆变换。(Select an image and carry out DCT transform and invert change.)
201612基于拉普拉斯金字塔的图像融合算法-余美晨
- 基于拉普拉斯金字塔的图像融合算法,实现对多聚焦图像的融合(Image fusion algorithm based on Laplasse Pyramid)
on_trackbar
- 网上很多opencv的帧差法资料,但是大都直接调用视频,或者调用摄像头,调用文件夹下的图片库的资料比较少,通过网上整理资料,终于利用opencv按照帧来处理图片。 使用opencv批量读取文件夹下的视频帧批量读取图片; 使用opencv批量读取图片,二帧差分法二帧差法;(There are many opencv frame difference data on the Internet, but most of them call the video directly or cal
image_evaluation
- 图片重建质量评估算法。计算两张图片的PSNR(Peak Signal to Noise Ratio,峰值信噪比)和SSIM(Structural Similarity Index,结构相似性)。(The measurement algorithm of image reconstruction. Compute the PSNR and SSIM between two images.)
第 02 章 基于形态学的权重自适应图像去噪
- 图像处理 matlab 基于形态学的权重自适应图像去噪(mage de fog based image demogging based on histogram optimization matlab implementation)
TxtToShpPoint
- 将XY坐标点数据转换成shp面图层,并添加各种属性字段(Convert XY coordinate point data into SHP surface layer, and add various property fields)
Diagonal and edge
- B正在做一个关于图像理解方面的研究,她的目标是识别图像中的轮廓。当前阶段,她希望能够识别正方形。图像用一个矩阵表示,矩阵的每个元素对应于图像中的一个像素点,值为0或1,0表示背景,1表示前景。需要寻找的正方形必须满足线宽为单像素,且大小至少为2x2。她希望你能帮她找出图像中满足如下条件的两类正方形的个数: 正方形的边与矩阵边缘平行; 正方形的边与矩阵对角线平行;(B is doing a research on image understanding, and her goal is to
SharpGL_2.0_Source_Code
- 用于图像的处理,通过显示2张图片,可以看出它们的不同(For image processing, it can be seen that they are different by displaying 2 pictures.)
wu
- 基于opencv c++识别图像视频中的火焰(Identification of flame based on OpenCV)
双峰法阈值分割
- 双峰法阈值分割。阈值分割法是一种基于区域的图像分割技术,原理是把图像象素点分为若干类。图像阈值化分割是一种传统的最常用的图像分割方法,因其实现简单、计算量小、性能较稳定而成为图像分割中最基本和应用最广泛的分割技术。它特别适用于目标和背景占据不同灰度级范围的图像。它不仅可以极大的压缩数据量,而且也大大简化了分析和处理步骤,因此在很多情况下,是进行图像分析、特征提取与模式识别之前的必要的图像预处理过程。图像阈值化的目的是要按照灰度级,对像素集合进行一个划分,得到的每个子集形成一个与现实景物相对应的区
opengl project
- 浏览太阳系的行星相对位置以及运动轨迹,并且可以改变观察位置和角度。(Browse the relative position and motion of the planets in the solar system.)
image-classification
- Object detection using HOG implemented in Python and C++ using OpenCV library