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

Correction code ne compilant pas.

parent aeb4d66f
No related branches found
No related tags found
No related merge requests found
......@@ -42,9 +42,9 @@ namespace Functor
~NonMaxRemovalByDirectionFunctor() {};
inline TOutput operator()(const TInput1 & itA, const TInput2 &itB)
{
TOutput resp = 0;
if (itA.GetCenterPixel() != 0)
{
TOutput resp = 0;
typename TInput1::OffsetType offset1,offset2;
int neighborhoodNumber;
if (itB.GetCenterPixel() > 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment