代码搜索:Watershed
找到约 80 项符合「Watershed」的源代码
代码结果 80
www.eeworm.com/read/432184/8621451
h watershed.h
#ifndef __WATERSHED_H__
#define __WATERSHED_H__
#include "ImageCenterDib.h"
//水域变换类
class Watershed:public ImgCenterDib
{
public:
int m_nBitCountOut;//输出图像每像素位数
unsigned char * m_pImg
www.eeworm.com/read/432184/8621702
cpp watershed.cpp
#include "stdafx.h"
#include "Watershed.h"
#include
#ifdef _DEBUG
#undef THIS_FILE
static char BASED_CODE THIS_FILE[] = __FILE__;
#endif
/******************************************
www.eeworm.com/read/278961/10485269
png watershed.png
www.eeworm.com/read/419393/10871564
pdf watershed.pdf
www.eeworm.com/read/198892/7904496
txt watershed.txt
//Image Watershed Segmentation
//This is the implementation of the algorithm based on immersion model.
// ===========================================================================
// ===== M
www.eeworm.com/read/205435/15316061
tif watershed.tif
www.eeworm.com/read/13922/287825
h watershed.h
#ifndef __WATERSHED_H__
#define __WATERSHED_H__
#include "ImageCenterDib.h"
//水域变换类
class Watershed:public ImgCenterDib
{
public:
int m_nBitCountOut;//输出图像每像素位数
unsigned char * m_pImg
www.eeworm.com/read/13922/287894
sbr watershed.sbr
www.eeworm.com/read/13922/287967
cpp watershed.cpp
#include "stdafx.h"
#include "Watershed.h"
#include
#ifdef _DEBUG
#undef THIS_FILE
static char BASED_CODE THIS_FILE[] = __FILE__;
#endif
/******************************************
www.eeworm.com/read/13943/288711