代码搜索:segmentation

找到约 3,259 项符合「segmentation」的源代码

代码结果 3,259
www.eeworm.com/read/440390/7690025

m segmentation.m

function[hsv_image]= segmentation(rgb) h_range = [0 0.11]; s_range = [0.2 .7]; hsv_image=rgb; aa=size(hsv_image); for i=1:aa(1,1) %hieght for j=1:aa(1,2)%width s=hsv_image(i,j
www.eeworm.com/read/307647/13718059

pdf segmentation.pdf

www.eeworm.com/read/494628/6359371

h segmentation.h

// Segmentation.h: interface for the Segmentation class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_SEGMENTATION_H__D48601E3_CE99_4208_9FD4_A84CC71
www.eeworm.com/read/494628/6359386

cpp segmentation.cpp

// Segmentation.cpp: implementation of the Segmentation class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Segmentation.h" //////////
www.eeworm.com/read/494628/6359405

obj segmentation.obj

www.eeworm.com/read/224892/14564671

cs segmentation.cs

using System; using System.Collections; using System.Drawing; namespace PhotoSprite.ImageProcessing { /// /// 图像分割处理类 /// public partial class Segmentation : Gra
www.eeworm.com/read/332708/3394547

java segmentation.java

/* * Created on Nov 17, 2004 * */ package iitb.CRF; /** * */ public interface Segmentation { int numSegments(); //number of segments in the record int segmentLabel(int segmentNum); //label o
www.eeworm.com/read/300185/3848006

java segmentation.java

/* * Created on Nov 17, 2004 * */ package iitb.CRF; /** * */ public interface Segmentation { int numSegments(); //number of segments in the record int segmentLabel(int segmentNum); //label o
www.eeworm.com/read/281827/4112454

cc segmentation.cc

// Copyright (C) 2002 Charless C. Fowlkes // Copyright (C) 2002 David R. Martin // // This program is free software; you can redistribute it and