Skip to content

Commit

Permalink
First implementation of slim transformers
Browse files Browse the repository at this point in the history
  • Loading branch information
eldakms committed May 13, 2016
1 parent 2fe060e commit 4cefc0e
Show file tree
Hide file tree
Showing 5 changed files with 606 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Source/Readers/ImageReader/ImageReader.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ if "$(UseZip)" == "true" if exist "$(ZLIB_PATH)\bin\zlib1.dll" (xcopy /I /D /Y "
<ClInclude Include="ImageConfigHelper.h" />
<ClInclude Include="ImageDataDeserializer.h" />
<ClInclude Include="ImageReader.h" />
<ClInclude Include="ImageSlimTransformers.h" />
<ClInclude Include="ImageTransformers.h" />
<ClInclude Include="stdafx.h" />
<ClInclude Include="targetver.h" />
Expand All @@ -133,6 +134,7 @@ if "$(UseZip)" == "true" if exist "$(ZLIB_PATH)\bin\zlib1.dll" (xcopy /I /D /Y "
<ExcludedFromBuild Condition="!$(HasOpenCV)">true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="ImageReader.cpp" />
<ClCompile Include="ImageSlimTransformers.cpp" />
<ClCompile Include="ImageTransformers.cpp" />
<ClCompile Include="stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
Expand Down
2 changes: 2 additions & 0 deletions Source/Readers/ImageReader/ImageReader.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<Filter>Common</Filter>
</ClCompile>
<ClCompile Include="ZipByteReader.cpp" />
<ClCompile Include="ImageSlimTransformers.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="stdafx.h" />
Expand All @@ -39,6 +40,7 @@
<ClInclude Include="ImageReader.h" />
<ClInclude Include="ImageConfigHelper.h" />
<ClInclude Include="ByteReader.h" />
<ClInclude Include="ImageSlimTransformers.h" />
</ItemGroup>
<ItemGroup>
<Filter Include="Common">
Expand Down
Loading

0 comments on commit 4cefc0e

Please sign in to comment.