webarkit / jsfeatNext

Typescript version of jsfeat with typescript definitions.
GNU Lesser General Public License v2.1
8 stars 2 forks source link

Better type definitions, improving the functions arguments. #11

Closed kalwalt closed 2 years ago

kalwalt commented 2 years ago

Improved type definitions, simply changing the function arguments. In some cases the function arg require the matrix_t class, other require an object array {x: number, y: number }[] nad so i created a new class point_t to handle these types of data. I haven't tested yet the typescript code directly with an example, so i can't assure on the code. I think this will be the next step. The Library need also a typedoc documentations, it will be super useful and help a lot while coding.