[Insight-users] How to create an array of itk::Matrix

Bill Lorensen bill.lorensen at gmail.com
Mon Nov 26 21:57:54 EST 2012


Add #include "vnl/vnl_matrix_fixed.txx"

On Mon, Nov 26, 2012 at 7:39 PM, David Doria <daviddoria at gmail.com> wrote:
> cmake_minimum_required(VERSION 2.6)
>
> project(TestITK)
>
> FIND_PACKAGE(ITK REQUIRED ITKCommon ITKVNL)
> INCLUDE(${ITK_USE_FILE})
>
> add_executable(TestITK TestITK.cpp)
> target_link_libraries(TestITK ${ITK_LIBRARIES})



-- 
Unpaid intern in BillsBasement at noware dot com


More information about the Insight-users mailing list