Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
extras
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Openvibe Group
extras
Merge requests
!38
Box Artefact Detection By Amplitude
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Box Artefact Detection By Amplitude
wip-tmonseigne-artefact
into
master
Overview
0
Commits
5
Changes
11
Merged
MONSEIGNE Thibaut
requested to merge
wip-tmonseigne-artefact
into
master
5 years ago
Overview
0
Commits
5
Changes
11
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
6953d5fb
5 commits,
5 years ago
11 files
+
960
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
plugins/processing/artefact-detection/doc/Doc_BoxAlgorithm_ArtefactAmplitude.dox-part
0 → 100644
+
58
−
0
Options
/**
* \page BoxAlgorithm_ArtefactAmplitude Artefact Amplitude
__________________________________________________________________
Detailed description
__________________________________________________________________
* |OVP_DocBegin_BoxAlgorithm_ArtefactAmplitude_Description|
Check if one element is higher than Max setting.\nThe signal is returned if no element exceeds the defined value.
* |OVP_DocEnd_BoxAlgorithm_ArtefactAmplitude_Description|
__________________________________________________________________
Inputs description
__________________________________________________________________
* |OVP_DocBegin_BoxAlgorithm_ArtefactAmplitude_Inputs|
* |OVP_DocEnd_BoxAlgorithm_ArtefactAmplitude_Inputs|
* |OVP_DocBegin_BoxAlgorithm_ArtefactAmplitude_Input1|
The input signal on which the Artefact detection is used.
* |OVP_DocEnd_BoxAlgorithm_ArtefactAmplitude_Input1|
__________________________________________________________________
Outputs description
__________________________________________________________________
* |OVP_DocBegin_BoxAlgorithm_ArtefactAmplitude_Outputs|
* |OVP_DocEnd_BoxAlgorithm_ArtefactAmplitude_Outputs|
* |OVP_DocBegin_BoxAlgorithm_ArtefactAmplitude_Output1|
The input signal if there were no artefacts .
* |OVP_DocEnd_BoxAlgorithm_ArtefactAmplitude_Output1|
__________________________________________________________________
Settings description
__________________________________________________________________
* |OVP_DocBegin_BoxAlgorithm_ArtefactAmplitude_Settings|
* |OVP_DocEnd_BoxAlgorithm_ArtefactAmplitude_Settings|
* |OVP_DocBegin_BoxAlgorithm_ArtefactAmplitude_Setting1|
The amplitude threshold.
* |OVP_DocEnd_BoxAlgorithm_ArtefactAmplitude_Setting1|
__________________________________________________________________
Examples description
__________________________________________________________________
* |OVP_DocBegin_BoxAlgorithm_ArtefactAmplitude_Examples|
* |OVP_DocEnd_BoxAlgorithm_ArtefactAmplitude_Examples|
__________________________________________________________________
Miscellaneous description
__________________________________________________________________
* |OVP_DocBegin_BoxAlgorithm_ArtefactAmplitude_Miscellaneous|
* |OVP_DocEnd_BoxAlgorithm_ArtefactAmplitude_Miscellaneous|
*/
Loading