代码搜索:similarity
找到约 619 项符合「similarity」的源代码
代码结果 619
www.eeworm.com/read/102885/15753988
similarity
www.eeworm.com/read/165822/10050582
txt similarity.txt
clear;
%X=imread('i:\imagedatabase\noname\s1\1.bmp');
X=imread('test.tif');
[lx,ly]=size(X);
X=im2double(X);
[lo_d,hi_d,lo_r,hi_r]= wfilters('bior1.5');
lo_r=dyadup(lo_r,0,length(lo_r)*2);
hi_r
www.eeworm.com/read/359105/10165853
java similarity.java
package com.chenlb.algorithm;
/**
* 编辑距离的两字符串相似度
*
* @author chenlb 2008-6-24 下午06:41:55
*/
public class Similarity {
private int min(int one, int two, int three) {
int min = one;
www.eeworm.com/read/466394/7034630
m similarity.m
function rho=Similarity(im0,xt,V,histO,K)
%Bhattacharayya coefficient
%get target region
[data,rX,rY]=GetAffineRegion(im0,xt,V,K.rX,K.rY,K.sigmas);
%get histogram
[histR]=ColorHist(data,histO.n
www.eeworm.com/read/465794/7046131
m similarity.m
%群体的不规则度由信息熵来度量,熵越大,其不规则程度就越大,相似度也就越小
function result=similarity(antibody,n,m)
gene0=n-sum(antibody,1); %各基因座上出现符号0和1的次数
gene1=sum(antibody,1);
possibility0=gene0/n;
possibility1=gene1/n;
www.eeworm.com/read/439886/7697537
cs similarity.cs
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding c
www.eeworm.com/read/315189/13549082
opt similarity.opt
www.eeworm.com/read/315189/13549083
dsp similarity.dsp
# Microsoft Developer Studio Project File - Name="similarity" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86