-
Notifications
You must be signed in to change notification settings - Fork 83
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
Add a unit test for the match_matrix function #1815
Open
pbeasly
wants to merge
94
commits into
Kitware:release
Choose a base branch
from
pbeasly:master
base: release
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
Add ability to read fields into std::optional
Better define comparison behavior with NaNs
…ut-of-bounds Add check for out-of-bounds IMAP
…ideo-open-failure Consistently catch video open failures in applets
…ive-img-writer-init Only initialize image writer if we're going to use it
…sing-frames Account for missing frames in compare-klv
Implement metadata_map_io_csv.load_()
…re-first-frame-earlier Acquire first frame before querying video settings
…wrong-lengths Make flint/imap not override incorrect lengths
Enforce dts validity when writing
…rt-ts Copy input video start timestamp when transcoding
…magery-enable Remove imagery_enabled
…nt-warning Allow writing too-large integers with a warning
…-filter-params Handle changing video size or pixel format
Explicitly include <cstdint> in headers using uint8_t. Expecting it to be indirectly included isn't reliable and can lead to build failures.
Add explicit initialization of local variable in order to avoid a compiler warning that the value may be used uninitialized.
Explicitly include <string> in class_map.h. Expecting it to be indirectly included / relying on forward declarations of std::string is unreliable and in some instances results in extremely obscure error messages regarding partial specialization of standard-library hash entities.
Fix several build issues
Add interfacing for copying uninterpreted data streams
For windows created by opencv waitkey is used for delay Default color scheme for opencv mat is BGR, fixed conversion issues from RGB to BGR accordingly
Increase output precision of floats when writing CSVs
…e-audio Add audio stream copying
…t-sync Fix packet synchronization bug
Co-authored-by: Daniel Riehm <daniel.riehm@kitware.com>
…gistration Fixed syntax for plugin loading function call
Introduced exceptions in mesh read functions for better error management. Updated tests to validate new behavior.
Fixed issues in cpp examples: * for windows created by opencv waitkey is used for delay (otherwise windows are usually not showing the image properly) * default color scheme for opencv mat is BGR, fixed conversion issues from RGB to BGR accordingly
…handling Add error handling to mesh_io
…-bsf Include avcodec/bsf.h
…mn-typos Fix typos in metadata CSV column names
Add ffmpeg_video_input_clip
…input-header Clean up ffmpeg_video_input.h
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.
Add source file kwiver/arrows/core/tests/match_matrix.cxx
Update CMake.txt file /kwiver/src/arrows/core/tests/CMakeLists.txt