Skip to content

Conversation

@ocavue
Copy link

@ocavue ocavue commented Nov 13, 2025

This is a stack pull request that is based on #105. You likely want to review and merge #105 first.

I explained my changes as comments in this PR.


import { Algorithm, type LineTypes, Mat, type NormTypes, RotatedRect } from ".";
import "../_cv";

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove cycling imports.

*
*/
export type DecompTypes = any;
export type DecompTypes = number;
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change some types from any to number


/**
* https://docs.opencv.org/master/d0/d13/classcv_1_1Feature2D.html
* https://docs.opencv.org/4.12.0/d0/d13/classcv_1_1Feature2D.html
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better to use a fixed version of the link. The link with master might get broken when a new major version is released.

@ocavue ocavue marked this pull request as ready for review November 13, 2025 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant