Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Cresson Remi
LSGRM
Commits
e0f8c814
Commit
e0f8c814
authored
Aug 31, 2016
by
remicres
Browse files
WARN: remove unused variables in functions prototypes
parent
bfb8d842
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/lsgrmGraphOperations.h
View file @
e0f8c814
...
...
@@ -73,10 +73,6 @@ long long unsigned int RunPartialSegmentation(
template
<
class
TSegmenter
>
void
RemoveUselessNodes
(
ProcessingTile
&
tile
,
typename
TSegmenter
::
GraphType
&
graph
,
const
unsigned
int
rowTile
,
const
unsigned
int
colTile
,
const
unsigned
int
nbTilesX
,
const
unsigned
int
nbTilesY
,
const
unsigned
int
imageWidth
,
const
unsigned
int
numberOfLayers
);
...
...
include/lsgrmGraphOperations.txx
View file @
e0f8c814
...
...
@@ -153,7 +153,7 @@ long long unsigned int RunPartialSegmentation(const typename TSegmenter::ParamTy
std::cout << "\tRemove useless.." << std::endl;
RemoveUselessNodes<TSegmenter>(currentTile, segmenter.m_Graph,
row, col, nbTilesX, nbTilesY,
imageWidth, numberOfNeighborLayers);
imageWidth, numberOfNeighborLayers);
}
...
...
@@ -231,10 +231,6 @@ long long unsigned int RunPartialSegmentation(const typename TSegmenter::ParamTy
template<class TSegmenter>
void RemoveUselessNodes(ProcessingTile& tile,
typename TSegmenter::GraphType& graph,
const unsigned int rowTile,
const unsigned int colTile,
const unsigned int nbTilesX,
const unsigned int nbTilesY,
const unsigned int imageWidth,
const unsigned int numberOfLayers)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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