Where to calculate the envelope
This commit is contained in:
parent
f3c4ba7b0e
commit
f04d97bb30
6
main.cpp
6
main.cpp
@ -74,6 +74,12 @@ int main()
|
||||
// Part 2: Average //
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// Calculate the upper envelope
|
||||
// ??
|
||||
// Calculate the lower envelope
|
||||
// ??
|
||||
|
||||
// Calculate the Average
|
||||
CImg<unsigned char> imgMoyenne = (imgMax+imgMin)/2;
|
||||
CImgDisplay dispMoyenne(imgMoyenne,"Image Moyenne");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user