图像分割(阈值分割和区域生长)vc++代码(3)

时间:2025-04-09

cvDestroyWindow( "win2" );

cvReleaseImage( &pImg ); //释放图像

return 0;

}

2、 区域生长法

实验代码及结果:

#include "cv.h"

#include "highgui.h"

#include "stdio.h"

#include "stdlib.h"

#include "math.h"

#include"malloc.h"

#define MaxSize 1000000

struct queue{

int qu[MaxSize];

int front;

int rear;

int tag; //front==rear时表示队列满或空的标志:tag==1表示满,tag==0表示空 };

struct queue *InitQu()

{struct queue *q;

q=(struct queue *)malloc(sizeof(struct queue));//分配空间

q->front=0;

q->rear=0;

q->tag=0;

return q;

}

图像分割(阈值分割和区域生长)vc++代码(3).doc 将本文的Word文档下载到电脑

精彩图片

热门精选

大家正在看

× 游客快捷下载通道(下载后可以自由复制和排版)

限时特价:7 元/份 原价:20元

支付方式:

开通VIP包月会员 特价:29元/月

注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信:fanwen365 QQ:370150219