资源列表
Kirsch算子
- kirsch算子提取边缘的源代码,非调用,可以运行(Kirsch operator to extract the edge of the source code, non call, you can run)
DilateAndErode
- 利用opencv中的dilate和erode函数对图片做膨胀腐蚀以及开运算和闭运算等形态学处理,可以在图片窗口划动滑条调节腐蚀和膨胀的参数。(Using the dilate and erode functions of opencv, we can process the image with some typical morphological processing such as dilate and erode.)
filter_mean_cgl
- 用IDL语言编写的均值滤波程序,有注释,已经调试(the mean filter by idl)
filter_median_cgl
- 用IDL语言编写的中值滤波程序,已调试,放心使用(the meadian filter by idl)
filter_prewitt_cgl
- 用idl语言编写的prewitt锐化程序,已调试,有注释(the prewitt filter by idl)
LevelSet_CV
- 图像分割水平集算法的cv模型matlab程序(CV model matlab program of level set algorithm for image segmentation)
WMDWT
- Digital Watermarking by DWT
Druppel
- Mesh of a raindrop in 2D, made with GMSH.
yuvReader1
- matlab本来不能读取yuv文件,此程序保存并转换位为RGB格式(Read '.yuv' file type and translate it to RGB form.)
Readyuv
- matlab本身不带yuv视频读取函数,此函数读取并转换为RGB格式保存(Matlab itself does not have the yuv video reading function, which is read and converted to RGB format)
MATHDF
- 批量提取jdf文件中的ndvi值,转出为tif格式(Batch extraction of NDVI values in JDF files)
DrawLine
- 采用VC++编写的画线程序,有3种实现算法,包括DDA,Midpoint,Breseham,计算机图形学。(Drawing a line using C++ written procedures, there are three kinds of realization of algorithms, including the DDA, Midpoint, Breseham, computer graphics.)