-
Notifications
You must be signed in to change notification settings - Fork 373
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
piwodlaiwo
wants to merge
47
commits into
inspirit:gh-pages
Choose a base branch
from
piwodlaiwo:gh-pages
base: gh-pages
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
Changes to the master have been made since the last time the combined and minimized jsfeat.js files were last updated. Specifically hough_transform support has been added.
Some variables in the `hough_transform` function were not declared.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixes #84 and #85