资源列表
LevelSet_CV
- 图像分割水平集算法的cv模型matlab程序(CV model matlab program of level set algorithm for image segmentation)
filter_prewitt_cgl
- 用idl语言编写的prewitt锐化程序,已调试,有注释(the prewitt filter by idl)
filter_median_cgl
- 用IDL语言编写的中值滤波程序,已调试,放心使用(the meadian filter by idl)
filter_mean_cgl
- 用IDL语言编写的均值滤波程序,有注释,已经调试(the mean filter by idl)
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.)
Kirsch算子
- kirsch算子提取边缘的源代码,非调用,可以运行(Kirsch operator to extract the edge of the source code, non call, you can run)
filter_sobel_cgl
- 用IDL语言编写的sobel滤波算子,已通过调试,放心使用(the filter algorithm of sobel)
Canny算子
- canny算子提取边缘图像,源代码,非调用(The Canny operator to extract the edge image, source code, non cal)
log
- log算子提取边缘,可以运行,自己改输入图像即可(LOG operator to extract the edge, you can run, you can change the input image)
ReadVideoCanny
- 在OpenCV中读取摄像头实时读取图像,并使用Canny算子对视频进行边缘提取。(Reading video from camera of your computer by using opencv and extracting pictures' edges with canny algorithm.)
multiplicative
- 用IDL语言编写的乘积变换融合程序,已通过调试(the Fusion algorithm of multiplicative)
opencv_car_counting
- 使用opencv,c++对视频中出现的车辆计数(car counting with opencv, c++)
