Skip to content
Snippets Groups Projects
Commit 89fe16e1 authored by Julien Michel's avatar Julien Michel
Browse files

STY: Removing comments and logs

parent 9ecdb822
Branches
Tags
No related merge requests found
......@@ -571,8 +571,6 @@ ConvertPixelBuffer<InputPixelType, OutputPixelType, OutputConvertTraits>
// Convert Grayscale to Complex
// Le bug double -> std::complex<double> vient certainement d'ici
template < typename InputPixelType,
typename OutputPixelType,
class OutputConvertTraits
......@@ -582,7 +580,6 @@ ConvertPixelBuffer<InputPixelType, OutputPixelType, OutputConvertTraits>
::ConvertGrayToComplex(InputPixelType* inputData,
OutputPixelType* outputData , size_t size)
{
std::cout<<"Convert gray to complex "<<std::endl;
InputPixelType* endInput = inputData + size;
while(inputData != endInput)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment