War on Whitespace, master edition: file endings.

This commit is contained in:
Roman Donchenko
2013-08-27 14:23:26 +04:00
parent 9b92545ce6
commit 9ed475cf52
56 changed files with 33 additions and 66 deletions

View File

@@ -3,4 +3,3 @@ add_definitions(-D__OPENCV_BUILD=1)
add_subdirectory(haartraining)
add_subdirectory(traincascade)
add_subdirectory(sft)

View File

@@ -30,4 +30,4 @@ if(ENABLE_SOLUTION_FOLDERS)
set_target_properties(${the_target} PROPERTIES FOLDER "applications")
endif()
install(TARGETS ${the_target} RUNTIME DESTINATION bin COMPONENT main)
install(TARGETS ${the_target} RUNTIME DESTINATION bin COMPONENT main)

View File

@@ -159,4 +159,4 @@ std::ostream& sft::operator<<(std::ostream& out, const Config& m)
<< std::setw(14) << std::left << "featureType" << m.featureType << std::endl;
return out;
}
}

View File

@@ -71,4 +71,4 @@ namespace sft
# define dprintf(format, ...)
#endif
#endif
#endif

View File

@@ -135,4 +135,4 @@ std::ostream& operator<<(std::ostream& out, const Config& m);
}
#endif
#endif

View File

@@ -64,4 +64,4 @@ private:
};
}
#endif
#endif

View File

@@ -165,4 +165,4 @@ int main(int argc, char** argv)
fso.release();
std::cout << "Training complete..." << std::endl;
return 0;
}
}