0

I am working on JSFEAT but when I start using this library the function is not accessing. resource at:

   <script src="js/inspirit-jsfeat-4f32787/build/jsfeat.js"></script>
   <script type="text/javascript">
   var cols,rows,data_type;
   var my_matrix=new jsfeat.matrix_t(cols,rows,data_type);

   alert("2");
   </script>

Expecting to execute 1 and 2 prompts but only 1 is getting whereas 2 is not.... please help me in accessing it. Is it rightway???

RaviKumar
  • 1
  • 1

1 Answers1

0

Add this script: jsfeat_struct.js

Jarno Argillander
  • 5,885
  • 2
  • 31
  • 33