-
SIFT
提取SIFT特征,进行特征提取和匹配,包括特征点的定位,特征点描述子的生成,特征点的匹配,(extract SIFT feature,and feature matching)
- 2020-12-10 10:49:21下载
- 积分:1
-
统计独立算法求图像的信息熵
一幅大小为256×256的256级灰度图像(每像素8bit)
如果图像的各个像素之间是统计独立的,求该图像的信息熵
-离散无记忆信源
如果图像的各个像素之间不是统计独立的,求该图像的信息熵
-图像像素的概率分布模型(A 256 gray scale image (8bit per pixel) with a size of 256 x 256
If each pixel of the image is statistically independent, the information entropy of the image is calculated
Discrete memoryless source
If each pixel of the image is not statistically independent, the information entropy of the image is calculated
Probability distribution model of image pixels)
- 2017-11-24 21:49:34下载
- 积分:1
-
Hyperspectralterrain-classfic
高光谱图像的地物分类技术,对光谱分析并对比检测出地景的算法(Fifth hyperspectral image classification techniques, algorithms for spectral analysis and contrast detect landscapes)
- 2013-11-29 11:06:20下载
- 积分:1
-
secaizhuanyi
运用openCV编写的C++图像色彩转移程序,原理是先转化到Lab图像,再保持L不变调整图像的a、b分量的均值跟方差。(Using openCV prepared C++ image color transfer process, the principle is first converted to Lab image, and then adjust the image to keep L constant a, b, with the mean variance component.)
- 2013-09-15 16:40:26下载
- 积分:1
-
BitmapRotateBitmaponc
bitmap rotate for visual c and c++ builder
- 2009-06-12 14:54:35下载
- 积分:1
-
DIC
通过数字图像相关的方法计算两幅图像之间的位移,计算时间较长,是最基础的DIC,没有优化。(Digital image correlation method to calculate the displacement between the two images, the time is longer, is the most basic DIC, no optimization.)
- 2021-03-31 10:59:09下载
- 积分:1
-
VTK
VTK教程-英文版,详细介绍了VTK的相关知识和在医学图像处理方面的应用(VTK BOOK-english edition,introduce VTK install、context、application in medical image anylasis in details)
- 2010-08-09 14:38:45下载
- 积分:1
-
Image-Zoom
这是图象缩放的代码,对于学习图像的朋友应该有所帮助(This is the image scaling code for the study should help the image of a friend)
- 2011-07-17 19:00:24下载
- 积分:1
-
opencv4.3
自主选择性的查看一幅图像中的部分区域的颜色直方图:允许用户在一幅图像中选择一个矩形区域,通过按住鼠标键画一个矩形,当鼠标放开是,高亮显示矩形框,同时在另一个独立的窗口中,使用画图函数画一个图表(选定区域的颜色直方图),分别用蓝,绿,红表示选中区域中每种颜色的像素数量。(Self-selective color in an image to view a partial area of the histogram: Allows the user to select a rectangular area in an image by holding down the mouse button to draw a rectangle when the mouse is released, the highlighted rectangle, Meanwhile in a separate window, using the drawing functions to draw a chart (selected color histogram region), respectively, with blue, green, red indicates the number of pixels in the selected area of each color.)
- 2014-02-13 16:18:41下载
- 积分:1
-
DE
说明:
最简单的差分格式有向前、向后和中心3种。
向前差分:f (n)=f(n+1)-f(n)
向后差分:f (n)=f(n)-f(n-1)
中心差分:f (n)=[f(n+1)-f(n-1)]/2(The easiest difference format forward, backward, and three kinds of centers.
Forward differencing: f (n) = f (n+ 1)-f (n)
Backward difference: f (n) = f (n)-f (n-1)
Central difference: f (n) = [f (n+ 1)-f (n-1)]/2)
- 2016-05-17 21:08:01下载
- 积分:1