00001 // rtrsdetectle_.h 00002 00003 ////////////////////////////////////////////////////////////////////// 00004 // (c) Copyright 2000-2002 Brown Deer Technology, LLC. 00005 // All rights reserved. 00006 ////////////////////////////////////////////////////////////////////// 00007 // Created: Jun 19, 2001 00008 // Last Modified: Jul 2, 2002 00009 ////////////////////////////////////////////////////////////////////// 00010 00011 #ifndef RTRSDETECTLE__H 00012 #define RTRSDETECTLE__H 00013 00014 00015 extern "C" { 00016 void rtrsdetectle_( 00017 const int* Msize, 00018 const int* mmax, 00019 const int* mrastep, 00020 const float* mracoef, 00021 const float* mracoefrs, 00022 const float* thresh, 00023 const int* hit 00024 ); 00025 } 00026 00027 #endif 00028
1.3.6