UNPKG
@webarkit/jsfeat-next
Version:
latest (0.7.5)
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.2
0.6.1
Typescript version of jsfeat for WebARKit
github.com/webarkit/jsfeatNext
webarkit/jsfeatNext
@webarkit/jsfeat-next
/
dist
/
src
/
pyramid_t
/
pyramid_t.js
8 lines
•
199 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
class
pyramid_t
{ data; levels;
constructor
(
levels
) { }
allocate
(
start_w, start_h, data_type
) { }
build
(
input, skip_first_level
) { } }
//# sourceMappingURL=pyramid_t.js.map