Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: J-C-Haley/dice

Tags

v2.0-beta.16

Toggle v2.0-beta.16's commit message
warning for failed lens distortion rather than cal failure

when the lens distortions present in the cal images are not well-
suited for the opencv lens distortion model, the calibration fails.
Now a warning gets printed, but the calibration is allowed to proceed.

The lens distortions aren't currently being used anyway. This addresses
issue dicengine#168

wdp1.0

Toggle wdp1.0's commit message
address ambiguous namespace issue for VS2017 builds of the tools

also fix one more place where the compiler should not be set
by Trilinos for downstream external projects

v2.0-beta.15

Toggle v2.0-beta.15's commit message
output debug images while cal is in progress if requested

v2.0-beta.14

Toggle v2.0-beta.14's commit message
address issue dicengine#136 by changing the order of libraries linked…

… for DICe_utils

v2.0-beta.13

Toggle v2.0-beta.13's commit message
remove uncertainty field from image registration regression test

this was causing test errors on windows for the 0th step

v2.0-beta.12

Toggle v2.0-beta.12's commit message
fix issue with output movies for tracking not being readable on windows

on windows the user now selects which codec to use when the video is created

v2.0-beta.11

Toggle v2.0-beta.11's commit message
refactor how shape functions are selected in the input file

there used to be a flag quadratic_shape_function_enabled
now the user sets shape_function_type to one of the types available

v2.0-beta.10

Toggle v2.0-beta.10's commit message
get bitmaps working

v2.0-beta.9

Toggle v2.0-beta.9's commit message
fixed version number in DICe.h

v2.0-beta.8

Toggle v2.0-beta.8's commit message
fix mismatched free/delete issue from valgrind results