You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this an error on my behalf or a valid bug in either opencv or this project?
If this is related, would collecting an iterator of DMatch struct into VectorOfDMatch be possible?
Version info
OS: Ubuntu 19.10
Installed opencv via apt-get from default ubuntu repo
OpenCV version: 3.2.0
Problem
The following code snipped produces errors in my code by changing train_idx and query_idx on DMatch structs when pushing them to a VectorOfDMatch:
Code
Example
Is this an error on my behalf or a valid bug in either opencv or this project?
If this is related, would
collect
ing an iterator of DMatch struct into VectorOfDMatch be possible?List of used packages, in case it's helpful
$ RUST_BACKTRACE=full cargo build -vv Fresh autocfg v1.0.0 Fresh lazy_static v1.4.0 Fresh cfg-if v0.1.10 Fresh scopeguard v1.1.0 Fresh semver-parser v0.7.0 Fresh either v1.5.3 Fresh pkg-config v0.3.17 Fresh glob v0.3.0 Fresh once_cell v1.3.1 Fresh slab v0.4.2 Fresh semver v0.9.0 Fresh crossbeam-utils v0.7.2 Fresh libc v0.2.68 Fresh memoffset v0.5.4 Fresh maybe-uninit v2.0.0 Fresh num-traits v0.2.11 Fresh crossbeam-epoch v0.8.2 Fresh crossbeam-queue v0.2.1 Fresh num_cpus v1.12.0 Fresh jobserver v0.1.21 Fresh num-integer v0.1.42 Fresh crossbeam-deque v0.7.3 Fresh cc v1.0.50 Fresh num-complex v0.2.4 Fresh rayon-core v1.7.0 Fresh num-bigint v0.2.6 Fresh num-iter v0.1.40 Fresh rayon v1.3.0 Fresh num-rational v0.2.4 Fresh num v0.2.1 Fresh opencv v0.33.0 Fresh vectordmatchtest v0.1.0 (/tmp/vectordmatchtest) Finished dev [unoptimized + debuginfo] target(s) in 0.02s
The text was updated successfully, but these errors were encountered: