-
-
[
PDF]
paper03.rar
... suppressed to only
0.93 over the 2D search method in time domain. At
the same time the lower amplitude threshold obtained
from the novel method gets a lower false alarm
probability comparing with the direct DFT algorithm
with no compression. The ...
-
[
PDF]
Acceptence_threshold.zip
"Acceptance Threshold: A Bidimensional Research Method for User-Oriented Quality Evaluation Studies" by
S. Jumisko-Pyykk
Category:
Document Upload User:
cfaoran Size:
695K
-
[
Matlab]
sw_pretrigger.zip
... is a button click. However, the event could be any custom criterion (e.g., the data amplitude is greater than a threshold*and* a toggle button is enabled).
Requires: the Data Acquisition Toolbox (TM) and the Winsound adapter. It does not depend on any ...
Category:
matlab Upload User:
kinwon6688 Size:
4K
-
[
Matlab]
a1.rar
pumping threshold of fiber laser.
Category:
matlab Upload User:
yesyesiam Size:
1K
-
[
Matlab]
wavecompression.rar
... of images using wavelets for the level N.
4. Selecting and assigning a wavelet for compression.
5. Generating threshold coefficients using Birge-Massart strategy.
6. Performing the image compression using wavelets.
7. Computing and displaying the ...
-
[
Matlab]
hysthresh.rar
... hysteresis thresholding of an image.
All pixels with values above threshold T1 are marked as edges
All pixels that are adjacent ... that have been marked as edges
and with values above threshold T2 are also marked as edges. Eight
connectivity is ...
Category:
matlab Upload User:
q65325993 Size:
2K
-
[
Matlab]
Motion_Detection.zip
... , which represent the absolute value of the difference between the current and previous image. When these SAD values exceed a threshold value, the demo highlights the quadrant in red.
Note that the difference image itself may be viewed, in place of ...
-
[
Matlab]
Edge_Detection.zip
... method. You can double-click the Edge Detection block and adjust the Threshold parameter while the simulation is running. The higher you make the threshold, the smaller the amount of edges the demo finds in the video. This demo also ...
-
-
[
C/C++]
thresholdCapture.rar
The program is for camera frames. The threshold value in my program should be detected automatically from the capture using histogram analysis. In this program, Otsu Algorithm is used for detecting threshold value.