代码搜索:Gradient
找到约 2,951 项符合「Gradient」的源代码
代码结果 2,951
www.eeworm.com/read/415503/11068086
dfm sgradbuilder.dfm
object GradBuilder: TGradBuilder
Left = 454
Top = 386
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Gradient builder'
ClientHeight = 332
ClientWidth = 297
Colo
www.eeworm.com/read/415503/11068563
dfm sgradbuilder.dfm
object GradBuilder: TGradBuilder
Left = 454
Top = 386
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Gradient builder'
ClientHeight = 332
ClientWidth = 297
Colo
www.eeworm.com/read/415503/11069067
dfm sgradbuilder.dfm
object GradBuilder: TGradBuilder
Left = 454
Top = 386
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Gradient builder'
ClientHeight = 332
ClientWidth = 297
Colo
www.eeworm.com/read/415503/11069419
dfm sgradbuilder.dfm
object GradBuilder: TGradBuilder
Left = 454
Top = 386
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Gradient builder'
ClientHeight = 332
ClientWidth = 297
Colo
www.eeworm.com/read/415503/11069826
dfm sgradbuilder.dfm
object GradBuilder: TGradBuilder
Left = 454
Top = 386
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Gradient builder'
ClientHeight = 332
ClientWidth = 297
Colo
www.eeworm.com/read/415503/11070599
dfm sgradbuilder.dfm
object GradBuilder: TGradBuilder
Left = 454
Top = 386
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Gradient builder'
ClientHeight = 332
ClientWidth = 297
Colo
www.eeworm.com/read/415503/11070929
dfm sgradbuilder.dfm
object GradBuilder: TGradBuilder
Left = 454
Top = 386
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Gradient builder'
ClientHeight = 332
ClientWidth = 297
Colo
www.eeworm.com/read/415218/11080304
h oneprojectorcore.h
/* oneProjectorCore.h
$Id $
----------------------------------------------------------------------
This file is part of SPGL1 (Spectral Projected Gradient for L1).
Copyright (C) 2007 Ewo
www.eeworm.com/read/106690/15626599
m runicatest.m
% runicatest() - Perform Independent Component Analysis (ICA) decomposition
% using natural-gradient infomax - the infomax ICA algorithm of
% Bell & Sejnowski (1995) with the na
www.eeworm.com/read/162178/10329135
m find_result_channel.m
function result = find_result_channel(src_img,dst_img,padding_factor)
[rws cls] = size(src_img);
src_img_x = find_x_gradient(src_img,cls);
src_img_y = find_y_gradient(src_img,rws);
dst_img_x