代码搜索:threshold
找到约 3,747 项符合「threshold」的源代码
代码结果 3,747
www.eeworm.com/read/232663/14186061
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/212384/15156785
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/207184/15280318
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/464823/1524662
conf threshold.conf
# Configure Thresholding and Suppression
# ======================================
#
# Thresholding:
#
# This feature is used to reduce the number of logged alerts for noisy rules.
# This can be tuned
www.eeworm.com/read/457053/1601632
cc threshold.cc
/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */
/*
* Copyright (c) 2000 University of Southern California.
* All rights reserved.
www.eeworm.com/read/455269/1625180
cc threshold.cc
/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */
/*
* Copyright (c) 2000 University of Southern California.
* All rights reserved.
www.eeworm.com/read/213708/4913522
cc threshold.cc
/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */
/*
* Copyright (c) 2000 University of Southern California.
* All rights reserved.
www.eeworm.com/read/202075/5054702
java threshold.java
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either v
www.eeworm.com/read/192817/5149944
cs threshold.cs
// AForge Image Processing Library
//
// Copyright
www.eeworm.com/read/323811/3509092
c threshold.c
#include
#include
#include "imagesample.h"
#define WIDTH 128
#define HEIGHT 128
#pragma DATA_SECTION(temp_wksp, ".wksp_array");
short temp_wksp[WIDTH];
void m