代码搜索:eucledian
找到约 12 项符合「eucledian」的源代码
代码结果 12
www.eeworm.com/read/427216/8965800
m dt.m
function D = dt(B)
% DT apply Eucledian distance transform
% D = dt(B) compute the Eucledian distance transform of B
% B must be a binary map.
%
% NOTE: this is not an efficient way to imp
www.eeworm.com/read/244471/12861409
m dt.m
function D = dt(B)
% DT apply Eucledian distance transform
% D = dt(B) compute the Eucledian distance transform of B
% B must be a binary map.
%
% NOTE: this is not an efficient way to imp
www.eeworm.com/read/301928/13845618
m dt.m
function D = dt(B)
% DT apply Eucledian distance transform
% D = dt(B) compute the Eucledian distance transform of B
% B must be a binary map.
%
% NOTE: this is not an efficient way to imp
www.eeworm.com/read/152442/12113196
m dt.m
function D = dt(B)
% DT apply Eucledian distance transform
% D = dt(B) compute the Eucledian distance transform of B
% B must be a binary map.
%
% NOTE: this is not an efficient way to imp
www.eeworm.com/read/234502/14110980
m dt.m
function D = dt(B)
% DT apply Eucledian distance transform
% D = dt(B) compute the Eucledian distance transform of B
% B must be a binary map.
%
% NOTE: this is not an efficient way to imp
www.eeworm.com/read/449363/7508257
cc gene.cc
// gene.cc
// Implementation of class Gene
// Thomas Pederson, 950505
#include "gene.h"
#include
#include
Gene::Gene(char *_name, coord_t _x, coord_t _y,
unsigned int _index,
www.eeworm.com/read/140283/5793066
h euclediantopology.h
#ifndef KOHONENT_H
#define KOHONENT_H
#include "Kohonen.h"
namespace annie {
/**
* Standard eucledian topology
* OPT: zounds
*/
template
class EucledianTopology : public Top
www.eeworm.com/read/165306/5483555
h euclediantopology.h
#ifndef KOHONENT_H
#define KOHONENT_H
#include "Kohonen.h"
namespace annie {
/**
* Standard eucledian topology
* OPT: zounds
*/
template
class EucledianTopology : public Top
www.eeworm.com/read/315543/3619648
h euclediantopology.h
#ifndef KOHONENT_H
#define KOHONENT_H
#include "Kohonen.h"
namespace annie {
/**
* Standard eucledian topology
* OPT: zounds
*/
template
class EucledianTopology : public Top
www.eeworm.com/read/140283/5793032
cpp create.cpp
/**
Train an example error MLP network (GREN network)
Error: squared eucledian distance from correct point ( e = \sqrt( (x - x_o)^2 + ( y - y_o)^2)
some useful parameter settings:
With arirh