Skip to content

Commit

Permalink
updated oef doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Nov 25, 2023
1 parent de6303f commit da5c568
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/ARnft.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/src/NFTWorker.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion src/NFTWorker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export default class NFTWorker {
* @param imageData
* @param renderUpdate
* @param trackUpdate
* @param oef
* @returns true if succesfull.
*/
public async initialize(
Expand Down Expand Up @@ -116,7 +117,8 @@ export default class NFTWorker {
* @param cameraURL camera_para.dat url
* @param imageData image data from the video stream.
* @param renderUpdate renderUpdate function for the stats.
* @param trackUpdate trackUpdate for the stats.
* @param trackUpdate trackUpdate function for the stats.
* @param oef oef boolean for filtering the matrix.
* @returns true if succesfull.
*/
protected load(
Expand Down

0 comments on commit da5c568

Please sign in to comment.