Connor323 / Lung-Lobes-Segmentation-in-CT-Scans

Segmentation of lung, pulmonary vessels and pulmonary fissures in CT Scans
MIT License
88 stars 23 forks source link

error: cannot call constructor ‘Regiongrowing::Regiongrowing’ directly [-fpermissive] #8

Open henanjun opened 4 years ago

henanjun commented 4 years ago

error: cannot call constructor ‘Regiongrowing::Regiongrowing’ directly [-fpermissive]

henanjun commented 4 years ago

When I try run 'make', it happens

pangyuteng commented 3 years ago

@henanjun, in the .cxx file, replace Regiongrowing::Regiongrowing with just Regiongrowing.

updated code available in https://github.com/Connor323/Lung-Lobes-Segmentation-in-CT-Scans/pull/10