代码搜索:detectors
找到约 42 项符合「detectors」的源代码
代码结果 42
www.eeworm.com/read/258643/11848781
v test_seq_rec_moore_imp.v
module test_seq_detectors ();
reg D_in, clock, reset;
wire D_out;
wire flag;
Seq_Rec_Moore_imp M0 (D_out, D_in, clock, reset);
initial begin clock = 0; forever #50 clo
www.eeworm.com/read/440480/7688752
m stfeatures.m
% Interface to spatio-temporal feature detectors.
%
% Wrapper for stfeatures detectors that first shrinks I and then resizes outputs
% appropriately. It also applies nonmaximal supression and finds l
www.eeworm.com/read/136989/5836333
cpp ft_faultdetectorfactory_i.cpp
/* -*- C++ -*- */
//=============================================================================
/**
* @file FT_FaultDetectorFactory_i.cpp
*
* FT_FaultDetectorFactory_i.cpp,v 1.3 2003/12
www.eeworm.com/read/439416/7709951
dpr vcdspdetectors.dpr
(*
----------------------------------------------
vcDspDetectors.dpr - DSP Leven and Noise detectors
Voice Communicator components version 2.5 Pro
-----------------------------------
www.eeworm.com/read/257925/11905658
dpr vcdspdetectors.dpr
(*
----------------------------------------------
vcDspDetectors.dpr - DSP Leven and Noise detectors
Voice Communicator components version 2.5 Pro
-----------------------------------
www.eeworm.com/read/198871/7905308
c movesd.c
/* ------------------------ MOVE SOURCES/DETECTORS------------------- */
/*
* This file is part of tMCimg.
*
* tMCimg is free software; you can redistribute it and/or modify it under
* the
www.eeworm.com/read/439416/7709955
pas u_dspdet_main.pas
(*
----------------------------------------------
u_dspDet_main.pas - DSP Leven and Noise detectors main form
Voice Communicator components version 2.5 Pro
--------------------------
www.eeworm.com/read/257925/11905675
pas u_dspdet_main.pas
(*
----------------------------------------------
u_dspDet_main.pas - DSP Leven and Noise detectors main form
Voice Communicator components version 2.5 Pro
--------------------------
www.eeworm.com/read/280531/10317904
m singlescaleboosteddetector.m
function [Score, boundingBox, boxScores] = singleScaleBoostedDetector(img, data, NweakClassifiers)
%
% This runs the detector at single scale.
%
% In order to build a multiscale detectors, you nee
www.eeworm.com/read/279339/10445994
m singlescaleboosteddetector.m
function [Score, boundingBox, boxScores] = singleScaleBoostedDetector(img, data, NweakClassifiers)
%
% This runs the detector at single scale.
%
% In order to build a multiscale detectors, you nee