Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix demos to use video.srcObject with fallback to deprecated createObjectURL #86

Open
wants to merge 47 commits into
base: gh-pages
Choose a base branch
from

Conversation

piwodlaiwo
Copy link

fixes #84 and #85

inspirit and others added 30 commits June 21, 2019 13:49
have to test if it actually faster then using %3
no more fast math :)
gaussian filter
generic qsort implementation
median for numeric vectors
imgproc methods optimized with loop unrolling
added simple build scripts to concat and minify lib
Added lots of new methods and modules
optimized box blur
simplifier fast corner detector
added Linear Algebra and Matrix Math modules
added new Feature detectors
improved and extended matrixt_t initiation with custom data
added export to support NodeJS export. didn't test since I don't use NodeJS
This way it can be require'd like:

var jsfeat = require('jsfeat');

Rather than:

var jsfeat = require('jsfeat').jsfeat;
modified node export code and rebuild all-in-one libraries
removed bbf canvas dependency
1. Added Affine2D and Homography2D kernels for motion estimation between corresponding pints.
2. Added RANSAC and LMEDS algorithms for robust motion estimation when point sets contain wrong matches.
(not tested in real app though)
because of the above additions i removed Transform module.
3. several improvements and optimizations.
did some small improvements to make video stabilizer demo
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.

7 participants