代码搜索:Thin
找到约 1,525 项符合「Thin」的源代码
代码结果 1,525
www.eeworm.com/read/240472/4573641
thin ribbons no fill
Weave
1466201192 0.14 inches
1195472745 0.34 inches
1397252452 50.000
1414030437 50.000
1414032485 0.11 inches
1651275122 0
1181491232 1718174257
1181500268 RGB: 100.0% 100.0% 100.0% (255 255
www.eeworm.com/read/240472/4573769
thin blonde fur
Fur
1148347252 45.000
1414031715 25.000
1463907184 0.18 inches
1463907177 87.000
1282303860 0.33 inches
1433619827 0
1181491232 1
1131180576 RGB: 80.4% 86.3% 0.0% (205 220 0)
1414098021 0
13
www.eeworm.com/read/339873/3293869
pl thin.pl
# **********************************************************************
#
#
#
# BBN Technologies, a Verizon Company
# 10 Moulton Street
# Cambridge, MA 02138
# (617) 873-8000
#
#
www.eeworm.com/read/161513/5552408
pl thin.pl
# **********************************************************************
#
#
#
# BBN Technologies, a Verizon Company
# 10 Moulton Street
# Cambridge, MA 02138
# (617) 873-8000
#
#
www.eeworm.com/read/172257/9715668
m thin.m
%函数thin.m: 细化%
function [y,count]=thin(x,type)
%type=1:做一次东南边界的细化%
%type=2:做一次西北边界的细化%
%x:输入图像%
%y:输出图像%
%count=1:已做细化%
%count=0:没有做细化%
[xi,xj]=size(x); %图像大小
mask=zeros(xi,xj
www.eeworm.com/read/290749/8464383
h img_thin.h
/*########################################################################
The contents of this file are subject to the Mozilla Public License
Version 1.0(the "License"); You may NOT use thi
www.eeworm.com/read/290749/8464389
cpp img_thin.cpp
#ifndef __IMG_THIN_CPP__
#define __IMG_THIN_CPP__
#include "fvstypes.h"
#include "fvsimage.h"
#include "img_thin.h"
#define REMOVE_P { img[x][y]=0x80; changed = TRUE; }
/*
From : Nadeem Ahm
www.eeworm.com/read/185484/9035184
au thin.bell.au
www.eeworm.com/read/181899/9232290
au thin.bell.au
www.eeworm.com/read/179194/9366354
c img_thin.c
/*#############################################################################
* 文件名:img_thin.c
* 功能: 实现了图像细化操作
* modified by PRTsinghua@hotmail.com
#############################################