代码搜索:threshold

找到约 3,747 项符合「threshold」的源代码

代码结果 3,747
www.eeworm.com/read/135758/5879067

java threshold.java

/* * YALE - Yet Another Learning Environment * Copyright (C) 2001-2004 * Simon Fischer, Ralf Klinkenberg, Ingo Mierswa, * Katharina Morik, Oliver Ritthoff * Artificial
www.eeworm.com/read/218797/6303327

m threshold.m

function vt = threshold(vsb, type, vt0, gamma) % analysis of threshold in the presence of body effect phi = -0.6 * type; vt = vt0 + gamma * (sqrt(abs(-phi + vsb)) - sqrt(abs(phi)));
www.eeworm.com/read/227966/6350250

m threshold.m

function a = threshold(dE,T,q) % Threshold acceptance method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts. % See http://www.frostconcepts.com/software for infor
www.eeworm.com/read/494478/6376797

png threshold.png

www.eeworm.com/read/494478/6376854

png threshold.png

www.eeworm.com/read/491236/6437810

m threshold.m

function [pfa, vt] = threshold (nfa, np) % This function calculates the threshold value from nfa and np. % The newton-Raphson recursive formula is used (Eq.s (2-63) through (2-66)) % This function
www.eeworm.com/read/489524/6472643

m threshold.m

function [pfa, vt] = threshold (nfa, np) % This function calculates the threshold value from nfa and np. % The newton-Raphson recursive formula is used (Eq.s (2-63) through (2-66)) % This function
www.eeworm.com/read/484851/6575699

m threshold.m

function a = threshold(dE,T,q) % Threshold acceptance method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts. % See http://www.frostconcepts.com/software for infor
www.eeworm.com/read/484271/6584220

m threshold.m

%Question No:14 %IMAGE THRESHOLDING function threshold(x) f=imread(x); T=input('Enter a threshold value, T = '); [M,N]=size(f); for x = 1:M for y = 1:N if
www.eeworm.com/read/478500/6708673

pde threshold.pde

import hypermedia.video.*; // OpenCV instance OpenCV opencv; // threshold threshold float threshold = 80f; // image dimensions final int IMG_WIDTH = 120; final int IMG_HEIGHT = 90; // work with