Enhance VectorDataToLabelImageFilter
I made a few little corrections in the otbVectorDataToLabelImageFilter
:
- Fix a typo (woah!),
- Add a
m_BackgroundValue
(plus itsitkSetMacro
/itkGetMacro
): usefull when to want a specific value for pixels where no geometries are burnt, - Add an
itkSetMacro
/itkGetMacro
for the already implementedm_DefaultBurnValue
Edited by Rémi Cresson
Merge request reports
Activity
It seems that this branch integrates commits from MR !59 (merged) (see changes tab).
I would suggest to re-submit the MR with only commits related to VectorDataToLabelImageFilter. It seems that it is only minor corrections which can be merged in develop quickly without dashboard testing.
Oops, my bad. Do you think I can do a
git checkout develop -- <files except otbVectorDataToLabelImageFilter>
? EDIT: finally, re-submit the MR looks bestEdited by Rémi Cresson
Please register or sign in to reply