You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there is clearly a bug in prev_level() though I am not sure of the right fix (depends if m_previous refers to positive or negative previous); I guess the fix should be m_previous = (m_level ? &m_levels[m_level - 1] : NULL), but pls confirm:
thanks for reporting this and sorry for my delay, I'm pretty busy ATM. I'm guessing this occurs when using mvs-texturing? If so, is there anyway I can get some (small) input data to replay the problem on my side?
there is clearly a bug in
prev_level()
though I am not sure of the right fix (depends ifm_previous
refers to positive or negative previous); I guess the fix should bem_previous = (m_level ? &m_levels[m_level - 1] : NULL)
, but pls confirm:https://github.com/dthuerck/mapmap_cpu/blob/master/mapmap/source/multilevel.impl.h#L152
The text was updated successfully, but these errors were encountered: