代码搜索:width
找到约 10,000 项符合「width」的源代码
代码结果 10,000
www.eeworm.com/read/153071/12061945
m thinning7.m
function out=thinning7(in)
%其中的索引表是将thinning3 thinning 5中的为1的元素合起来得到的。
%initial index table
%index=[0 0 0 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0
www.eeworm.com/read/153071/12061955
asv thinning5.asv
function out=thinning5(in)
%initial index table
%index=[0 0 0 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0
www.eeworm.com/read/153071/12061973
asv thinning3.asv
function out=thinning3(in);
%基于索引表的细化算法
%功能:对图象进行细化
%initial index
%deletemark= [0,0,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,1
www.eeworm.com/read/153071/12061976
m thinning5.m
function out=thinning5(in)
%initial index table
%index=[0 0 0 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0
www.eeworm.com/read/153071/12061989
m thinning3.m
function out=thinning3(in);
%基于索引表的细化算法
%功能:对图象进行细化
%initial index
%deletemark= [0,0,0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,1
www.eeworm.com/read/255631/12067949
bas modproperties.bas
Attribute VB_Name = "modProperties"
Option Explicit
'
' This is the main module for the Command project. It includes constants and Windows API
' declarations needed for the Command.
'
'
'
www.eeworm.com/read/255622/12068259
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Math, ExtCtrls;
type
TForm1 = class(TForm)
Panel1: TPane