-
8941662456
说明: 本程序使用MFC编写了一个能够在同一界面上显示立体图形的三视图的源程序。(This program using MFC wrote a can in the same interface shown on the SanShiTu three-dimensional graph of the source program.)
- 2020-11-30 09:49:27下载
- 积分:1
-
ImgHazeRemoval_Test
图像去雾 暗原色 导向滤波 最好的去雾算法
何恺明的matlab代码的opencv的实现(haze removal guided image filtering the best algorithm to fog
)
- 2012-05-10 16:39:04下载
- 积分:1
-
Project2
通过图片的外参数矩阵对图片进行透视变换,对图片的外参数进行校正(camera calibration)
- 2014-11-14 23:49:33下载
- 积分:1
-
imageprocessing
Some of image processing tools in visual C++
- 2012-08-22 20:38:42下载
- 积分:1
-
GeoTrans
图像的几何变换,基于VC++的MFC的。旋转、放大、缩小等(Image geometric transformation, based on the VC++ the MFC. Rotate, zoom in, zoom out, etc.)
- 2013-02-13 10:53:13下载
- 积分:1
-
GraphCut
图像分割经典算法GraphCut的实现代码,亲测可用。(An implementation of GraphCut Algorithm, which is a classical method in image segmentation field.)
- 2020-09-29 17:27:43下载
- 积分:1
-
yuyanjiaozheng
实现对鱼眼图像的校正 我自己执行过 可以使用(it can realise the rectification of the fish eye image )
- 2010-06-04 17:26:26下载
- 积分:1
-
lane-detect
canny边缘检测,还有车道线检测。效果还可以。(canny edge detection, and lane detection. The effect can be.)
- 2014-01-14 16:44:00下载
- 积分:1
-
JPEG
C++ based JPEG on grayscale image
DCT -> Quantization -> ZigZag -> DPCM, Runlength,-> Entropy Coding
- 2016-11-28 21:05:34下载
- 积分: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