Search Criteria
Package Details: ros-melodic-image-geometry 1.13.0-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/ros-melodic-image-geometry.git (read-only, click to copy) |
---|---|
Package Base: | ros-melodic-image-geometry |
Description: | ROS - image_geometry contains C++ and Python libraries for interpreting images geometrically. |
Upstream URL: | https://wiki.ros.org/image_geometry |
Licenses: | BSD |
Submitter: | GPereira |
Maintainer: | None |
Last Packager: | bionade24 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-05-13 18:44 (UTC) |
Last Updated: | 2020-05-28 10:10 (UTC) |
Dependencies (7)
- opencv3-optAUR
- ros-melodic-sensor-msgsAUR
- cmake (cmake-gitAUR) (make)
- opencv3-optAUR (make)
- ros-build-toolsAUR (make)
- ros-melodic-catkinAUR (make)
- ros-melodic-sensor-msgsAUR (make)
Required by (12)
- ros-melodic-camera-calibration
- ros-melodic-depth-image-proc
- ros-melodic-depth-image-proc (make)
- ros-melodic-depthimage-to-laserscan
- ros-melodic-depthimage-to-laserscan (make)
- ros-melodic-image-proc
- ros-melodic-image-proc (make)
- ros-melodic-rtabmap-ros
- ros-melodic-rtabmap-ros (make)
- ros-melodic-stereo-image-proc
- ros-melodic-stereo-image-proc (make)
- ros-melodic-vision-opencv
Latest Comments
HelloWorld commented on 2019-05-30 23:49 (UTC)
Seems to be an issue from OpenCV (See https://github.com/opencv/opencv/issues/14323).
Got it work by replacing the line
set(OpenCV_CONFIG_PATH "${CMAKE_CURRENT_LIST_DIR}")
with
get_filename_component(OpenCV_CONFIG_PATH "${CMAKE_CURRENT_LIST_DIR}" REALPATH)
in file "usr/lib/cmake/opencv4/OpenCVConfig.cmake" of the package opencv 4.1.0-2.
HelloWorld commented on 2019-04-28 00:52 (UTC)
I got an Error like:
CMake Error in CMakeLists.txt: Imported target "opencv_calib3d" includes non-existent path
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
The path was deleted, renamed, or moved to another location.
An install or uninstall procedure did not complete successfully.
The installation package was faulty and references files it does not provide.
Does anyone have some clue to it? Thanks.