Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - opencv pyramid segmentation
Search - opencv pyramid segmentation - List
用金字塔方法对图像进行分割,其中调用了opencv的函数。-Using the pyramid method of image segmentation, which calls the opencv function.
Update : 2025-02-17 Size : 1.05mb Publisher : luofei

此代码可以在Visual C++和OpenCV开发环境下,采用金字塔方法进行图像分割-This code can be Visual C++ And OpenCV development environment, using the pyramid method of image segmentation
Update : 2025-02-17 Size : 989kb Publisher : 张豪

opencv 采用金字塔方法进行图像分割-opencv method using image segmentation pyramid
Update : 2025-02-17 Size : 83kb Publisher : joyboble

利用opencv实现的对图像的分割,主要采用金字塔分割算法。-Opencv achieved using image segmentation, the main use of pyramid segmentation algorithms.
Update : 2025-02-17 Size : 693kb Publisher : 蓝水晶

采用金字塔方法进行图像分割,本程序基于OpenCV实现-Using the pyramid approach to image segmentation, based on the OpenCV implementation of this procedure
Update : 2025-02-17 Size : 83kb Publisher : 孙波

DL : 0
OPENCV下基于高斯混合模型的图像分割,程序中还有 基于大津法的图像分割和金子塔分割。-OPENCV Based on Gaussian mixture model of image segmentation, the program also includes Otsu method based on image segmentation and the segmentation pyramid.
Update : 2025-02-17 Size : 486kb Publisher : jiaojiao003

vs2008环境下,opencv开发的金字塔彩色图像分割,对于理解多层次多尺度图像处理有很好的参考价值!-vs2008 environment, opencv pyramid developed color image segmentation, for understanding the multi-level multi-scale image processing is a good reference value!
Update : 2025-02-17 Size : 4.43mb Publisher : wwwddd

example of opencv pyramid segmentation
Update : 2025-02-17 Size : 1kb Publisher : sarj

pyramid segmentation sample opencv
Update : 2025-02-17 Size : 1kb Publisher : masterako

opencv的PyrSegmentation,金字塔分割.识别图像连通域个数-opencv of PyrSegmentation, pyramid segmentation. identify the number of images connected domain
Update : 2025-02-17 Size : 1kb Publisher : jiang

它是基于opencv的visual c++对图像进行金字塔分割-Pyramid segmentation
Update : 2025-02-17 Size : 4kb Publisher : 陶陶

在opencv和vc6.0环境下采用金字塔方法对彩色图像进行了分割,算法稳定可靠-In the opencv and vc6.0-environment pyramid method for color image segmentation, the algorithm is stable and reliable
Update : 2025-02-17 Size : 1.06mb Publisher : wangqingcheng

opencv中对图片进行高斯金字塔分层,对图片进行分割分出多层,便于进一步处理-opencv picture Gaussian pyramid hierarchical separation of multi-layered images segmentation to facilitate further processing
Update : 2025-02-17 Size : 1kb Publisher : z

DL : 0
opencv 在OpenCv中实现了三种跟图像分割相关的算法,它们分别是:分水岭分割算法、金字塔分割算法以及均值漂移分割算法-opencv, image segmentation。watershed segmentation algorithm, pyramid segmentation algorithm and mean shift segmentation algorithm.
Update : 2025-02-17 Size : 1kb Publisher : jinyizhong

图像分割指的是将数字图像细分为多个图像子区域的过程,在OpenCv中实现了三种跟图像分割相关的算法,它们分别是:分水岭分割算法、金字塔分割算法以及均值漂移分割算法。-Image segmentation refers to the digital image is subdivided into a plurality of image sub-regions in the process, implemented in OpenCv three associated with image segmentation algorithm, they are: watershed segmentation algorithm, pyramid segmentation algorithms, and mean shift segmentation algorithm.
Update : 2025-02-17 Size : 11.12mb Publisher : grace

DL : 0
基于opencv的use摄像头视频采集程序 1 基于opencv的两个摄像头数据采集 3 能激发你用代码做视频的冲动程序 6 图像反转(就是把黑的变白,白的变黑) 11 图像格式的转换 12 从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测 13 采用Canny算子进行边缘检测 15 角点检测 18 图像的旋转加缩放(效果很拽,用地球做就像谷歌地球似的) 21 Log-Polar极坐标变换 22 对图像进行形态学操作(图像的开闭,腐蚀和膨胀运算) 24 用不同的核进行图像的二维滤波 27 图像域的填充 30 寻找轮廓实现视频流的运动目标检测(超推荐一下) 35 采用金字塔方法进行图像分割 40 图像的亮度变换 43 单通道图像的直方图 46 计算和显示彩色图像的二维色调-饱和度图像 48 图像的直方图均匀化 50 用Hongh变换检测线段 52 利用Hough变换检测圆(是圆不是椭圆) 57 距离变换 59 椭圆曲线拟合 64 由点集序列或数组创建凸外形 68 Delaunay三角形和Voronoi划分的迭代式构造 71 利用背景建模检测运动物体(推荐) 78 运动模板检测(摄像头) 81 显示如何利用Camshift算法进行彩色目标的跟踪 86 -Based on the use camera video capture program opencv 1 Based on the two camera data acquisition of OpenCV 3 Inspire your code to do video impulse program 6 Image reversal (that is, the black white, white to black) 11 Image format conversion 12 Get the video stream from the camera or AVI file, edge detection is performed on the video stream 13 Using Canny edge detection operator 15 Corner detection is 18 Image rotation and scaling (the effect is dragged by the earth, as Google earth like) 21 Log-Polar coordinate transformation is 22 Morphological operations on images (opening and closing, the image of the corrosion and expansion operations) 24 With different nuclear two-dimensional filtering image 27 The image domain 30 filling To find the outline of implementation of target detection of video streaming (super recommend) 35 Using the Pyramid method for image segmentation 40 The brightness of the image transform 43 Single channel image histogram 46 Calculate and display
Update : 2025-02-17 Size : 1.6mb Publisher : jianglei

DL : 0
此代码是图像处理中opencv中的金字塔图像分割技术-This code is the pyramid of opencv image segmentation technology in image processing
Update : 2025-02-17 Size : 1kb Publisher : 余阳

基于高斯混合模型的图像分割程序,结合OpenCV,包括OTSU、金字塔分割、自适应阈值分割-Image segmentation program based on Gaussian mixture model, combined with OpenCV, including OTSU, pyramid segmentation, adaptive thresholding
Update : 2025-02-17 Size : 1.96mb Publisher : user

图像分割指的是将数字图像细分为多个图像子区域的过程,在OpenCv中实现了三种跟图像分割相关的算法,它们分别是:分水岭分割算法、金字塔分割算法以及均值漂移分割算法。-Image segmentation refers to the digital image is subdivided into a plurality of image sub-regions in the process, in OpenCv achieve three associated with image segmentation algorithm, they are: watershed segmentation algorithm, pyramid segmentation algorithms and mean shift segmentation algorithm.
Update : 2025-02-17 Size : 65kb Publisher : lushaolei

基于OPENCV的金字塔图像分割算法的实现,利用了Opencv的图形库进行图像分割。-Achieve OpenCV pyramid image segmentation algorithm based on the use of graphics library for image segmentation OpenCV
Update : 2025-02-17 Size : 27.43mb Publisher : 赖威林
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.