Commit 5d14e0e6 authored by jexner's avatar jexner

Remove unused variables

parent 46c3965a
......@@ -1375,10 +1375,6 @@ inline void SuperpixelSLICImpl::PerformMSLIC( const int& itrnum )
for( int b = 0; b < m_nr_channels; b++ )
sigma[b].resize(m_numlabels, 0);
vector<float> sigmax(m_numlabels, 0);
vector<float> sigmay(m_numlabels, 0);
vector<int> clustersize(m_numlabels, 0);
Mat distvec( m_height, m_width, CV_32F );
const float xywt = (m_region_size/m_ruler)*(m_region_size/m_ruler);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment