搜索资源列表
imagesegmentation.rar
- 利用opencv实现的对图像的分割,主要采用金字塔分割算法。,Opencv achieved using image segmentation, the main use of pyramid segmentation algorithms.
pyramid_segmentation.rar
- 此代码可以在Visual C++和OpenCV开发环境下,采用金字塔方法进行图像分割,This code can be Visual C++ And OpenCV development environment, using the pyramid method of image segmentation
ImageProcessing(openCV)
- 一个基于openCV的图像处理程序,包含有边缘检测,图像匹配,形态学变换,金字塔采样,视频采集,相机标定等各种函数。-OpenCV-based image processing program includes edge detection, image matching, morphological transformation, the pyramid samples, video capture, camera calibration and other functions.
juxingjiance
- opencv矩形检测,采用金字塔方法,可以对多幅图同时检测。-opencv rectangle detection, using the pyramid method, can simultaneously detect pieces of map.
LaplacianPyramid
- 拉普拉斯金字塔出来程序,在OpenCV开发环境下能实现多分辨率多多尺度的拉普拉斯金字塔的图像处理。-The programming can deal with Laplacian Pyramid. Firstly ,using Gaussian pyramid process image, then using Gabor deal with it.The effect is very good.
sift-1.1.1_20071108_win
- Rob Hess的SIFT算法的C语言实现(基于OpenCV),金字塔采样和高斯差分提取特征点,K-D树寻找同名点,RANSAC去粗差-Rob Hess of the SIFT algorithm C language (based on OpenCV), sampling and Gaussian pyramid differential extraction of feature points, KD tree search for points of the same name, RANS
python
- 用金字塔方法对图像进行分割,其中调用了opencv的函数。-Using the pyramid method of image segmentation, which calls the opencv function.
PYRAMID
- opencv codes in C++ (linux and eclipse)
pyramid
- OPenCV: 对二值图像进行金字塔处理 -OPenCV: binary image of the pyramid to deal with
pyramid_segmentation
- opencv 采用金字塔方法进行图像分割-opencv method using image segmentation pyramid
pyramid
- OpenCV+VS2008实现金字塔算法-OpenCV+ VS2008 pyramid algorithm to achieve
GMMS
- OPENCV下基于高斯混合模型的图像分割,程序中还有 基于大津法的图像分割和金子塔分割。-OPENCV Based on Gaussian mixture model of image segmentation, the program also includes Otsu method based on image segmentation and the segmentation pyramid.
PyrSementation
- vs2008环境下,opencv开发的金字塔彩色图像分割,对于理解多层次多尺度图像处理有很好的参考价值!-vs2008 environment, opencv pyramid developed color image segmentation, for understanding the multi-level multi-scale image processing is a good reference value!
pyramid_segmentation
- example of opencv pyramid segmentation
LaplacianPyramid(opencv)
- Laplacian pyramid c++ source
Pyramid-segmentation
- 它是基于opencv的visual c++对图像进行金字塔分割-Pyramid segmentation
pyramid-segmentation-to-colour-graph
- 在opencv和vc6.0环境下采用金字塔方法对彩色图像进行了分割,算法稳定可靠-In the opencv and vc6.0-environment pyramid method for color image segmentation, the algorithm is stable and reliable
Pyramid-final
- 基于OpenCV2.4.3、VS2010的控制台程序,按照自己的OpenCV路径进行配置,修改读取图像的位置,之后便可运行。运行结果为可修改层数的图像金字塔构建。-The console program based on OpenCV2.4.3, VS2010, according to their own OpenCV path configuration, modify the position of the image, and then you can run. The results
Gauss-Pyramid-sift_openvc
- 用opencv实现了高斯金字塔,得到了图像的sift特征点,并得到了不同高斯尺度下得图形-Gaussian pyramid with opencv obtained image sift feature point, and has been obtained under different graphical Gaussian scale
OpenCV
- 基于opencv的use摄像头视频采集程序 1 基于opencv的两个摄像头数据采集 3 能激发你用代码做视频的冲动程序 6 图像反转(就是把黑的变白,白的变黑) 11 图像格式的转换 12 从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测 13 采用Canny算子进行边缘检测 15 角点检测 18 图像的旋转加缩放(效果很拽,用地球做就像谷歌地球似的) 21 Log-Polar极坐标变换 22 对图像进行形态学操作(图像的开闭,腐蚀和膨胀运算)