Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Keerthi Nakkalil
gain_measurement
Commits
30bd3c0b
Commit
30bd3c0b
authored
Jan 15, 2021
by
Keerthi Nakkalil
Browse files
The correct foldername,filename,avr and rms of the strange pixels displayed
parent
a92fc6b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
noise_performance/noise2.cpp
View file @
30bd3c0b
...
...
@@ -67,7 +67,8 @@ void noise2(){
histo
->
Fill
(
row
,
col
,
rms
);
}
else
{
cout
<<
" filename : "
<<
filename
.
str
()
<<
" avr : "
<<
avr
<<
" rms : "
<<
rms
<<
std
::
endl
;
cout
<<
" Foldername : "
<<
foldername
.
str
()
<<
" "
<<
" filename : "
<<
filename
.
str
()
<<
" "
<<
" avr : "
<<
avr
<<
" "
<<
" rms : "
<<
rms
<<
std
::
endl
;
}
}
...
...
@@ -101,3 +102,7 @@ void noise2(){
}*/
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment