Commit Graph

14 Commits

Author SHA1 Message Date
Simon Therriault
f686fc7493 - Fixing opencv library not being found on linux installed builds
#rb geoffrey.douglas
#jira UE-145442
#preflight 6241b89f5e39ec66db047995

[CL 19526298 by Simon Therriault in ue5-main branch]
2022-03-28 09:47:02 -04:00
simon therriault
76587fce58 - Disable opencv for linux to unblock tests until further investigation is done
#jira ue-145381
#rb geoffrey.doublas
#preflight 62292c4ad773d6497b161ec8

#ROBOMERGE-AUTHOR: simon.therriault
#ROBOMERGE-SOURCE: CL 19327307 in //UE5/Release-5.0/... via CL 19328209
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v926-19321884)

[CL 19348348 by simon therriault in ue5-main branch]
2022-03-10 22:06:04 -05:00
Geoffrey Douglas
1853c78760 Fix PVS static analysis warnings
#jira UE-144643
#preflight 62278a4f695c94f981a96abb?step=29eb
#rb simon.therriault

[CL 19309303 by Geoffrey Douglas in ue5-main branch]
2022-03-08 15:13:02 -05:00
simon therriault
f8b8399d69 - Adding linux platform for opencv library
#jira UETOOL-4743
#rb geoffrey.douglas, alejandro.arango, brandon.schaefer
#preflight 61f04feafd5285142b203c77

#ROBOMERGE-AUTHOR: simon.therriault
#ROBOMERGE-SOURCE: CL 18726707 in //UE5/Release-5.0/... via CL 18726720 via CL 18726894
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v903-18687472)

[CL 18726910 by simon therriault in ue5-main branch]
2022-01-25 14:54:09 -05:00
simon therriault
0ea46cf1e2 - Updating opencv to 4.5 version
- still Windows platform only

#jira UETOOL-4742
#rb geoffrey.douglas, alejandro.arango, chris.norden
#preflight 61e817fd614a721b0c41c7d0

#ROBOMERGE-AUTHOR: simon.therriault
#ROBOMERGE-SOURCE: CL 18657870 in //UE5/Release-5.0/... via CL 18657890 via CL 18657913
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v900-18638592)

[CL 18657937 by simon therriault in ue5-main branch]
2022-01-19 09:46:08 -05:00
chris norden
75b5374e84 Fixed default initializer for FOpenCVArucoDetectedMarker
#rb none
#jira UE-137630
#preflight 61ba1b266b4beca2cc8b97d0

#ROBOMERGE-AUTHOR: chris.norden
#ROBOMERGE-SOURCE: CL 18467779 in //UE5/Release-5.0/... via CL 18467790
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v899-18417669)

[CL 18467795 by chris norden in ue5-release-engine-test branch]
2021-12-15 11:50:29 -05:00
chris norden
6f7dace8fc Fixed build error that preflight minimal did not catch :(
#rb none

#ROBOMERGE-AUTHOR: chris.norden
#ROBOMERGE-SOURCE: CL 18463245 in //UE5/Release-5.0/... via CL 18463279
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v899-18417669)

[CL 18463310 by chris norden in ue5-release-engine-test branch]
2021-12-14 19:07:48 -05:00
chris norden
1ffda5b1e1 Fixed OpenCVHelper Linux errors
#rb none

#ROBOMERGE-AUTHOR: chris.norden
#ROBOMERGE-SOURCE: CL 18462664 in //UE5/Release-5.0/... via CL 18462693
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v899-18417669)

[CL 18462754 by chris norden in ue5-release-engine-test branch]
2021-12-14 18:52:23 -05:00
chris norden
6e80669a57 OpenCV helper Blueprint Function Library which adds convenience nodes for ArUco marker tracking and chessboard detection
#rb geoffrey.douglas

#ROBOMERGE-AUTHOR: chris.norden
#ROBOMERGE-SOURCE: CL 18461345 in //UE5/Release-5.0/... via CL 18461354
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v898-18417669)

[CL 18461355 by chris norden in ue5-release-engine-test branch]
2021-12-14 18:17:28 -05:00
chris norden
d278e0906a Moved more OpenCV convenience functions into OpenCVHelper
#rb geoffrey.douglas

#ROBOMERGE-AUTHOR: chris.norden
#ROBOMERGE-SOURCE: CL 18460069 in //UE5/Release-5.0/... via CL 18460078
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v898-18417669)

[CL 18460112 by chris norden in ue5-release-engine-test branch]
2021-12-14 16:27:10 -05:00
chris norden
f0b8424cba Moved common parameters from FOpenCVLensDistortionParameters out of the Lens Distortion plugin to the OpenCV plugin so that any other plugin can easily use it
#rb geoffrey.douglas

#ROBOMERGE-AUTHOR: chris.norden
#ROBOMERGE-SOURCE: CL 18457178 in //UE5/Release-5.0/... via CL 18457252
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v898-18417669)

[CL 18457289 by chris norden in ue5-release-engine-test branch]
2021-12-14 14:22:02 -05:00
simon therriault
794aa860ce - Fix static analysis warning about index out of bounds
#rb simon.therriault
#author geoffrey.douglas
#jira none

#ROBOMERGE-AUTHOR: simon.therriault
#ROBOMERGE-SOURCE: CL 18285731 in //UE5/Release-5.0/... via CL 18285778
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v895-18170469)

[CL 18285843 by simon therriault in ue5-release-engine-test branch]
2021-11-24 12:59:36 -05:00
geoffrey douglas
745578cc7b [CameraCalibration] Improve accuracy of nodal offset calibration using an opencv downhill solver to minimize reprojection error for multiple camera views
#jira UE-135752
#preflight 61966f394f23c8713541e7fc
#rb alejandro.arango, simon.therriault

#ROBOMERGE-AUTHOR: geoffrey.douglas
#ROBOMERGE-SOURCE: CL 18269974 in //UE5/Release-5.0/... via CL 18270001
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v895-18170469)

[CL 18270029 by geoffrey douglas in ue5-release-engine-test branch]
2021-11-23 10:10:51 -05:00
simon therriault
258066ca40 - Moving opencv library and helper module into its own plugin. We will be able to add utils in there not necessarily tied to camera calibration
- Updated plugin dependencies
Support is still windows only but intention is to compile the lib for linux and mac before 5.0 release.

#rb alejandro.arango, geoffrey.douglas
#jira UETOOL-4137
#preflight 619ba0c13a721992672abdf9

#ROBOMERGE-AUTHOR: simon.therriault
#ROBOMERGE-SOURCE: CL 18258747 in //UE5/Release-5.0/... via CL 18258759
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v895-18170469)

[CL 18258779 by simon therriault in ue5-release-engine-test branch]
2021-11-22 10:29:15 -05:00