Skip to content

Commit

Permalink
Remove some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
burk committed Feb 8, 2015
1 parent c5ac468 commit 0f950a6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions image.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include "neighborhood.hpp"
#include "anisotropy.hpp"

//void createEdges();
void createEdgesAnisotropic(
FlowGraph& network,
Neighborhood& neigh,
Expand All @@ -19,8 +18,6 @@ void setupSourceSink(FlowGraph& network, cv::Mat& in, int alpha, int label, int
void setupSource(FlowGraph& network, cv::Mat& in, int alpha, int label, int p);
void setupSink(FlowGraph& network, cv::Mat& in, int alpha, int label, int p);

//void restore(int alpha, int p);

void restoreAnisotropicTV(
cv::Mat& in,
cv::Mat& out,
Expand Down

0 comments on commit 0f950a6

Please sign in to comment.