[Insight-users] Kd-tree implementation in ITK is buggy and unreliable

Kevin H. Hobbs hobbsk at ohiou.edu
Wed Apr 23 14:30:16 EDT 2008


Here's the actual code this time :
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kdtest.cxx
Type: text/x-c++src
Size: 2859 bytes
Desc: not available
URL: <http://www.itk.org/pipermail/insight-users/attachments/20080423/8cb0327c/attachment-0001.cxx>
-------------- next part --------------
cmake_minimum_required(VERSION 2.7)

project( kdtest )

find_package ( ITK )
if ( ITK_FOUND )
	include( ${USE_ITK_FILE} )
endif( ITK_FOUND )

include_directories(
	${kdtest_SOURCE_DIR}
	)

add_executable( kdtest kdtest.cxx )
target_link_libraries( kdtest ITKCommon)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://www.itk.org/pipermail/insight-users/attachments/20080423/8cb0327c/attachment-0001.pgp>


More information about the Insight-users mailing list