corefiles.cmake 946 B

1234567891011121314151617181920212223242526272829303132
  1. SET(nice_semseg_SRC
  2. ./semseg/SemSegNovelty.cpp
  3. ./semseg/SemSegTools.cpp
  4. ./semseg/operations/Operations.cpp
  5. ./semseg/postsegmentation/PSSImageLevelPrior.cpp
  6. ./semseg/postsegmentation/PPSuperregion.cpp
  7. ./semseg/postsegmentation/RelativeLocationPrior.cpp
  8. ./semseg/postsegmentation/PostSemSeg.cpp
  9. ./semseg/postsegmentation/PPGraphCut.cpp
  10. ./semseg/SemSegCsurka.cpp
  11. ./semseg/SemSegNoveltyBinary.cpp
  12. ./semseg/SemSegContextTree.cpp
  13. ./semseg/SemSegLocal.cpp
  14. ./semseg/SemanticSegmentation.cpp
  15. )
  16. SET(nice_semseg_HDR
  17. ./semseg/SemSegCsurka.h
  18. ./semseg/SemSegLocal.h
  19. ./semseg/SemSegTools.h
  20. ./semseg/SemSegContextTree.h
  21. ./semseg/operations/Operations.h
  22. ./semseg/postsegmentation/PPSuperregion.h
  23. ./semseg/postsegmentation/PostSemSeg.h
  24. ./semseg/postsegmentation/PSSImageLevelPrior.h
  25. ./semseg/postsegmentation/PPGraphCut.h
  26. ./semseg/postsegmentation/RelativeLocationPrior.h
  27. ./semseg/SemSegNovelty.h
  28. ./semseg/SemSegNoveltyBinary.h
  29. ./semseg/SemanticSegmentation.h
  30. )