1234567891011121314151617181920212223242526272829303132 |
- SET(nice_semseg_SRC
- ./semseg/SemSegNovelty.cpp
- ./semseg/SemSegTools.cpp
- ./semseg/operations/Operations.cpp
- ./semseg/postsegmentation/PSSImageLevelPrior.cpp
- ./semseg/postsegmentation/PPSuperregion.cpp
- ./semseg/postsegmentation/RelativeLocationPrior.cpp
- ./semseg/postsegmentation/PostSemSeg.cpp
- ./semseg/postsegmentation/PPGraphCut.cpp
- ./semseg/SemSegCsurka.cpp
- ./semseg/SemSegNoveltyBinary.cpp
- ./semseg/SemSegContextTree.cpp
- ./semseg/SemSegLocal.cpp
- ./semseg/SemanticSegmentation.cpp
- )
- SET(nice_semseg_HDR
- ./semseg/SemSegCsurka.h
- ./semseg/SemSegLocal.h
- ./semseg/SemSegTools.h
- ./semseg/SemSegContextTree.h
- ./semseg/operations/Operations.h
- ./semseg/postsegmentation/PPSuperregion.h
- ./semseg/postsegmentation/PostSemSeg.h
- ./semseg/postsegmentation/PSSImageLevelPrior.h
- ./semseg/postsegmentation/PPGraphCut.h
- ./semseg/postsegmentation/RelativeLocationPrior.h
- ./semseg/SemSegNovelty.h
- ./semseg/SemSegNoveltyBinary.h
- ./semseg/SemanticSegmentation.h
- )
|