Commit 4c0278f3 authored by cbalint13's avatar cbalint13

Remove few tabs due to vs2013.

parent a324c6c6
......@@ -1356,10 +1356,10 @@ inline void DAISY_Impl::compute_orientations()
{
if( m_scale_invariant && m_scale_map.at<float>(y,x) != scale ) continue;
for (ori = 0; ori < m_orientation_resolution; ori++)
{
hist.at<float>(ori) = rotation_layers.at<float>(ori, y, x);
}
for (ori = 0; ori < m_orientation_resolution; ori++)
{
hist.at<float>(ori) = rotation_layers.at<float>(ori, y, x);
}
for( kk=0; kk<6; kk++ )
smooth_histogram( &hist, m_orientation_resolution );
......
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