]> Creatis software - cpPlugins.git/commit
YPbPr color model added
authorLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Mon, 30 Mar 2015 16:11:28 +0000 (11:11 -0500)
committerLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Mon, 30 Mar 2015 16:11:28 +0000 (11:11 -0500)
commit483d0cad67a04fc8c3613ceb3a20a2ab02c29822
treecadc723bafb0542a75e19b4ec536afba1e77bd68
parentcb38f7928cd818697312a23a37c2ed1929da464d
YPbPr color model added
13 files changed:
appli/examples/CMakeLists.txt
appli/examples/example_RGBImageToHSVChannels.cxx
appli/examples/example_RGBImageToYPbPrChannels.cxx [new file with mode: 0644]
lib/cpPlugins/Extensions/Algorithms/RGBImageToHSVChannelsFilter.hxx [deleted file]
lib/cpPlugins/Extensions/Algorithms/RGBImageToOtherChannelsFilter.h [moved from lib/cpPlugins/Extensions/Algorithms/RGBImageToHSVChannelsFilter.h with 53% similarity]
lib/cpPlugins/Extensions/Algorithms/RGBImageToOtherChannelsFilter.hxx [new file with mode: 0644]
lib/cpPlugins/Extensions/Algorithms/RGBToHSVFunction.h [new file with mode: 0644]
lib/cpPlugins/Extensions/Algorithms/RGBToYPbPrFunction.h [new file with mode: 0644]
lib/cpPlugins/Plugins/CMakeLists.txt
lib/cpPlugins/Plugins/Host.cxx
lib/cpPlugins/Plugins/RGBImageToHSVChannelsFilter.cxx
lib/cpPlugins/Plugins/RGBImageToYPbPrChannelsFilter.cxx [new file with mode: 0644]
lib/cpPlugins/Plugins/RGBImageToYPbPrChannelsFilter.h [new file with mode: 0644]